aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-25[AArch64][BOLT] Ensure tentative code layout for cold BBs runs.users/paschalis-mpeis/lite-split-functions-cold-layoutPaschalis Mpeis2-5/+8
2024-06-25BOLT may never run the tentative code layout for cold BBs.Paschalis Mpeis2-0/+19
2024-06-25[Analysis] Use SmallPtrSet::remove_if (NFC)Nikita Popov1-7/+5
2024-06-25[NFC] [GWP-ASan] Rename Check() to check() (#96605)Mitch Phillips4-19/+19
2024-06-25[TailDup][MachineSSAUpdater] Let RewriteUse insert a COPY when needed (#95553)Björn Pettersson2-1/+319
2024-06-25Fix bazel after 18cf1cd92b554ba0b870c6a2223ea4d0d3c6dd21Oleksandr "Alex" Zinenko1-0/+1
2024-06-25[DomTree] Avoid duplicate hash lookups in runDFS() (NFCI) (#96460)Nikita Popov1-16/+5
2024-06-25[clang][Interp] Fix returning primitive non-blockpointersTimm Bäder2-1/+3
2024-06-25[C++20] [Modules] [Serialization] Don't reuse type ID and identifier ID from ...Chuanqi Xu3-0/+93
2024-06-25[SmallPtrSet] Add remove_if() method (#96468)Nikita Popov2-0/+49
2024-06-25[VectorCombine] Add free concats to shuffleToIdentity. (#94954)David Green4-206/+162
2024-06-25[clangd] Fix the build broken (NFC)Jie Fu1-1/+1
2024-06-24[RISCV][GISel] Fix test case order in fp-arith.mir. NFCCraig Topper1-24/+24
2024-06-25[mlir][Transforms] Dialect conversion: Simplify handling of dropped arguments...Matthias Springer4-156/+119
2024-06-24[MC] Remove setUseAssemblerInfoForParsing(false) workaroundsFangrui Song2-14/+0
2024-06-25[CodeGen][NewPM] Port machine post dominator tree analysis to new pass manage...paperchalice4-0/+61
2024-06-24[RISCV] Use StringRef::starts_with(char) instead of starts_with(StringRef). NFCCraig Topper1-6/+6
2024-06-25[clang-tidy] Fix assert in performance-unnecessary-copy-init. (#96506)Clement Courbet3-2/+11
2024-06-24[libc++] Remove Windows-specific configuration from libcxx/test/CMakeLists.tx...Louis Dionne4-31/+48
2024-06-24Adjust MSVC version range for ARM64 build performance regression (#90731)Alexander Smarus2-0/+2
2024-06-25[clang-format] Add option to remove leading blank lines (#91221)sstwcw7-41/+124
2024-06-25[X86] Fix test Clang::CodeGen/builtin-cpu-supports.c failureShengchen Kan1-1/+1
2024-06-24[NVPTX] Make nvptx mma instructions convergent. (#96521)weiwei chen2-0/+30
2024-06-25[LoongArch][test] Remove the FIXME in psabi-restricted-scheduling.ll which ha...Weining Lu1-4/+0
2024-06-25[X86] Add sub-feature zu (zero upper) for APXShengchen Kan9-3/+18
2024-06-25[flang] Allow derf as alternate spelling for erf (#95784)David Truby2-0/+2
2024-06-25Revert "[Flang][Driver] Add -print-resource-dir command line flag to emit Fla...David Truby4-30/+4
2024-06-24[LLDB][Minidump] Change expected directories to the correct type; size_t (#96...Jacob Lalonde2-2/+2
2024-06-24[libc] Disable freelist test on NVPTX temporarilyJoseph Huber1-11/+13
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#96569)Miro Bucko11-6/+697
2024-06-24Revert "[BOLT] Hash-based function matching" (#96568)shaw young5-135/+10
2024-06-24[clang][docs] '#pragma clang section' is supported on Mach-O. NFCJon Roelofs1-1/+1
2024-06-24[BOLT] Hash-based function matching (#95821)shaw young5-10/+135
2024-06-24[llvm][ProfDataUtils] Provide getNumBranchWeights API (#90146)Paul Kirth4-14/+14
2024-06-24[BOLT][NFC] Sync CommandLineArgumentReference with options (#96563)shaw young1-9/+75
2024-06-24Revert commits that add `TestFind(Ranges)InMemory.py` (#96560)Chelsea Cassanova11-660/+6
2024-06-24[libc][math] Implement double precision sin correctly rounded to all rounding...lntue19-59/+1790
2024-06-24LAA: strip unnecessary getUniqueCastUse (#92119)Ramkumar Ramachandra2-32/+17
2024-06-24[NVPTX] Basic support for "grid_constant" (#96125)Akshay Deodhar6-86/+297
2024-06-24[bazel] Add support for building lldb-dap (#96556)Keith Smiley1-0/+62
2024-06-24[bazel] Switch mach_gen to apple_genrule (#96551)Keith Smiley1-2/+5
2024-06-24[libc][startup] create header for ElfW and use in startup (#96510)Nick Desaulniers (paternity leave)4-4/+25
2024-06-24[libc++] Build with -fsized-deallocation (#96217)Louis Dionne6-5/+14
2024-06-24[AMDGPU] Fix negative immediate offset for unbuffered smem loads (#89165)vangthao9512-104/+357
2024-06-24[clang][OpenMP] Fix error handling of the adjust_args clause (#94696)Mike Rice3-3/+15
2024-06-24[mlgo] Support composite AOT-ed models (#96276)Mircea Trofin3-27/+212
2024-06-24[clang][OpenMP] Fix teams nesting of region check (#94806)Mike Rice2-3/+19
2024-06-24[bazel] Export distributable lldb files (#96549)Keith Smiley2-0/+2
2024-06-24[NFC][MLInliner] Rename LastSCC -> CurSCC (#96546)Arthur Eubanks1-6/+6
2024-06-24[OpenMP] Add num_threads clause list format and strict modifier support (#85466)Terry Wilmarth6-20/+520