summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-23[𝘀𝗽𝗿] changes to main this commit is based onusers/vitalybuka/spr/main.try-1Vitaly Buka
2025-02-23[NFC][llvm-mt] Move XmlDeleter declarationVitaly Buka
2025-02-24Revert "[compiler-rt][rtsan] stat api interception." (#128465)Chris Apple
2025-02-23[MC][CodeGen] Move FirstStackSlot and VirtualRegFlag from MCRegister to Regis...Craig Topper
2025-02-23[sanitizer] Support "bB" printf GLIBC extension (#128449)Vitaly Buka
2025-02-24[MLIR][Affine] NFC. Drop redundant fusion- suffix from fusion pass options (#...Uday Bondhugula
2025-02-23[NFC][sanitizer] Add test for length sub-specifier "z" (#128448)Vitaly Buka
2025-02-23[lldb-dap] Refactor request handlers (NFC) (#128262)Jonas Devlieghere
2025-02-23[compiler-rt][rtsan] stat api interception. (#128430)David CARLIER
2025-02-24[mlir] Fix integration test when `%host_cc` path contains spaces (#128439)Ivan Butygin
2025-02-23[RISCV] Remove Inst bits from Pseudo tablegen class. NFCCraig Topper
2025-02-23[FatLTO] Detect LLD linker more reliably (#128285)Vincent Lee
2025-02-23[llvm-objcopy][mach-o] Fix section finding logic for object files (#127604)Dmitry Nechitaev
2025-02-23[MC] Remove unneeded getMemtagAttr()Fangrui Song
2025-02-23[Driver] Replace /usr/lib/../$OSLibDir with /usr/$OSLibDir (#128428)Fangrui Song
2025-02-23[libc][math][c23] Add acosf16() function (#127731)wldfngrs
2025-02-23[libc] Fix alignment issue for HermeticTestUtils.cpp. (#128426)lntue
2025-02-23[LV] Add tests with deref assumptions and non-constant sizes.Florian Hahn
2025-02-23[AsmPrinter] Simplify $local after D131429. NFCFangrui Song
2025-02-23[libc++] Fix basic_string not allowing max_size() elements to be stored (#125...Nikolas Klauser
2025-02-23[Analysis] Avoid repeated hash lookups (NFC) (#128394)Kazu Hirata
2025-02-23[SROA][NFC] Remove Unused Parameter in `promoteAllocas()` (#128382)Veera
2025-02-23[AMDGPU] Add verification for amdgcn.init.exec.from.input (#128172)Robert Imschweiler
2025-02-23[VPlan] Remove unused buildPlainCFG from unit tests (NFC).Florian Hahn
2025-02-23[Support] Remove AlignedCharArrayUnion from Expected and ErrorOr, NFCI. (#127...Jonas Hahnfeld
2025-02-23[bazel] Add missing dependency for 2ff3b18554b115b17d5085b9a4cd779eeafd278aBenjamin Kramer
2025-02-23[VPlan] Remove fixHeaderPhis (NFC).Florian Hahn
2025-02-23[clang][bytecode] Reject calls to pure virtual functions (#128412)Timm Baeder
2025-02-23[clang-tidy][NFC][docs] Use single tick for 'false' and 'true' values in opti...Baranov Victor
2025-02-23[clang][bytecode] Fix delete[] dtor order (#128411)Timm Baeder
2025-02-23[LVI] Skip self loops in `solveBlockValueNonLocal` (#127763)Yingwei Zheng
2025-02-23[llvm] Remove `br i1 undef` from some `llvm/test/CodeGen` tests (#128272)Yeaseen
2025-02-23[InstCombine] Add support for GEPs in `simplifyNonNullOperand` (#128365)Yingwei Zheng
2025-02-23[compiler-rt][rtsan] adding unlink/unlinkat interception. (#128292)David CARLIER
2025-02-23[llvm-jitlink] Avoid repeated hash lookups (NFC) (#128399)Kazu Hirata
2025-02-23[SPIRV] Avoid repeated hash lookups (NFC) (#128398)Kazu Hirata
2025-02-23[IR] Avoid repeated map lookups (NFC) (#128396)Kazu Hirata
2025-02-23[DebugInfo] Avoid repeated hash lookups (NFC) (#128395)Kazu Hirata
2025-02-23Allow option to ignore module load errors in ScriptedProcess (#127153)rchamala
2025-02-23[clang-format] Add the C language instead of treating it like C++ (#128287)Owen Pan
2025-02-23[MLIR][Affine] NFC. Fix outdated comment in affine analysis utils (#128406)Uday Bondhugula
2025-02-23[llvm-jitlink] Only use candidate library extensions during library search.Lang Hames
2025-02-23[ORC] Fix type name in comments. NFC.Lang Hames
2025-02-22[WebAssembly] Use Register instead of unsigned. NFCCraig Topper
2025-02-22[ARM] Prevent converting a virtual register to MCRegister. NFCCraig Topper
2025-02-22[RegAllocGreedy] Use MCRegister instead of Register for functions that return...Craig Topper
2025-02-22[LiveRegUnits] Use MCRegister instead of MCPhysReg in interface. NFC (#128232)Craig Topper
2025-02-22[LivePhysReg] Fix off by 1 error in an assert. NFC (#128379)Craig Topper
2025-02-22[AMDGPU] Avoid repeated hash lookups (NFC) (#128393)Kazu Hirata
2025-02-23[DAGCombiner][X86] Correctly clean up high bits in `combinei64TruncSrlAdd` (#...Yingwei Zheng