Age | Commit message (Expand) | Author | Files | Lines |
2024-05-05 | [AMDGPU] Improve MIR pattern for FMinFMaxLegacy combine. NFC. (#90968) | Jay Foad | 2 | -12/+11 |
2024-05-05 | [X86] Support icmp_i64(i64 X, i64 Y) --> icmp_i32(trunc(X), trunc(Y)) for non... | Simon Pilgrim | 3 | -12/+12 |
2024-05-04 | Revert "SystemZ: Fold copy of vector immediate to gr128" (#91099) | Vitaly Buka | 3 | -243/+0 |
2024-05-05 | [SelectionDAG] Make ARITH_FENCE support half and bfloat type (#90836) | Phoebe Wang | 3 | -0/+162 |
2024-05-04 | [TableGen] Use bitwise operations to access HwMode ID. (#88377) | superZWT123 | 7 | -58/+652 |
2024-05-04 | [LV,LAA] Don't vectorize loops with load and store to invar address. | Florian Hahn | 4 | -18/+43 |
2024-05-04 | [Transforms] Use StringRef::operator== instead of StringRef::equals (NFC) (#9... | Kazu Hirata | 10 | -28/+26 |
2024-05-04 | [SLP][NFC]Use std::optional::value_or. | Alexey Bataev | 1 | -1/+1 |
2024-05-04 | Revert "llvm/lib/CodeGen/TargetSchedule.cpp:132:12: warning: Assert statement... | David Blaikie | 1 | -2/+1 |
2024-05-04 | llvm/lib/CodeGen/TargetSchedule.cpp:132:12: warning: Assert statement modifie... | akshaykumars614 | 1 | -1/+2 |
2024-05-04 | Revert 4 last AMDGPU commits to unbreak Windows bots | Mehdi Amini | 8 | -1890/+0 |
2024-05-04 | Add clarifying parenthesis around non-trivial conditions in ternary expressio... | luolent | 6 | -10/+10 |
2024-05-04 | [Support] Use StringRef::operator== instead of StringRef::equals (NFC) (#91042) | Kazu Hirata | 8 | -18/+17 |
2024-05-04 | [DAG] Fold freeze(shuffle(x,y,m)) -> shuffle(freeze(x),freeze(y),m) (#90952) | Simon Pilgrim | 7 | -754/+478 |
2024-05-04 | [C API] Add function to create ConstantRange attributes to C API (#90505) | Andreas Jonson | 4 | -0/+62 |
2024-05-04 | [InstCombine] Do not request non-splat vector support in code reviews (NFC) (... | Nikita Popov | 1 | -0/+8 |
2024-05-04 | [Instrumentation] Support verifying machine function (#90931) | paperchalice | 6 | -2/+33 |
2024-05-03 | Update GettingInvolved.rst (#91008) | Maksim Levental | 1 | -1/+1 |
2024-05-03 | [Attributor][NFC] update tests (#91011) | Johannes Doerfert | 103 | -1398/+1338 |
2024-05-03 | [AArch64] Pre-commit another test case for #90936. NFC | Craig Topper | 1 | -0/+25 |
2024-05-03 | [tsan] Don't crash on vscale (#91018) | Vitaly Buka | 2 | -0/+16 |
2024-05-03 | [MemProf] Optionally match profiles on to manually hinted hot/cold new (#91027) | Teresa Johnson | 2 | -1/+104 |
2024-05-03 | [SLP]Fix PR90892: do a correct sign analysis of the entries elements in gathe... | Alexey Bataev | 2 | -5/+24 |
2024-05-03 | Revert "[gn] port 2d4acb086541 (LLVM_ENABLE_CURL)" | Reid Kleckner | 1 | -7/+0 |
2024-05-03 | [ARM/X86] Standardize the isEligibleForTailCallOptimization prototypes (#90688) | Reid Kleckner | 4 | -74/+62 |
2024-05-03 | [SLP][NFC]Add a test with incorrect casting of shuffled gathered values, NFC. | Alexey Bataev | 1 | -0/+55 |
2024-05-03 | Revert "[BasicBlockUtils] Remove redundant llvm.dbg instructions after blocks... | Jorge Gorbe Moya | 4 | -49/+2 |
2024-05-03 | [DirectX] Remove unneccary check lines (#90979) | Chris B | 1 | -4/+0 |
2024-05-03 | AMDGPU: Add tests for minimum and maximum intrinsics (#90997) | Matt Arsenault | 6 | -0/+31036 |
2024-05-03 | [InstCombine] Add example usage for new Checked matcher API | Noah Goldstein | 2 | -20/+12 |
2024-05-03 | [InstCombine] Add non-splat test for `(icmp (lshr x, y), x)`; NFC | Noah Goldstein | 1 | -8/+55 |
2024-05-03 | [PatternMatching] Add generic API for matching constants using custom conditions | Noah Goldstein | 2 | -0/+210 |
2024-05-03 | [Inliner] Propagate callee argument memory access attributes before inlining | Noah Goldstein | 4 | -31/+108 |
2024-05-03 | [Inliner] Add tests for not propagating `writable` if `readonly` is present; NFC | Noah Goldstein | 1 | -1/+44 |
2024-05-03 | [VectorCombine] Add foldShuffleToIdentity (#88693) | David Green | 4 | -146/+212 |
2024-05-03 | [StandardInstrumentation] Annotate loops with the function name (#90756) | annamthomas | 10 | -27/+28 |
2024-05-03 | [LV] Add test showing miscompile with store reductions and RT checks. | Florian Hahn | 1 | -9/+44 |
2024-05-03 | [AMDGPU] Fix mode register pass for constrained FP operations (#90085) | Abhinav Garg | 2 | -4/+8 |
2024-05-03 | AMDGPU: Use umin in set.rounding expansion | Matt Arsenault | 2 | -111/+57 |
2024-05-03 | [docs,utils] Convert text files from CRLF to LF | Fangrui Song | 7 | -1185/+1185 |
2024-05-03 | [test] Convert text files from CRLF to LF | Fangrui Song | 23 | -2207/+2207 |
2024-05-03 | [test] Fix CodeGen/DirectX/strip-fn-attrs.ll | Fangrui Song | 1 | -2/+1 |
2024-05-03 | [CostModel][X86] Treat lrint/llrint as fptosi calls (#90883) | Simon Pilgrim | 6 | -484/+508 |
2024-05-03 | [DAGCombiner] In mergeTruncStore, make sure we aren't storing shifted in bits... | Craig Topper | 2 | -2/+8 |
2024-05-03 | [tools,test] Convert text files from CRLF to LF | Fangrui Song | 16 | -662/+662 |
2024-05-03 | [DebugInfo,test] Convert text files from CRLF to LF | Fangrui Song | 74 | -2072/+2072 |
2024-05-03 | [AArch64] Add test for #90936. NFC | Craig Topper | 1 | -0/+18 |
2024-05-03 | SystemZ: Fold copy of vector immediate to gr128 (#90706) | Matt Arsenault | 3 | -0/+243 |
2024-05-03 | AMDGPU: Try to fix build error with old gcc | Matt Arsenault | 2 | -56/+57 |
2024-05-03 | [RISCV] Make parseArchString only accept [a-z0-9_]. (#90879) | Craig Topper | 2 | -5/+6 |