summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-11RuntimeLibcalls: Add malloc and free entriesusers/arsenm/runtime-libcalls/add-malloc-calloc-freeMatt Arsenault
2025-11-11RuntimeLibcalls: Add mustprogress to common function attributesusers/arsenm/runtime-libcalls/add-mustprogress-common-fn-attrsMatt Arsenault
2025-11-11RuntimeLibcalls: Add __memcpy_chk, __memmove_chk, __memset_chkusers/arsenm/runtime-libcalls/add-memcpy-memmove-memset-chk-functionsMatt Arsenault
2025-11-11RuntimeLibcalls: Add a few libm entries from TargetLibraryInfousers/arsenm/runtime-libcalls/add-libm-functions-from-targetlibraryinfoMatt Arsenault
2025-11-11RuntimeLibcalls: Add definitions for vector math functionsusers/arsenm/runtime-libcalls/add-vector-library-functionsMatt Arsenault
2025-11-11DAG: Move expandMultipleResultFPLibCall to TargetLowering (NFC)Matt Arsenault
2025-11-12[NFC] [C++20] [Modules] Test that we can avoid adding more specializations in...Chuanqi Xu
2025-11-11[MLIR][Python] Add region_op wrappers for linalg (#167616)Asher Mancinelli
2025-11-12[libc++] Implement P2988R12: `std::optional<T&>` (#155202)William Tran-Viet
2025-11-12DAG: Stop using TargetLibraryInfo for multi-result FP intrinsic codegen (#166...Matt Arsenault
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani
2025-11-11[WebAssembly] Use MCRegister::id(). NFC (#167609)Craig Topper
2025-11-11[llvm][llvm-dis] Fix 'llvm-dis' with '--materialize-metadata --show-annotatio...Timur Baydyusenov
2025-11-11InferAddressSpaces: Add more baseline tests for assume handling (#167611)Matt Arsenault
2025-11-11DAG: Use modf vector libcalls through RuntimeLibcalls (#166986)Matt Arsenault
2025-11-12RuntimeLibcalls: Add libcall entries for sleef and armpl modf functions (#166...Matt Arsenault
2025-11-11[NFC] Generalize the arithmetic type for `getDisjunctionWeights` (#167593)Mircea Trofin
2025-11-11[llvm-offload-wrapper] Fix Triple and OpenMP handling (#167580)Joseph Huber
2025-11-12Reland "[LoongArch] Add `isSafeToMove` hook to prevent unsafe instruction mot...hev
2025-11-11[AMDGPU][GISel] Add RegBankLegalize support for G_AMDGPU_WAVE_ADDRESS (#167456)Chinmay Deshpande
2025-11-12Fix lldb-dap non-leaf frame source resolution issue (#165944)jeffreytan81
2025-11-12[gn build] Port 5c3323a59fd2LLVM GN Syncbot
2025-11-11AMDGPU: Remove override of TargetInstrInfo::getRegClass (#159886)Matt Arsenault
2025-11-11[MachO] Fix test failure. (#167598)Prabhu Rajasekaran
2025-11-11[MLIR][Python] Add wrappers for scf.index_switch (#167458)Asher Mancinelli
2025-11-12[JITLINK] Fix large offset issue (#167600)anoopkg6
2025-11-12[mlir][tensor] Fix runtime verification for tensor.extract_slice for empty te...Hanumanth
2025-11-12[mlir][memref] Fix runtime verification for memref.subview for empty memref s...Hanumanth
2025-11-11AMDGPU: Remove wrapper around TRI::getRegClass (#159885)Matt Arsenault
2025-11-11AMDGPU: Update register class numbers in test (#167601)Matt Arsenault
2025-11-11AMDGPU: Start using RegClassByHwMode for wavesize operandsMatt Arsenault
2025-11-11workflows/libclang-abi-tests: Use new container (#167459)Tom Stellard
2025-11-11[VPlan] Add tests for hoisting predicated loads.Florian Hahn
2025-11-11AArch64: Use TargetConstant for intrinsic IDs (#166661)Matt Arsenault
2025-11-11[compiler-rt][asan] Fix a test on Windows (#167591)Alan Zhao
2025-11-11[lld][macho] Fix segfault while processing malformed object file. (#167025)Prabhu Rajasekaran
2025-11-11[MachO] Report error when there are too many sections (#167418)Prabhu Rajasekaran
2025-11-11AMDGPU: Regenerate test checks after bbde79278 (#167590)Matt Arsenault
2025-11-12[CodeGen] Use MCRegUnit in more places (NFC) (#167578)Sergei Barannikov
2025-11-11[VPlan] Remove unneeded getDefiningRecipe with isa/cast/dyn_cast. (NFC)Florian Hahn
2025-11-11[SPIRV] Use MCRegister instead of unsigned. NFC (#167585)Craig Topper
2025-11-11[libc++] Remove <stdbool.h> (#164595)Nikolas Klauser
2025-11-11AMDGPU: Relax shouldCoalesce to allow more register tuple widening (#166475)Matt Arsenault
2025-11-11PPC: Disable type checking in xfailed sincospi test (#167563)Matt Arsenault
2025-11-11AArch64: align pair-wise spills on WoS to 16-byte (#166902)Saleem Abdulrasool
2025-11-11[NFCI][lldb][test] Avoid GNU extension for specifying mangling (#167221)Raul Tambre
2025-11-11[VPlan] Add getSingleUser helper (NFC).Florian Hahn
2025-11-11[Github] Allow Premerge to use issue-write workflowAiden Grossman
2025-11-12[WebAssembly][FastISel] Bail out on meeting non-integer type in selectTrunc (...Hongyu Chen
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani