summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/vitalybuka/spr/-initial-versionVitaly Buka2023-12-236-14/+17
* [mlir][doc] Escape effects, interfaces, and traits (#76297)Rik Huijzer2023-12-232-6/+12
* [LiveDebugValues][nfc] Reduce memory usage of InstrRef (#76051)Felipe de Azevedo Piovezan2023-12-233-61/+80
* [ConstraintElim] Add (UGE, var, 0) to unsigned system for new vars. (#76262)Florian Hahn2023-12-2320-138/+90
* DAG: Handle equal size element build_vector promotion (#76213)Matt Arsenault2023-12-231-3/+7
* [libc++][modules] Fixes C++20 build errors.Mark de Wever2023-12-231-0/+4
* [libc++] Optimize std::find if types are integral and have the same signednes...Nikolas Klauser2023-12-232-0/+61
* [NFC][sanitizer] Rename Lock{Before,After}Fork suffixes locking StackDepotBas...Vitaly Buka2023-12-2211-86/+109
* [clang-format] Fix operator overload inconsistency in `BreakAfterAttributes: ...XDeme2023-12-222-11/+22
* [clang-format] Fix a bug in annotating function declaration names (#76206)Owen Pan2023-12-222-1/+9
* [RISCV] Use riscv_bitmanip.h in zbb.c. NFCCraig Topper2023-12-221-12/+14
* [NFC][CLANG] Fix static analyzer bugs about unnecessary object copies with au...smanna122023-12-221-1/+1
* [LLVM] ConvergenceControlInst as a derived class of IntrinsicInst (#76230)Sameer Sahasrabuddhe2023-12-232-12/+25
* [llvm-exegesis] Fix stack pointer register restorationAiden Grossman2023-12-222-7/+34
* Revert "[Sema] Fix crash on invalid code with parenthesized aggregate initial...Vitaly Buka2023-12-223-37/+1
* [Transforms] Use {DenseMap,SmallPtrSet}::contains (NFC)Kazu Hirata2023-12-225-5/+5
* Change release branch creation process to bump version to N.1.0. (#75743)James Y Knight2023-12-221-14/+17
* [APINotes] Use DenseMap::contains (NFC)Kazu Hirata2023-12-221-1/+1
* [test][hwasan] Re-enabled android testVitaly Buka2023-12-221-3/+0
* [OpenMP] Remove unnecessary dependencies from plugin unit tests (#76266)Ethan Luis McDonough2023-12-221-1/+1
* [InstCombine] Fold minmax intrinsic using KnownBits information (#76242)Yingwei Zheng2023-12-234-4/+118
* [OpenMP] Improve omp offload profiler (#68016)Felipe Cabarcas2023-12-224-29/+50
* [test][hwasan] Add -g required for the testVitaly Buka2023-12-221-1/+1
* [PhaseOrdering] Add test with removable chained conditions.Florian Hahn2023-12-221-0/+78
* [flang][MLIR][OpenMP] Emit `UpdateDataOp` from `!$omp target update` (#75345)Kareem Ergawy2023-12-223-11/+256
* [lldb] Fix two deprecation warningsNico Weber2023-12-222-2/+2
* lld/MachO: Fix two typos to cycle botsNico Weber2023-12-222-2/+2
* [lit] add `LIT_MAX_WORKERS` env variable (#76205)Maksim Levental2023-12-221-1/+1
* [gn] port d430c145ba92 (dladdr check for clang)Nico Weber2023-12-222-6/+14
* [TLI][NFC] Autogenerate vectorized call tests for SLEEF/ArmPL. (#76146)Alexandros Lamprineas2023-12-226-5037/+4188
* [Sema] Add -Wc++11-narrowing-const-reference (#76094)Fangrui Song2023-12-225-15/+44
* [AArch64] Implement spill/fill of predicate pair register classes (#76068)Momchil Velikov2023-12-225-3/+191
* [RegAllocFast] Avoid duplicate hash lookup (NFC)Nikita Popov2023-12-221-2/+3
* [Attributor] Don't construct pretty GEPsNikita Popov2023-12-229-222/+197
* [Bazel] Fixup for #76163NAKAMURA Takumi2023-12-235-12/+18
* [RegAllocFast] Refactor dominates algorithm for large basic block (#72250)HaohaiWen2023-12-221-14/+114
* [tsan] Only intercept pthread_mutex_clocklock on Linux (#76220)Rainer Orth2023-12-221-0/+2
* [AArch64] Assembly support for the Armv9.5-A Memory System Extensions (#76237)Lucas Duarte Prates2023-12-2214-0/+153
* [SCEV] Ensure shift amount is in range before calling getZExtValue()Simon Pilgrim2023-12-222-3/+27
* [clang-format] Add common attribute macros to Google style (#76239)Ilya Biryukov2023-12-222-3/+27
* [AArch64] paci<k>171615 auti<k>171615 assembly (#76227)Tomas Matheson2023-12-223-4/+52
* [mlir][nvvm] Fix the PTX lowering of wgmma.mma_async (#76150)Adam Paszke2023-12-222-2/+2
* [clang-format] Do not break on JS fields like on goto labels (#76233)Ilya Biryukov2023-12-222-2/+10
* [AArch64] Add an strict fp reduction test. NFCDavid Green2023-12-222-0/+580
* [CMake] Move check for dlfcn.h and dladdr to clang (#76163)Abhina Sree2023-12-225-8/+31
* [Sema] Update test for previous changeIlya Biryukov2023-12-221-1/+1
* [Sema] Fix crash on invalid code with parenthesized aggregate initialization ...Ilya Biryukov2023-12-222-0/+36
* [Sema] NFC. Simplify code in a few places of TryOrBuildParenListInitializationIlya Biryukov2023-12-221-13/+6
* [NFC][OpenMP][MLIR] Add test for lowering parallel workshare GPU loop (#76144)Dominik Adamski2023-12-221-0/+36
* [IndVars] Avoid unnecessary truncate for zext nneg useNikita Popov2023-12-222-7/+3