Clone this repo:

Branches

  1. 24510db [RISCV][NFC] Fix UBSan issue in ISel (#181422) by Sam Elliott · 35 minutes ago main master
  2. 780dfab LowerTypeTests: Remove the optimization for llvm.cond.loop. by Peter Collingbourne · 45 minutes ago
  3. b36589b Add llvm.looptrap intrinsic. by Peter Collingbourne · 48 minutes ago
  4. 927e4fb [llubi] Return void for `InstExecutor::visit*` methods. NFC. (#181421) by Yingwei Zheng · 72 minutes ago
  5. cfb1aeb [RISCV] Combine ADDD(lo, hi, x, 0) -> WADDAU(lo, hi, x, 0). Combine WADDAU (WADDAU lo, hi, x, 0), y, 0 -> WADDAU lo, hi, x, y (#181396) by Craig Topper · 81 minutes ago
  6. d37388e Revert "Add HexagonGlobalScheduler pass (#180803)" (#181418) by Fateme Hosseini · 82 minutes ago
  7. dd2f0de [VPlan] Compute NumPredStores for VPReplicateRecipe costs in VPlan. by Florian Hahn · 2 hours ago
  8. aa0f835 [llvm/unittests/CAS] Fix `CASTests` compilation when `LLVM_ENABLE_ONDISK_CAS=OFF` (#181403) by Argyrios Kyrtzidis · 2 hours ago
  9. 52c98e8 [Support] Support 5-component VersionTuples (#181275) by Adrian Prantl · 2 hours ago
  10. 0508d0d [NFC] Pre-Commit test case for __builtin_ppc_test_data_class (#181181) by zhijian lin · 3 hours ago
  11. 76c53b5 [GISel][RISCV] Simplify the generated code for narrowScalarCTLS. (#180827) by Craig Topper · 3 hours ago
  12. b1257f8 [RISCV] In tryWideningMulAcc, check multiple users before checking operand 1. (#181321) by Craig Topper · 3 hours ago
  13. 681f7d7 [SystemZ][z/OS] Migrate most test case to use HLASM syntax (#181222) by Kai Nacke · 3 hours ago
  14. 43f6e44 [SLP][NFC] Use static_assert to confirm SupportedOps is sorted (#181397) by Ryan Buchner · 4 hours ago
  15. 9649a4f [RISCV] Rename tablegen class VALU_MV_VS2->VEXT_MV_VS2. NFC by Craig Topper · 4 hours ago
  16. 3fa0dc3 [SPIRV] Extend lowering of variadic functions (#178980) by Nick Sarnie · 5 hours ago
  17. a4b1e83 [NFC] [IndVars] test for multiple bounds for predicate-loop-traps by Florian Mayer · 5 hours ago
  18. 35b7449 [ADT] Add is_sorted_constexpr, equivalent to C++20 std::is_sorted (#180867) by Ryan Buchner · 5 hours ago
  19. 0fa9bf3 [RISCV] Use PADD_DW instead of ADDD for GPRPair copy on RV32 with P extension (#181316) by Craig Topper · 5 hours ago
  20. 110becf [CodeGen][AMDGPU] TwoAddress: Only skip undef COPY at REG_SEQUENCE lowering when there is Live info or no uses for subreg (#175598) by Felipe Quezada · 6 hours ago