aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-03[𝘀𝗽𝗿] initial versionusers/lanza/sprcir-build-out-ast-consumer-patterns-to-reach-the-entry-point-into-cirgenNathan Lanza16-1/+462
2024-05-03Revert "[lldb] Unify CalculateMD5 return types" (#90998)Jonas Devlieghere9-60/+52
2024-05-03[InstCombine] Add example usage for new Checked matcher APINoah Goldstein2-20/+12
2024-05-03[InstCombine] Add non-splat test for `(icmp (lshr x, y), x)`; NFCNoah Goldstein1-8/+55
2024-05-03[PatternMatching] Add generic API for matching constants using custom conditionsNoah Goldstein2-0/+210
2024-05-03[Inliner] Propagate callee argument memory access attributes before inliningNoah Goldstein4-31/+108
2024-05-03[Inliner] Add tests for not propagating `writable` if `readonly` is present; NFCNoah Goldstein1-1/+44
2024-05-03[AMDGPU] Allow the `__builtin_flt_rounds` functions on AMDGPU (#90994)Joseph Huber2-8/+20
2024-05-03[lldb] Unify CalculateMD5 return types (#90921)Anthony Ha9-52/+60
2024-05-03[flang][cuda] Add verifier for cuda_alloc/cuda_free (#90983)Valentin Clement (バレンタイン クレメン)3-0/+35
2024-05-03[VectorCombine] Add foldShuffleToIdentity (#88693)David Green4-146/+212
2024-05-03[StandardInstrumentation] Annotate loops with the function name (#90756)annamthomas10-27/+28
2024-05-03[lldb] Add TeeLogHandler to log to 2 handlers (#90984)Jonas Devlieghere3-0/+43
2024-05-03[lldb][NFCI] Unify DW_TAG -> string conversions (#90657)Alex Langford6-78/+71
2024-05-03[LV] Add test showing miscompile with store reductions and RT checks.Florian Hahn1-9/+44
2024-05-03[AMDGPU] Fix mode register pass for constrained FP operations (#90085)Abhinav Garg2-4/+8
2024-05-03[mlir][sparse] test optimization of binary-valued operations (#90986)Aart Bik1-0/+145
2024-05-03[mlir,test] Convert text files from CRLF to LFFangrui Song4-98/+98
2024-05-03[clang,test] Convert text files from CRLF to LFFangrui Song57-2974/+2974
2024-05-03AMDGPU: Use umin in set.rounding expansionMatt Arsenault2-111/+57
2024-05-03[docs,utils] Convert text files from CRLF to LFFangrui Song7-1185/+1185
2024-05-03[test] Convert text files from CRLF to LFFangrui Song23-2207/+2207
2024-05-03[test] Fix CodeGen/DirectX/strip-fn-attrs.llFangrui Song1-2/+1
2024-05-03[FMV][AArch64] Don't optimize backward compatible features in resolver. (#90928)Pavel Iliin2-4/+35
2024-05-03[CostModel][X86] Treat lrint/llrint as fptosi calls (#90883)Simon Pilgrim6-484/+508
2024-05-03[DAGCombiner] In mergeTruncStore, make sure we aren't storing shifted in bits...Craig Topper2-2/+8
2024-05-03[tools,test] Convert text files from CRLF to LFFangrui Song16-662/+662
2024-05-03[DebugInfo,test] Convert text files from CRLF to LFFangrui Song74-2072/+2072
2024-05-03[AArch64] Add test for #90936. NFCCraig Topper1-0/+18
2024-05-03[lldb] Always emit diagnostic events to the system log (#90913)Jonas Devlieghere1-0/+3
2024-05-03SystemZ: Fold copy of vector immediate to gr128 (#90706)Matt Arsenault3-0/+243
2024-05-03[clang-tools-extra,test] Convert text files from CRLF to LFFangrui Song10-158/+158
2024-05-03AMDGPU: Try to fix build error with old gccMatt Arsenault2-56/+57
2024-05-03[RISCV] Make parseArchString only accept [a-z0-9_]. (#90879)Craig Topper3-6/+7
2024-05-03[RISCV] Add partial validation of Z extension name to RISCVISAInfo::parseNorm...Craig Topper3-2/+16
2024-05-03[lld,test] Convert text files from CRLF to LFFangrui Song4-116/+116
2024-05-03[lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere20-203/+164
2024-05-03[clangd] use existing functions for code locations in the scopify enum tweak ...Julian Schmidt1-27/+11
2024-05-03[mlir][linalg] Vectorize unpack op without masking (#89067)Prashant Kumar2-32/+145
2024-05-03[libc++][modules] Uses _LIBCPP_USING_IF_EXISTS. (#90409)Mark de Wever33-1023/+1023
2024-05-03Revert "[NFC] Enable atomic tests on AIX"Mark de Wever4-0/+4
2024-05-03[M68k] Correctly emit non-pic relocations (#89863)Peter Lafreniere15-78/+78
2024-05-03[RISCV] Add Sched classes for vector crypto instructions (#90068)Michael Maitland16-375/+830
2024-05-03[lldb-dap] Fix test_exit_status_message_sigterm test. (#90223)Miro Bucko1-6/+14
2024-05-03[RISCV][llvm-mca] Add vector crypto llvm-mca tests for P600Michael Maitland8-23/+1307
2024-05-03[RISCV] Use Sched*MC for Zvk MC instructionsMichael Maitland1-11/+13
2024-05-03[GlobalISel] Use some standard matchinfo defs. NFC.Jay Foad2-11/+5
2024-05-03[OpenACC] Implement copyin, copyout, create clauses for compute constructerichkeane22-74/+1268
2024-05-03[VPlan] Remove unused VPWidenCanonicalIVRecipe::getScalarType (NFCI).Florian Hahn1-6/+0
2024-05-03[AMDGPU] Use replaceOpcodeWith instead of applyCombine_s_mul_u64. NFC.Jay Foad2-8/+2