1. 251256d Revert "[Transforms] LoopIdiomRecognize recognize strlen and wcslen (#108985)" (#131405) by Henry Jiang · 11 minutes ago main master
  2. 21f458d [Transforms] LoopIdiomRecognize recognize strlen and wcslen (#108985) by Henry Jiang · 26 minutes ago
  3. dfab2ae [SLP] Reorder reuses mask, if it is not empty, for subvector operands by Alexey Bataev · 2 hours ago
  4. f1bf8a4 [NFC][AMDGPU] Replace more direct arch comparison with isAMDGCN() (#131379) by Shilei Tian · 2 hours ago
  5. ff45f2f [SLP]Check if user node is same as other node and check operand order by Alexey Bataev · 3 hours ago
  6. 2a10e1f [llvm-objcopy] Apply encryptable offset to first segment, not section (#130517) by Daniel Rodríguez Troitiño · 3 hours ago
  7. 1bb5d9e [LLVM] Only enable `-fno-lifetime-dse` in LTO mode (#131381) by Joseph Huber · 3 hours ago
  8. 5c2a320 [RISCV] Add nf argument to VReg class instead overriding with a let. NFC (#131235) by Craig Topper · 3 hours ago
  9. 2671e23 [SLP] Update vector value for incoming phi node, beeing vectorized already by Alexey Bataev · 4 hours ago
  10. 983a416 [NFC][Coro] Remove now unused CommonDebugInfo in CoroSplit (#129150) by Artem Pianykh · 4 hours ago
  11. 1f08ddb [NFC][llvm/IR] comparison of unsigned expression in ‘>= 0’ is always true (#130843) by AdityaK · 4 hours ago
  12. c4ea658 [AMDGPU][True16][CodeGen] enable true16 for more codegen test patch 3 (#131212) by Brox Chen · 4 hours ago
  13. d678ddf [AMDGPU][True16][CodeGen] enable true16 for more codegen test patch 2 (#131210) by Brox Chen · 4 hours ago
  14. b783884 [AMDGPU][True16][CodeGen] enable true16 for more codegen test patch 1 (#131206) by Brox Chen · 4 hours ago
  15. 9b9a7b2 [gn build] Port c84d8e8f1c40 by LLVM GN Syncbot · 5 hours ago
  16. 407bc46 [NFC][AMDGPU] Replace direct arch comparison with `isAMDGCN()` (#131357) by Shilei Tian · 5 hours ago
  17. fea5f93 [X86] combineConcatVectorOps - use ConcatSubOperand for X86ISD::VPERMV operand concatenation (#131352) by Simon Pilgrim · 5 hours ago
  18. 36a682c SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (#131239) by Matthias Braun · 6 hours ago
  19. a905abd [X86] combineConcatVectorOps - extend ISD::ROTLI/VROTRI handling to support 256-bit types by Simon Pilgrim · 6 hours ago
  20. 1b8a093 AMDGPU: Migrate some tests away from undef (#131277) by Matt Arsenault · 6 hours ago
  21. df933f5 MIR: Replace undef with poison in some MIR tests (#131282) by Matt Arsenault · 6 hours ago
  22. 54d96b7 [HLSL] Remove old resource annotations (#130338) by Helena Kotas · 6 hours ago
  23. f2390bf [X86] Add test coverage showing failure to concatenate matching rotate nodes by Simon Pilgrim · 6 hours ago
  24. e5b7313 [RISCV] Move Size and CopyCost overrides for vector register to the VReg class. NFC (#131222) by Craig Topper · 6 hours ago
  25. 5aabe7f [InstCombine] Use known bits to simplify mask in foldSelectICmpAnd (#128741) by Julian Nagele · 7 hours ago
  26. 424db26 [AMDGPU][True16][CodeGen] add v_cndmask_t16 to hazardmask (#128912) by Brox Chen · 7 hours ago
  27. b4cd115 [RISCV] Reorder include of RISCVInstrInfoZi* before C and Zc*. NFC (#131274) by Craig Topper · 7 hours ago
  28. d041498 [GSYM] Fix incorrect comparison in gSYM creation (#131197) by alx32 · 7 hours ago
  29. 682563d [CodeGen] Remove parameter from LiveRangeEdit::canRematerializeAt [NFC] by Philip Reames · 7 hours ago
  30. ae8af3c StandardInstrumentation: Fix -ir-dump-directory with -print-before-pass-number (#130983) by Matt Arsenault · 7 hours ago
  31. be96597 [RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298) by Jeremy Morse · 8 hours ago
  32. f37254e [X86] combineINSERT_SUBVECTOR - peek through bitcasts to find a concatenation of subvector shuffles (#131331) by Simon Pilgrim · 8 hours ago
  33. af5c475 Revert "[Aarch64] [ISel] Don't save vaargs registers if vaargs are unused (#126780)" by Hans Wennborg · 8 hours ago
  34. 0a6433a [NFC][Coro] Use CloneFunctionInto for coroutine cloning instead of CloneFunction<Part> (#129149) by Artem Pianykh · 8 hours ago
  35. 153e3d6 [BPF] Remove unnecessary BitCast operations (#131260) by yonghong-song · 8 hours ago
  36. e74542c [BPF] Avoid repeated hash lookups (NFC) (#131265) by Kazu Hirata · 9 hours ago
  37. febeac8 [dsymutil] Avoid repeated hash lookups (NFC) (#131268) by Kazu Hirata · 9 hours ago
  38. 883bc6d [Utils] Avoid repeated hash lookups (NFC) (#131267) by Kazu Hirata · 9 hours ago
  39. e0d61cc [SelectionDAG] Avoid repeated hash lookups (NFC) (#131266) by Kazu Hirata · 9 hours ago
  40. 6828839 [SLP]Set insert point for split node with non-scheulable instructions after the last instruction by Alexey Bataev · 10 hours ago
  41. 3997783 [msan][NFCI] Add test for llvm.x86.vcvtph2ps.{128,256} (#131244) by Thurston Dang · 9 hours ago
  42. f41ca20 [SimplifyCFG] Treat `extract oneuse(op.with.overflow),1` pattern as a single instruction (#128021) by Gábor Spaits · 10 hours ago
  43. bb7a34e Add IRBuilder::CreateFMA (#131112) by Frederik Harwath · 11 hours ago
  44. 1a45620 Rename ExpandLargeFpConvertPass to ExpandFpPass (#131128) by Frederik Harwath · 11 hours ago
  45. 4a4bf8d [X86] combineConcatVectorOps - attempt to recursively call combineConcatVectorOps from inside ConcatSubOperand. (#131303) by Simon Pilgrim · 11 hours ago
  46. 3fe1ec7 [AArch64][GISel] Silence warning caused by #130156 by Sander de Smalen · 12 hours ago
  47. 5e55ede AMDGPU: Use generated checks in coalescer_distribute.ll (#131276) by Matt Arsenault · 12 hours ago
  48. c23d9e5 AMDGPU: Use generated checks in unchecked test (#131275) by Matt Arsenault · 12 hours ago
  49. 52871f0 [LV][NFC] Refactor code for extracting first active element (#131118) by David Sherwood · 12 hours ago
  50. 9c2c284 [SPIR-V] Support SPV_INTEL_fp_max_error extension for `!fpmath` metadata (#130619) by Viktoria Maximova · 12 hours ago
  51. 540b3ae [AArch64][GISel] Fix lowering of fp16 intrinsics (#130156) by Sander de Smalen · 12 hours ago
  52. 1e35e3e [X86] combineConcatVectorOps - pull out repeated getOpcode() calls. NFC. by Simon Pilgrim · 13 hours ago
  53. 24416a1 AMDGPU: Use generated tests in reg-coalescer-sched-crash.ll test (#131259) by Matt Arsenault · 14 hours ago
  54. a848c27 AMDGPU: Add generated checks to compile only test (#131258) by Matt Arsenault · 14 hours ago
  55. 0281bd0 Re-apply "[AMDGPU] Fix test failures when expensive checks are enabled (#130644)" by Shilei Tian · 4 days ago
  56. 3cc3367 [Flang] Add omp_lib dependency to check-flang (#130975) by Michael Kruse · 15 hours ago
  57. 4cb4999 AMDGPU: Switch a test to generated checks which only tested labels (#131257) by Matt Arsenault · 15 hours ago
  58. 7c3058d AMDGPU: Remove undef in subreg-coalescer-crash.ll (#131256) by Matt Arsenault · 16 hours ago
  59. 138886b AMDGPU: Switch a test with only function label checks to generated (#131255) by Matt Arsenault · 16 hours ago
  60. 4287325 AMDGPU: Replace undef references with poison in some MIR tests (#131254) by Matt Arsenault · 16 hours ago
  61. 098bb37 AMDGPU: Use generated checks in test missing checks (#131110) by Matt Arsenault · 16 hours ago
  62. 15bbe7c [VPlan] Move FOR splice cost into VPInstruction::FirstOrderRecurrenceSplice (#129645) by Luke Lau · 16 hours ago
  63. c3c7737 [MachineCombiner][Targets] Use Register in TII genAlternativeCodeSequence interface. NFC (#131272) by Craig Topper · 17 hours ago
  64. 1567201 [ARM] Pass ArrayRef by value instead of const reference. NFC by Craig Topper · 17 hours ago
  65. 5cc85ee [CodeGen][NPM] Port MachineBlockPlacement to NPM (#129828) by Akshat Oke · 18 hours ago
  66. e50abf8 [AMDGPU][NPM] Port GCNCreateVOPD to NPM (#130059) by Akshat Oke · 18 hours ago
  67. 2e39d5b [ctxprof] Missing test for #131269 (#131271) by Mircea Trofin · 19 hours ago
  68. b91af89 AMDGPU: Make fma_legacy intrinsic propagate poison (#131063) by Matt Arsenault · 19 hours ago
  69. c2fecc0 AMDGPU: Make fmul_legacy intrinsic propagate poison (#131062) by Matt Arsenault · 19 hours ago
  70. 2d387fc AMDGPU: Make ballot intrinsic propagate poison (#131061) by Matt Arsenault · 19 hours ago
  71. 8698c9d AMDGPU: Make fmed3 intrinsic propagate poison (#131060) by Matt Arsenault · 19 hours ago
  72. fa679fd AMDGPU: Make cvt_pknorm and cvt_pk intrinsics propagate poison (#131059) by Matt Arsenault · 19 hours ago
  73. 42ab64a [ctxprof] Fix initializer in PGOCtxProfLowering (#131269) by Mircea Trofin · 19 hours ago
  74. 8e78e70 [RISCV] Shrink the size of the VLMul field in RegisterClass target flags. Use uint8_t for TSFlags. NFC (#131227) by Craig Topper · 20 hours ago
  75. 2afed0c AMDGPU: Replace some test undef uses with poison (#131103) by Matt Arsenault · 20 hours ago
  76. 7eda31f AMDGPU: Replace more undef test pointer uses with poison (#131102) by Matt Arsenault · 20 hours ago
  77. 0f7cd42 AMDGPU: Replace test uses of ptr addrspace(5) undef with poison (#131101) by Matt Arsenault · 21 hours ago
  78. 1acdc8a AMDGPU: Replace ptr addrspace(4) undef uses with poison in tests (#131095) by Matt Arsenault · 21 hours ago
  79. 8289690 [VPlan] Fix crash with inloop fmuladd reductions with blend (#131154) by Luke Lau · 22 hours ago
  80. 225c316 [X86] Avoid repeated hash lookups (NFC) (#131069) by Kazu Hirata · 23 hours ago
  81. caba806 [IPO] Avoid repeated hash lookups (NFC) (#131068) by Kazu Hirata · 23 hours ago
  82. d1cbf83 [CodeGen] Avoid repeated hash lookups (NFC) (#131067) by Kazu Hirata · 23 hours ago
  83. ad7760c [Analysis] Avoid repeated hash lookups (NFC) (#131066) by Kazu Hirata · 23 hours ago
  84. f3570bf [libc] Make RPC server handling header only (#131205) by Joseph Huber · 23 hours ago
  85. 6611fce [SandboxVec][PassManager][NFC] Fix PM printing by Vasileios Porpodas · 2 days ago
  86. d1cfe9f [LLVM] Update llvm-mca / MCA maintainers (#131187) by Min-Yih Hsu · 23 hours ago
  87. a25f55c [ORC] Make runAllocActions and runDeallocActions asynchorous. by Lang Hames · 24 hours ago
  88. affd7fa Reapply "Use global TimerGroups for both new pass manager and old pass manager timers" (#131173) (#131217) by Alan Zhao · 24 hours ago
  89. 7513ebd [Support] Prevent leaking unique lock files (#130984) by Jan Svoboda · 24 hours ago
  90. 6133572 [CodeGen] Use early return to simplify SplitEditor::defFromParent [NFC] by Philip Reames · 24 hours ago
  91. f11f19b [SLP] Precommit test (#131236) by Jeffrey Byrnes · 24 hours ago
  92. 48d0632 [RISCV] Remove some unnecessary hasSideEffects = 0 and sink some to their base class. NFC (#131044) by Craig Topper · 24 hours ago
  93. c8960ba Revert "reapply [llvm] add support for mustache templating language" (#131228) by PeterChou1 · 25 hours ago
  94. 3605b07 [docs] Fix link appearing improperly (#131225) by Nicolas van Kempen · 26 hours ago
  95. 2802b1d [llvm] Match llvm.type.checked.load.relative semantics to llvm.load.r… (#129583) by PiJoules · 26 hours ago
  96. c9c5032 [LAA] Add extra tests for #128061. by Florian Hahn · 26 hours ago
  97. a401185 [RISCV] Improve Disassembler test xqci-invalid.txt (#130039) by quic_hchandel · 26 hours ago
  98. 88ed151 [GOFF] Refactor GOFFOstream (#131143) by Kai Nacke · 26 hours ago
  99. 45a7a2b [RISCV] Set CopyCost on register classes [NFC] (#131185) by Philip Reames · 27 hours ago
  100. d7799df [X86] combineConcatVectorOps - extend ISD::VECTOR_SHUFFLE handling to support 512-bit types (#131189) by Simon Pilgrim · 27 hours ago