aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-23[𝘀𝗽𝗿] changes to main this commit is based onusers/vitalybuka/spr/main.ci-set-timeout-for-individual-tests-and-report-slowest-testsVitaly Buka4-6/+26
2023-12-23[mlir][doc] Escape effects, interfaces, and traits (#76297)Rik Huijzer2-6/+12
2023-12-23[LiveDebugValues][nfc] Reduce memory usage of InstrRef (#76051)Felipe de Azevedo Piovezan3-61/+80
2023-12-23[ConstraintElim] Add (UGE, var, 0) to unsigned system for new vars. (#76262)Florian Hahn20-138/+90
2023-12-23DAG: Handle equal size element build_vector promotion (#76213)Matt Arsenault1-3/+7
2023-12-23[libc++][modules] Fixes C++20 build errors.Mark de Wever1-0/+4
2023-12-23[libc++] Optimize std::find if types are integral and have the same signednes...Nikolas Klauser2-0/+61
2023-12-22[NFC][sanitizer] Rename Lock{Before,After}Fork suffixes locking StackDepotBas...Vitaly Buka11-86/+109
2023-12-22[clang-format] Fix operator overload inconsistency in `BreakAfterAttributes: ...XDeme2-11/+22
2023-12-22[clang-format] Fix a bug in annotating function declaration names (#76206)Owen Pan2-1/+9
2023-12-22[RISCV] Use riscv_bitmanip.h in zbb.c. NFCCraig Topper1-12/+14
2023-12-22[NFC][CLANG] Fix static analyzer bugs about unnecessary object copies with au...smanna121-1/+1
2023-12-23[LLVM] ConvergenceControlInst as a derived class of IntrinsicInst (#76230)Sameer Sahasrabuddhe2-12/+25
2023-12-22[llvm-exegesis] Fix stack pointer register restorationAiden Grossman2-7/+34
2023-12-22Revert "[Sema] Fix crash on invalid code with parenthesized aggregate initial...Vitaly Buka3-37/+1
2023-12-22[Transforms] Use {DenseMap,SmallPtrSet}::contains (NFC)Kazu Hirata5-5/+5
2023-12-22Change release branch creation process to bump version to N.1.0. (#75743)James Y Knight1-14/+17
2023-12-22[APINotes] Use DenseMap::contains (NFC)Kazu Hirata1-1/+1
2023-12-22[test][hwasan] Re-enabled android testVitaly Buka1-3/+0
2023-12-22[OpenMP] Remove unnecessary dependencies from plugin unit tests (#76266)Ethan Luis McDonough1-1/+1
2023-12-23[InstCombine] Fold minmax intrinsic using KnownBits information (#76242)Yingwei Zheng4-4/+118
2023-12-22[OpenMP] Improve omp offload profiler (#68016)Felipe Cabarcas4-29/+50
2023-12-22[test][hwasan] Add -g required for the testVitaly Buka1-1/+1
2023-12-22[PhaseOrdering] Add test with removable chained conditions.Florian Hahn1-0/+78
2023-12-22[flang][MLIR][OpenMP] Emit `UpdateDataOp` from `!$omp target update` (#75345)Kareem Ergawy3-11/+256
2023-12-22[lldb] Fix two deprecation warningsNico Weber2-2/+2
2023-12-22lld/MachO: Fix two typos to cycle botsNico Weber2-2/+2
2023-12-22[lit] add `LIT_MAX_WORKERS` env variable (#76205)Maksim Levental1-1/+1
2023-12-22[gn] port d430c145ba92 (dladdr check for clang)Nico Weber2-6/+14
2023-12-22[TLI][NFC] Autogenerate vectorized call tests for SLEEF/ArmPL. (#76146)Alexandros Lamprineas6-5037/+4188
2023-12-22[Sema] Add -Wc++11-narrowing-const-reference (#76094)Fangrui Song5-15/+44
2023-12-22[AArch64] Implement spill/fill of predicate pair register classes (#76068)Momchil Velikov5-3/+191
2023-12-22[RegAllocFast] Avoid duplicate hash lookup (NFC)Nikita Popov1-2/+3
2023-12-22[Attributor] Don't construct pretty GEPsNikita Popov9-222/+197
2023-12-23[Bazel] Fixup for #76163NAKAMURA Takumi5-12/+18
2023-12-22[RegAllocFast] Refactor dominates algorithm for large basic block (#72250)HaohaiWen1-14/+114
2023-12-22[tsan] Only intercept pthread_mutex_clocklock on Linux (#76220)Rainer Orth1-0/+2
2023-12-22[AArch64] Assembly support for the Armv9.5-A Memory System Extensions (#76237)Lucas Duarte Prates14-0/+153
2023-12-22[SCEV] Ensure shift amount is in range before calling getZExtValue()Simon Pilgrim2-3/+27
2023-12-22[clang-format] Add common attribute macros to Google style (#76239)Ilya Biryukov2-3/+27
2023-12-22[AArch64] paci<k>171615 auti<k>171615 assembly (#76227)Tomas Matheson3-4/+52
2023-12-22[mlir][nvvm] Fix the PTX lowering of wgmma.mma_async (#76150)Adam Paszke2-2/+2
2023-12-22[clang-format] Do not break on JS fields like on goto labels (#76233)Ilya Biryukov2-2/+10
2023-12-22[AArch64] Add an strict fp reduction test. NFCDavid Green2-0/+580
2023-12-22[CMake] Move check for dlfcn.h and dladdr to clang (#76163)Abhina Sree5-8/+31
2023-12-22[Sema] Update test for previous changeIlya Biryukov1-1/+1
2023-12-22[Sema] Fix crash on invalid code with parenthesized aggregate initialization ...Ilya Biryukov2-0/+36
2023-12-22[Sema] NFC. Simplify code in a few places of TryOrBuildParenListInitializationIlya Biryukov1-13/+6
2023-12-22[NFC][OpenMP][MLIR] Add test for lowering parallel workshare GPU loop (#76144)Dominik Adamski1-0/+36
2023-12-22[IndVars] Avoid unnecessary truncate for zext nneg useNikita Popov2-7/+3