1. d8003a4 Merge 3c92011b60 for LLVM update to 522817 by Yi Kong · 3 months ago main
  2. 3c92011 [gn build] Port 450be89136d4 by LLVM GN Syncbot · 5 months ago
  3. 953ae94 [builtins] Fix CPU feature detection for FreeBSD on AArch64 (#76532) by Dimitry Andric · 5 months ago
  4. 450be89 [compiler-rt] Remove a few workarounds for FreeBSD 9.x (#76263) by Brad Smith · 5 months ago
  5. dafd178 [InstCombine][NFC] Format code in foldCmpLoadFromIndexedGlobal by XChy · 5 months ago
  6. e13e95b [Mips] Optimize (shift x (and y, BitWidth - 1)) to (shift x, y) (#73889) by yingopq · 5 months ago
  7. 87779fd [RISCV][ISel] Remove redundant min/max in saturating truncation (#75145) by Chia · 5 months ago
  8. dbd1fb8 [clangd] Avoid crash when summarizing pointer-to-member expr for block-end hint (#76492) by Nathan Ridge · 5 months ago
  9. da5378e [LoongArch] Fix incorrect pattern [X]VBITSELI_B instructions by wanglei · 5 months ago
  10. 5b155ae [RISCV][ISel] Combine scalable vector add/sub/mul with zero/sign extension (#72340) by Chia · 5 months ago
  11. c7367f9 [LoongArch] Fix incorrect pattern XVREPL128VEI_{W/D} instructions by wanglei · 5 months ago
  12. 47c88bc [LoongArch] Fix LASX vector_extract codegen by wanglei · 5 months ago
  13. d3ddb93 [X86] Fix typo about the internal name of instructions by Shengchen Kan · 5 months ago
  14. a22c8ef [MC,test] Merge register-assignment-error.s into register-assignment.s and improve the test by Fangrui Song · 5 months ago
  15. 2d0b55c7 [Driver][test] -fbasic-block-sections: replace legacy -target with --target= by Fangrui Song · 5 months ago
  16. 2128fca [InstCombine] Canonicalize `gep T* X, V / sizeof(T)` to `gep i8* X, V` (#76458) by Yingwei Zheng · 5 months ago
  17. c97a767 [PowerPC] Expand FSINCOS of fp128 (#76494) by Qiu Chaofan · 5 months ago
  18. eaa32d2 [mlir] fix affine-loop-fusion crash (#76351) by long.chen · 5 months ago
  19. 6c87f46 [X86][NFC] Remove meaningless FIXME by Phoebe Wang · 5 months ago
  20. 2dc50d2 [RISCV] Correct the CHECK prefixes in attr-riscv-rvv-vector-bits-globals.c to use the correct vector size. NFC by Craig Topper · 5 months ago
  21. fdccfa3 [Flang] Shift the data from lower to higher order bits in the big endian environment (#73670) by madanial0 · 5 months ago
  22. 6dc5ba4 [RISCV] Remove XSfcie extension. by Craig Topper · 5 months ago
  23. 76facde [flang][runtime] Enable more APIs in the offload build. (#76486) by Slava Zakharin · 5 months ago
  24. 9c39d9b Revert "[RISCV][CostModel] Add getRISCVInstructionCost() to TTI for Cost… (#73651)" (#76536) by Vitaly Buka · 5 months ago
  25. 37f9036 [libc++] Make drop_view::begin constant time (#72883) (#72929) by Hongyu Ouyang · 5 months ago
  26. 516cc98 [LV] Fix typo in comment (NFC). by Florian Hahn · 5 months ago
  27. 1d2fab7 [analyzer] Add documentation for std::variant checker (#76501) by Gábor Spaits · 5 months ago
  28. 9e439a3 [bazel] Fix build after 2af186f9bd13e2c3772e6fbc55eacb5bfdd4b5a9 by Benjamin Kramer · 5 months ago
  29. 1287f5a [llvm-dwarfdump-fuzzer] fix out of bounds potential (#76408) by DavidKorczynski · 5 months ago
  30. 1c87d5c [AArch64][GlobalISel] Lower fminnm/fmaxnm through Global ISel by David Green · 5 months ago
  31. 44089c2 [compiler-rt] intercept sched_getaffinity on freebsd. (#76509) by David CARLIER · 5 months ago
  32. 6cd41dd [RISCV] Remove isRVVType from Type.h. NFC by Craig Topper · 5 months ago
  33. 2af186f [mlir][gpu] Add patterns to break down subgroup reduce (#76271) by Jakub Kuderski · 5 months ago
  34. 8076ee9 [RISCV] Use getBuiltinVectorTypeInfo instead of isRVVType. by Craig Topper · 5 months ago
  35. 5c37e71 [Frontend] Use StringRef::drop_while (NFC) by Kazu Hirata · 5 months ago
  36. 7f69c8b [llvm-special-case-list-fuzzer] fix off-by-one read (#73888) by DavidKorczynski · 5 months ago
  37. 9d7b357 [ConstraintElim] Add pre-commit tests for PR76299. NFC. (#76512) by Yingwei Zheng · 5 months ago
  38. e9bc4aa [mlir][gpu][docs] fix incorrect syntax for gpu.launch (#76381) by youkaichao · 5 months ago
  39. dc1931a [mlgo] Fix post PR #76319 by Mircea Trofin · 5 months ago
  40. 0207e9ea [X86][NFC] Move classe BinOp*, UnaryOp* to X86InstrUtils.td and simplify CRC32 definitions by Shengchen Kan · 5 months ago
  41. 04873773 [flang] Pass to add frame pointer attribute (#74598) by Radu Salavat · 5 months ago
  42. 554feb0 [InstSimplify] Simplify `select cond, undef, val` to `val` if `val = poison` implies `cond = poison` (#76465) by Yingwei Zheng · 5 months ago
  43. 3d7880b [llvm-opt-fuzzer] Add more passes options (#76474) by DavidKorczynski · 5 months ago
  44. 9b6127d [ConstraintSystem] Remove GCD handling (NFCI). by Florian Hahn · 5 months ago
  45. a49cf6c [analyzer] Fix "sprintf" parameter modeling in CStringChecker by Balazs Benics · 6 months ago
  46. d1856b2 [analyzer][NFC] Prefer CallEvent over CallExpr in APIs by Balazs Benics · 6 months ago
  47. d488adb [analyzer][docs] Update the release notes for llvm-18 (#76446) by Balazs Benics · 5 months ago
  48. c239914 [libc][NFC] Integrate `FloatProperties` into `FPBits` (#76506) by Guillaume Chatelet · 5 months ago
  49. d79ccee [X86][MC] Support encoding/decoding for APX variant ADD/SUB/ADC/SBB/OR/XOR/NEG/NOT instructions (#76319) by Shengchen Kan · 5 months ago
  50. 5096501 [SLP][TTI][X86]Add addsub pattern cost estimation. (#76461) by Alexey Bataev · 5 months ago
  51. 7a1a476 [InstCombine] Fold `(X & C1) | C2` into `X & (C1 | C2)` iff `(X & C2) == C2` (#76470) by Yingwei Zheng · 5 months ago
  52. 8c6172b [AMDGPU][True16] Don't use the VGPR_LO/HI16 register classes. (#76440) by Ivan Kosarev · 5 months ago
  53. 9d3fbf9 [tsan] Add support for linux/loongarch64 in lib/tsan/go/buildgo.sh (#72819) by abner chenc · 5 months ago
  54. 8a4266a [InstSimplify] Fold `u/sdiv exact (mul nsw/nuw X, C), C --> X` when C is not a power of 2 (#76445) by Yingwei Zheng · 5 months ago
  55. a700298 [CanonicalizeFreezeInLoops] fix duplicate removal (#74716) by Wei Tao · 5 months ago
  56. fb981e6 Revert "[SLP][TTI][X86]Add addsub pattern cost estimation. (#76461)" by Douglas Yung · 5 months ago
  57. 471f8f5 [RISCV] Prevent checkRVVTypeSupport from issuing more than 1 diagnostic. (#74950) by Craig Topper · 5 months ago
  58. 3e75dec [RISCV][CostModel] Add getRISCVInstructionCost() to TTI for Cost… (#73651) by Shih-Po Hung · 5 months ago
  59. 9807305 [RISCV] Refactor checkRVVTypeSupport to use BuiltinVectorTypeInfo. (#74949) by Craig Topper · 5 months ago
  60. 2dccf11 [RISCV] Remove gp and tp from callee saved register lists. (#76483) by Craig Topper · 5 months ago
  61. e499ae5 [X86][BF16] Support INSERT_SUBVECTOR and CONCAT_VECTORS (#76485) by Phoebe Wang · 5 months ago
  62. 13cdee9 [RISCV][MC] Add support for experimental Zcmop extension (#76395) by Wang Pengcheng · 5 months ago
  63. 705065f [RISCV][NFC] Use RISCVISAInfo instead of string comparison (#76387) by Wang Pengcheng · 5 months ago
  64. 5c27e00 [RISCV][NFC] Use errorToBool (#76429) by Wang Pengcheng · 5 months ago
  65. 52770d8 [Serialization] Don't pack bits for the function scope index of ParmVarDecl by Chuanqi Xu · 5 months ago
  66. c2c840b [Modules] Don't prevent @import from ObjectiveC by Chuanqi Xu · 5 months ago
  67. 3081bac [X86][BF16] Add X86SubVBroadcastld patterns (#76479) by Phoebe Wang · 5 months ago
  68. 19e7846 [X86] Remove RAO-INT from Grandridge (#76420) by Freddy Ye · 5 months ago
  69. fdb8764 [LSR][TTI][RISCV] Disable terminator folding for RISC-V. by Craig Topper · 5 months ago
  70. 1c1eaf7 [llvm-profdata] Make tests more readable (NFC) by Kazu Hirata · 5 months ago
  71. ce02357 [llvm-profdata] Make tests more readable (NFC) by Kazu Hirata · 5 months ago
  72. bc8c4bb [SLP][TTI][X86]Add addsub pattern cost estimation. (#76461) by Alexey Bataev · 5 months ago
  73. 7f1c8fc [InstCombine] Use ConstantInt::getSigned to sign extend -2 for large types. (#76464) by Craig Topper · 5 months ago
  74. a01b58a [OpenMP][libomptarget][Fix] Add missing array initialization (#76457) by Gheorghe-Teodor Bercea · 5 months ago
  75. 840e23a [RISCV] Simplify VTypeInfo and GroupVTypeInfo tblgen templates. NFC (#76427) by Craig Topper · 5 months ago
  76. cdb7d8a [RISCV] Minor improvements to RISCVInstrInfoXSf.td. NFC (#76424) by Craig Topper · 5 months ago
  77. 410066a [Bazel] Added SCFDialect to mlir-vulkan-runner (#76454) by Balaji V. Iyer · 5 months ago
  78. a70dcc2 [clang] Use StringRef::ltrim (NFC) by Kazu Hirata · 5 months ago
  79. fe94ae8 [libc][FIXME] Disable another test on GPU (#76444) by Jan Patrick Lehr · 5 months ago
  80. 8cf6bcf [mlir][llvm] Add assert in CallOp builder (#76240) by gitoleg · 5 months ago
  81. 1150e8e [mlir::spirv] Support scf.if in mlir-vulkan-runner (#75367) by Xiang Li · 5 months ago
  82. 38c9390 [AArch64] Add an extra test for #75822. NFC by David Green · 5 months ago
  83. 9f6bf00 [DAGCombine] Add DAG optimisation for BF16_TO_FP (#69426) by Shao-Ce SUN · 5 months ago
  84. ae0b263 [BitcodeReader] Add bounds checking on Strtab (#76403) by DavidKorczynski · 5 months ago
  85. 2df0fa4 [clang] Use StringRef::consume_front (NFC) by Kazu Hirata · 5 months ago
  86. 72390c5 [clang-tidy][misleading-indentation]ignore false-positives for line started with empty macro (#75061) by Congcong Cai · 5 months ago
  87. 4972a19 [wasm] Use StringRef::trim (NFC) by Kazu Hirata · 5 months ago
  88. 4128ede [JITLink] Tell yaml2obj the MachO file is little-endian. NFC. by Kai Luo · 5 months ago
  89. b8424ea [llvm-profdata] Make tests more readable (NFC) by Kazu Hirata · 5 months ago
  90. 039d9aa [RISCV] Remove redundant variable Log2LMUL from vset intrinsic. NFC (#76422) by Jim Lin · 5 months ago
  91. 9f4b6e1 [X86][NFC] Simplify the definitions of INC/DEC and NEG/NOT by Shengchen Kan · 5 months ago
  92. 2476e2a [M68k] Optimize for overflow arithmetics that will never overflow by Min-Yih Hsu · 5 months ago
  93. 6f85075 [M68k] U/SMULd32d16 are not supposed to be communitive by Min-Yih Hsu · 5 months ago
  94. 23b82c9 [RISCV] Move Zimop to RISCVInstrInfoZimop.td (#76392) by Wang Pengcheng · 5 months ago
  95. 4a601cf [RISCV] Fix formatting. NFC by Craig Topper · 5 months ago
  96. 36fd729 [mlir][Quasipolynomial] Fixed -Wunused-variable in GeneratorFunction.h (#76419) by Balaji V. Iyer · 5 months ago
  97. ce0c149 [RISCV][Clang] Remove -save-restore from default features. (#76390) by Yeting Kuo · 5 months ago
  98. 256bf56 [RISCV] Update DecoderMethod and MCOperandPredicate of spimm. (#76061) by Yeting Kuo · 5 months ago
  99. 8ddb0fc [X86] Correct operand order of UWRMSR. (#76389) by Freddy Ye · 5 months ago
  100. b3ef8dc [LoongArch] Emit R_LARCH_RELAX when expanding some LoadAddress (#72961) by Jinyang He · 5 months ago