summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes to main this commit is based onupstream/users/vitalybuka/spr/main.sanitizers-optimize-locking-stackdepotbase-for-forkVitaly Buka2023-12-2211-86/+109
* [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
* [IndVars] Move "using namespace" to top-level scope (NFC)Nikita Popov2023-12-221-4/+1
* DAG: Implement promotion for strict_fpextend (#74310)Matt Arsenault2023-12-223-0/+67
* [clang][ASTImporter] Support Importer of BuiltinBitCastExpr (#74813)Qizhi Hu2023-12-222-0/+24
* [AArch64] Assembly support for the Armv9.5-A RAS Extensions (#76161)Lucas Duarte Prates2023-12-223-0/+31
* [flang] lower c_f_procpointer (#76071)jeanPerier2023-12-223-0/+63
* [flang] c_funloc - handle pocedure pointers in convertToBox (#76070)jeanPerier2023-12-223-6/+49
* [flang] lower ASSOCIATED for procedure pointers (#76067)jeanPerier2023-12-226-12/+153
* Reapply "RegisterCoalescer: Add implicit-def of super register when coalescin...Matt Arsenault2023-12-226-57/+670
* [SROA] Use memcpy if type size does not match store sizeNikita Popov2023-12-222-4/+4
* [SROA] Add test for #64081 (NFC)Nikita Popov2023-12-221-0/+33
* [clang][ASTImporter] Import AlignValueAttr correctly. (#75308)Balázs Kéri2023-12-222-46/+31
* [MacroFusion] Remove createBranchMacroFusionDAGMutation (#76209)Wang Pengcheng2023-12-223-18/+9
* [CVP] Fix #76058: missing debug location in processSDiv function (#76118)Shan Huang2023-12-222-2/+46
* [X86][NFC] Not imply TB in PS|PD|XS|XDShengchen Kan2023-12-2217-1009/+980