summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/vitalybuka/spr/main.tsan-dont-crash-on-vscaleHeejin Ahn2024-05-03580-17854/+68197
|\
| * [WebAssembly] Add all remaining features to bleeding-edge (#90875)Heejin Ahn2024-05-032-12/+6
| * [Clang][Sema] Fix template name lookup for operator= (#90999)Krystian Stasiowski2024-05-032-7/+22
| * [SLP]Fix PR90892: do a correct sign analysis of the entries elements in gathe...Alexey Bataev2024-05-032-5/+24
| * Revert "[gn] port 2d4acb086541 (LLVM_ENABLE_CURL)"Reid Kleckner2024-05-031-7/+0
| * [ARM/X86] Standardize the isEligibleForTailCallOptimization prototypes (#90688)Reid Kleckner2024-05-034-74/+62
| * [SLP][NFC]Add a test with incorrect casting of shuffled gathered values, NFC.Alexey Bataev2024-05-031-0/+55
| * [clang] Note that optnone and target attributes do not apply to nested functi...Reid Kleckner2024-05-031-0/+9
| * Fix dap variable value format issue (#90799)jeffreytan812024-05-033-16/+69
| * Revert "[BasicBlockUtils] Remove redundant llvm.dbg instructions after blocks...Jorge Gorbe Moya2024-05-034-49/+2
| * [DirectX] Remove unneccary check lines (#90979)Chris B2024-05-031-4/+0
| * AMDGPU: Add tests for minimum and maximum intrinsics (#90997)Matt Arsenault2024-05-036-0/+31036
| * [clang-tidy][NFC] Document CERT rule coverage and aliases for some primary ch...whisperity2024-05-035-2/+11
| * Revert "[lldb] Unify CalculateMD5 return types" (#90998)Jonas Devlieghere2024-05-039-60/+52
| * [InstCombine] Add example usage for new Checked matcher APINoah Goldstein2024-05-032-20/+12
| * [InstCombine] Add non-splat test for `(icmp (lshr x, y), x)`; NFCNoah Goldstein2024-05-031-8/+55
| * [PatternMatching] Add generic API for matching constants using custom conditionsNoah Goldstein2024-05-032-0/+210
| * [Inliner] Propagate callee argument memory access attributes before inliningNoah Goldstein2024-05-034-31/+108
| * [Inliner] Add tests for not propagating `writable` if `readonly` is present; NFCNoah Goldstein2024-05-031-1/+44
| * [AMDGPU] Allow the `__builtin_flt_rounds` functions on AMDGPU (#90994)Joseph Huber2024-05-032-8/+20
| * [lldb] Unify CalculateMD5 return types (#90921)Anthony Ha2024-05-039-52/+60
| * [flang][cuda] Add verifier for cuda_alloc/cuda_free (#90983)Valentin Clement (バレンタイン クレメン)2024-05-033-0/+35
| * [VectorCombine] Add foldShuffleToIdentity (#88693)David Green2024-05-034-146/+212
| * [StandardInstrumentation] Annotate loops with the function name (#90756)annamthomas2024-05-0310-27/+28
| * [lldb] Add TeeLogHandler to log to 2 handlers (#90984)Jonas Devlieghere2024-05-033-0/+43
| * [lldb][NFCI] Unify DW_TAG -> string conversions (#90657)Alex Langford2024-05-036-78/+71
| * [LV] Add test showing miscompile with store reductions and RT checks.Florian Hahn2024-05-031-9/+44
| * [AMDGPU] Fix mode register pass for constrained FP operations (#90085)Abhinav Garg2024-05-032-4/+8
| * [mlir][sparse] test optimization of binary-valued operations (#90986)Aart Bik2024-05-031-0/+145
| * [mlir,test] Convert text files from CRLF to LFFangrui Song2024-05-034-98/+98
| * [clang,test] Convert text files from CRLF to LFFangrui Song2024-05-0357-2974/+2974
| * AMDGPU: Use umin in set.rounding expansionMatt Arsenault2024-05-032-111/+57
| * [docs,utils] Convert text files from CRLF to LFFangrui Song2024-05-037-1185/+1185
| * [test] Convert text files from CRLF to LFFangrui Song2024-05-0323-2207/+2207
| * [test] Fix CodeGen/DirectX/strip-fn-attrs.llFangrui Song2024-05-031-2/+1
| * [FMV][AArch64] Don't optimize backward compatible features in resolver. (#90928)Pavel Iliin2024-05-032-4/+35
| * [CostModel][X86] Treat lrint/llrint as fptosi calls (#90883)Simon Pilgrim2024-05-036-484/+508
| * [DAGCombiner] In mergeTruncStore, make sure we aren't storing shifted in bits...Craig Topper2024-05-032-2/+8
| * [tools,test] Convert text files from CRLF to LFFangrui Song2024-05-0316-662/+662
| * [DebugInfo,test] Convert text files from CRLF to LFFangrui Song2024-05-0374-2072/+2072
| * [AArch64] Add test for #90936. NFCCraig Topper2024-05-031-0/+18
| * [lldb] Always emit diagnostic events to the system log (#90913)Jonas Devlieghere2024-05-031-0/+3
| * SystemZ: Fold copy of vector immediate to gr128 (#90706)Matt Arsenault2024-05-033-0/+243
| * [clang-tools-extra,test] Convert text files from CRLF to LFFangrui Song2024-05-0310-158/+158
| * AMDGPU: Try to fix build error with old gccMatt Arsenault2024-05-032-56/+57
| * [RISCV] Make parseArchString only accept [a-z0-9_]. (#90879)Craig Topper2024-05-033-6/+7
| * [RISCV] Add partial validation of Z extension name to RISCVISAInfo::parseNorm...Craig Topper2024-05-033-2/+16
| * [lld,test] Convert text files from CRLF to LFFangrui Song2024-05-034-116/+116
| * [lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere2024-05-0320-203/+164
| * [clangd] use existing functions for code locations in the scopify enum tweak ...Julian Schmidt2024-05-031-27/+11