aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-18Use SmallStringusers/meinersbur/clang_openmp_interchangeMichael Kruse1-7/+6
2024-07-18Compile fixMichael Kruse3-15/+7
2024-07-18Merge branch 'main' into users/meinersbur/clang_openmp_interchangeU-BERGUFFLEN\meinersbur85-539/+1213
2024-07-18[Clang] Handle OMPInterchangeDirectiveClass in switchMichael Kruse1-0/+1
2024-07-18[Clang] Handle OMPReverseDirectiveClass in switchMichael Kruse1-0/+1
2024-07-18[AArch64][GISel] Always fold G_SHL into addressing mode where possible, unles...Him1884-112/+231
2024-07-18[MLIR] NFC. Remove anti-patterns given the default null init for Value (#99457)Uday Bondhugula1-4/+2
2024-07-18[lldb] Fixed the error `unable to launch a GDB server` in API tests (#98833)Dmitry Vasilyev2-4/+8
2024-07-18[ValueTracking] Remove unnecessary `m_ElementWiseBitCast` from `isKnownNonZer...Noah Goldstein1-4/+1
2024-07-18[libc++] Include the rest of the detail headers by version in the umbrella he...Nikolas Klauser55-236/+417
2024-07-18Compile fixU-BERGUFFLEN\meinersbur1-7/+8
2024-07-18[clang-tidy] Fix false in unnecessary-value-param inside templates (#98488)Dmitry Polukhin3-20/+54
2024-07-18Merge branch 'main' (early part) into users/meinersbur/clang_openmp_interchangeU-BERGUFFLEN\meinersbur17984-352648/+1055542
2024-07-18[lld-macho] Ignore duplicate `-rpath` entries (#99289)Daniel Bertalan5-1/+39
2024-07-18[safestack] Various Solaris fixes (#99290)Rainer Orth4-9/+66
2024-07-18[SCCP] Add tests for vectors ins phis (NFC)Nikita Popov1-18/+111
2024-07-18[ValueTracking] Consistently propagate `DemandedElts` is `computeKnownFPClass`Noah Goldstein3-13/+21
2024-07-18[ValueTracking] Consistently propagate `DemandedElts` is `ComputeNumSignBits`Noah Goldstein1-27/+40
2024-07-18[ValueTracking] Consistently propagate `DemandedElts` is `isKnownNonZero`Noah Goldstein2-39/+57
2024-07-18[ValueTracking] Consistently propagate `DemandedElts` is `computeKnownBits`Noah Goldstein2-46/+48
2024-07-18[ValueTracking] Add tests for `llvm.vector.reverse` with `DemandedElts`; NFCNoah Goldstein3-0/+95
2024-07-18[Clang][OpenMP] Add reverse directive (#92916)Michael Kruse30-3/+2799
2024-07-18Revert "[llvm/DWARF] Recursively resolve DW_AT_signature references" (#99444)Pavel Labath4-54/+55
2024-07-18[lldb] add RISCV target specific info in API tests (#99039)dlav-sc1-0/+2
2024-07-18[SROA] Fix debug locations for variables with non-zero offsets (#97750)Orlando Cazalet-Hyams3-65/+551
2024-07-18[DebugInfo][SCCPSolver] Fix missing debug locations (#98876)Sudharsan Veeravalli2-1/+74
2024-07-18[clang] Extend lifetime analysis to support assignments for pointer-like obje...Haojian Wu8-38/+85
2024-07-18[CVP] Add test for phi merging of vectors (NFC)Nikita Popov1-2/+52
2024-07-18Recommit "[PatternMatch] Fix issue of stale reference in new `m_{I,F,}Cmp` ma...goldsteinn2-15/+14
2024-07-18[clang] Add deprecation warning for `-Ofast` driver option (#98736)Vlad Serebrennikov7-3/+26
2024-07-18[BOLT][DWARF][NFC] A better DIEBuilder for the llvm API change in #98905 (#99...Pavel Labath2-43/+12
2024-07-18[llvm/DWARF] Recursively resolve DW_AT_signature references (#97423)Pavel Labath4-55/+54
2024-07-18[flang] load SECOND result in genSecond (#99342)jeanPerier3-6/+26
2024-07-18[sanitizer] Fix running sanitizer_bad_report_path_test on Linux as root (#97732)Ilya Leoshkevich2-28/+9
2024-07-18[AArch64] Add streaming-mode stack hazards. (#98956)David Green4-11/+3281
2024-07-18[clang][Interp][NFC] Protect ByteCodeEmitter against unfinished fnsTimm Bäder1-0/+6
2024-07-18[OpenMP][AMDGPU] Do not attach -fcuda-is-device (#99002)Dominik Adamski3-4/+2
2024-07-18[AMDGPU] Simplify selection of llvm.amdgcn.inverse.ballot. NFCI. (#99345)Jay Foad6-46/+15
2024-07-18[mlir][Linalg] Remove unused header include.Adrian Kuegel1-1/+0
2024-07-17[APFloat] Add support for f8E4M3 IEEE 754 type (#97179)Alexander Pivovarov5-3/+96
2024-07-18[Flang][Runtime] Simplify StringLength implementationserge-sans-paille1-6/+2
2024-07-18[MLGO] Fix MLGO executable scriptsAiden Grossman1-3/+3
2024-07-18[clang][Interp][NFC] Be more cautious about Block initialization stateTimm Bäder2-1/+6
2024-07-17[RISCV] Remove unused include in RISCVMCTargetDesc.h (#98790)Tristan Ross1-1/+0
2024-07-18[OpenMP] Fix calculation of dependencies for multi-dimensional iteration spac...Joachim3-5/+39
2024-07-18[mlir][linalg] Decompose winograd operators (#96183)Hsiangkai Wang4-0/+990
2024-07-17[SandboxIR] IR Tracker (#99238)vporpo9-1/+443
2024-07-18[flang][stack-arrays] Extend pass to work on declare ops and within omp regio...Kareem Ergawy3-12/+138
2024-07-18[C++20] [Modules] Write ODRHash for decls in GMFChuanqi Xu3-42/+14
2024-07-17[MemProf] Consolidate increments in callee matching code (#99385)Teresa Johnson1-13/+14