1. af47517 [C++] Implement "Deducing this" (P0847R7) by Corentin Jabot · 13 minutes ago main master upstream/main
  2. bc7d88f CodeGen: Disable isCopyInstrImpl if there are implicit operands by Matt Arsenault · 30 minutes ago
  3. e9b33d0 [ConstraintElim] Add extra tests with nested loops and iv decrements. by Florian Hahn · 54 minutes ago
  4. 6420d33 Revert "[asan] Ensure __asan_register_elf_globals is called in COMDAT asan.module_ctor (#67745)" by Krasimir Georgiev · 63 minutes ago
  5. 6741dd0 Fix MSVC "cannot convert from 'llvm::Register' to 'llvm::MCRegister'" build error. NFCI. by Simon Pilgrim · 65 minutes ago
  6. 2984e35 [X86] matchIndexRecursively - fold zext(addlike(shl_nuw(x,c1),c2) patterns into LEA by Simon Pilgrim · 68 minutes ago
  7. 2908142 [X86] Add test coverage for zext(or(shl_nuw(x,c1),c2)) pointer math by Simon Pilgrim · 68 minutes ago
  8. e816c89 Revert "InlineSpiller: Consider if all subranges are the same when avoiding redundant spills" by JP Lehr · 80 minutes ago
  9. 11e68c7 [flang]Add vscale argument parsing (#67676) by Mats Petersson · 2 hours ago
  10. 414ff81 RegisterCoalescer: Add implicit-def of super register when coalescing SUBREG_TO_REG by Matt Arsenault · 2 hours ago
  11. f906fd5 [LLD] [COFF] Restore the current dir as the first entry in the search path (#67857) by Martin Storsjö · 2 hours ago
  12. 7d7d9e4 [LLD] [COFF] Clarify -print-search-path for the empty string element (#67856) by Martin Storsjö · 2 hours ago
  13. 3b25407 [IR] Mark zext/sext constant expressions as undesirable by Nikita Popov · 2 hours ago
  14. 2214026 [CodeGen] Fix -Wunused-variable in RegisterCoalescer.cpp (NFC) by Jie Fu · 2 hours ago
  15. e28708d RegisterCoalescer: Avoid redundant implicit-def on rematerialize by Matt Arsenault · 2 hours ago
  16. 3f092736 [C++20] [Modules] Fix crash when emitting module inits for duplicated modules by Chuanqi Xu · 2 hours ago
  17. 7bc09a4 [compiler-rt] Reinstate removal of CRT choice flags from CMAKE_*_FLAGS* (#67935) by Martin Storsjö · 2 hours ago
  18. b1295dd RegisterCoalescer: Handle implicit-def of a super register when rematerializing by Matt Arsenault · 3 hours ago
  19. 4533d47 [LIT] NFC. Add missing punctuation on a LIT driver message (#67941) by Uday Bondhugula · 3 hours ago
  20. fad69a5 [Analysis][SVE] Improve cost model for some extending masked loads (#65957) by David Sherwood · 3 hours ago
  21. 274ba2c RegisterCoalescer: Add new rematerializing with subregister tests by Matt Arsenault · 3 hours ago
  22. 9ace23c [InstCombine] Avoid use of ConstantExpr::getSExt() (NFC) by Nikita Popov · 3 hours ago
  23. bc7ca91 [AMDGPUInstCombine] Avoid use of ConstantExpr::getSExt() (NFC) by Nikita Popov · 4 hours ago
  24. 32a23ae RegisterCoalescer: Forcibly leave SSA to avoid MIR test errors by Matt Arsenault · 4 hours ago
  25. ffc67bb Revert "[Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LLVM integration" by David Spickett · 4 hours ago
  26. 43198b0 [mlir][bufferization] Better analysis around allocs and block arguments (#67923) by Matthias Springer · 4 hours ago
  27. 5317912 [clang] Add missing canonicalization in int literal profile (#67822) by Henrik G. Olsson · 5 hours ago
  28. 8245ca9 [clang][Interp] Don't disable int128 tests everywhere. by Timm Bäder · 5 hours ago
  29. 87e2521 [flang] Zero initialize uninitialized components in saved default init (#67777) by jeanPerier · 5 hours ago
  30. c83d64f [clang-format] Fix a bug in mis-annotating arrows (#67780) by Owen Pan · 5 hours ago
  31. 75441a6 [clang-format] Fix a bug in RemoveParentheses: ReturnStatement (#67911) by Owen Pan · 6 hours ago
  32. aacefaf [AArch64] Move fcopysign to fcopysign-noneon. NFC by David Green · 6 hours ago
  33. dcb946a [clang][Interp] Try to fix a build failure on Windows by Timm Bäder · 7 hours ago
  34. 9782993 [mlir][affine] Check the input vector sizes to be greater than 0 (#65293) by Kai Sasaki · 12 hours ago
  35. f0505c3 [RISCV] Form vredsum from explode_vector + scalar (left) reduce (#67821) by Philip Reames · 12 hours ago
  36. 2375d84 Fix MLIR test for UBSAN: define enum values that are set in cl::opt (NFC) by Mehdi Amini · 14 hours ago
  37. a7517e1 [BOLT] Fix the initialization of DWARFDataExtractor by Kazu Hirata · 14 hours ago
  38. 8de2ecc [ExecutionEngine] Fix the call to DWARFContext::create by Kazu Hirata · 14 hours ago
  39. 9580468 [mlir][affine] Enforce each result type to match Reduction ops in affine.parallel verifier by Zhenyan Zhu · 15 hours ago
  40. e39de2b [clang] [MinGW] Tolerate mingw specific linker options during compilation (#67891) by Martin Storsjö · 16 hours ago
  41. 95f4b2a [GSYM] Fix the initialization of DataExtractor (#67904) by Kazu Hirata · 18 hours ago
  42. 0ef990d [mlir][bufferization] Improve verifier for `bufferization.dealloc` (#67912) by Matthias Springer · 19 hours ago
  43. c77b2ad [clang][Interp] Disable int128 tests on targets that don't have int128 by Timm Bäder · 19 hours ago
  44. 632022e [AArch64] aarch64-saturating-arithmetic.ll - refresh test missed in #67890 by Simon Pilgrim · 22 hours ago
  45. 9103b1d [DAG] Extend the computeOverflowForSignedSub/computeOverflowForUnsignedSub implementations with ConstantRange (#67890) by elhewaty · 23 hours ago
  46. 04b403d [X86] combineConcatVectorOps - only concatenate single-use subops by Simon Pilgrim · 23 hours ago
  47. c1ce21b cmake: allow disabling building with the install name directory by Ben Boeckel · 24 hours ago
  48. 0b0ed8f [RISCV] Add missing hunk to #67889 to fix test failures by Alex Bradbury · 26 hours ago
  49. bf94ba3 [RISCV][MC] Fix all remaining fcvt instructions that didn't accept rounding mode but should have (#67889) by Alex Bradbury · 28 hours ago
  50. d8127b2 InlineSpiller: Consider if all subranges are the same when avoiding redundant spills by Matt Arsenault · 28 hours ago
  51. 7252787 RegAllocGreedy: Fix detection of lanes read by a bundle by Matt Arsenault · 28 hours ago
  52. 5b7a7ec [NVPTX] Fix code generation for `trap-unreachable`. (#67478) by Christian Sigg · 31 hours ago
  53. 18461dc [clang][Interp] Add IntegralAP for arbitrary-precision integers (#65844) by Timm Bäder · 32 hours ago
  54. e7247f1 [profiling] Move option declarations into headers by Tom Stellard · 35 hours ago
  55. b225f2d5 Fix build failure on windows (NFC) by Jie Fu · 2 days ago
  56. dc1a2cb [lldb][windows] Cover more symbols in LLDB_EXPORT_ALL_SYMBOLS by River Riddle · 2 days ago
  57. a5b45b4 Fix -Wcovered-switch-default in MachOUniversalWriter.cpp (NFC) by Jie Fu · 2 days ago
  58. efb4651 [lipo] Support creating Universal 64 bit Mach-O files. (#67737) by Daniel Rodríguez Troitiño · 2 days ago
  59. b28d83e [RISCV][MC] Recognise that fcvt.d.s with frm != 0b000 is valid (#67555) by Alex Bradbury · 2 days ago
  60. a5686c2 [InstSimplify] Avoid use of ConstantExpr::getICmp. NFC (#67873) by Craig Topper · 2 days ago
  61. 8580010 [ADT] Guard PagedVector death tests by Jakub Kuderski · 2 days ago
  62. e39727d [RISCV][GISel] Legalize G_SADDO/G_SSUBO/G_UADDO/G_USUBO. (#67615) by Craig Topper · 2 days ago
  63. 4bae636 Revert "[clang][Interp] Add IntegralAP for arbitrary-precision integers (#65844)" by Timm Bäder · 2 days ago
  64. 16b9e6f [clang][Interp] Add IntegralAP for arbitrary-precision integers (#65844) by Timm Baeder · 2 days ago
  65. 6403287 [Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LLVM integration by Paul Scoropan · 2 days ago
  66. d222c5e [C API] Fix LLVMGetOrdering/LLVMIsAtomicSingleThread for fence/memory instrs (#65228) by Benji Smith · 2 days ago
  67. dc1dc60 [RISCV][MC][test] Test for current behaviour around default FP rounding modes by Alex Bradbury · 2 days ago
  68. 62205c2 [clang] Remove uses of llvm::Type::getPointerTo() (NFC) by JOE1994 · 2 days ago
  69. 4346aaf [llvm] Remove uses of Type::getPointerTo() (NFC) by Youngsuk Kim · 2 days ago
  70. f71ad19 [AArch64] Add a target feature for AArch64StorePairSuppress by David Green · 2 days ago
  71. f99bd29 [BOLT][NFC] Run ADRRelaxationPass in parallel (#67831) by Vladislav Khmelevsky · 2 days ago
  72. 061adc1 [BOLT][NFC] Hide pass print options (#67718) by Vladislav Khmelevsky · 2 days ago
  73. 511662b [clang-format][NFC] Don't call startsSequence() in the parser by Owen Pan · 2 days ago
  74. 36c1e56 [clang-format][NFC] Simplify the UnwrappedLine constructor by Owen Pan · 2 days ago
  75. fef1bec [X86]Remove X86-specific dead code in ScheduleDAGRRList.cpp (#67629) by XinWang10 · 2 days ago
  76. d408770 [Passes] Use llvm::any_cast instead of any_cast (NFC) by Kazu Hirata · 2 days ago
  77. 4909e7c [clang][Interp] Zero-init remaining string literal elements (#66862) by Timm Baeder · 2 days ago
  78. 11fbbcb [gn build] Port 4ae51570806b by LLVM GN Syncbot · 2 days ago
  79. 4ae5157 Introduce paged vector (#66430) by Giulio Eulisse · 2 days ago
  80. abcaebf [InstSimplify] Use cast instead of dyn_cast+assert. NFC by Craig Topper · 2 days ago
  81. 94189e1 [mlir][spirv] Implement missing validation rules for ptr variables (#67871) by Jakub Kuderski · 2 days ago
  82. 4b13c86 [ORC] Fix heap-use-after-free error in MachODebugObjectSynthesizer.cpp by Mogball · 2 days ago
  83. 466ea89 [lldb] Fix failures when evaluating C++ expression and loading modules by Med Ismail Bennani · 2 days ago
  84. 8d20310 Revert "[mlir][memref] Fix offset update in emulating narrow type for strided memref (#67714)" by Stella Laurenzo · 2 days ago
  85. 2b5134f [mlir] Fix bytecode reading of resource sections by Mogball · 2 days ago
  86. 2048836 [NFC] Replace uses of Type::getPointerTo by JOE1994 · 2 days ago
  87. b6e568d [mlgo] fix test post #67826 by Mircea Trofin · 2 days ago
  88. f179486 [AsmPrint] Correctly factor function entry count when dumping MBB frequencies (#67826) by Mircea Trofin · 2 days ago
  89. 0c63122 [MLIR] Add stage to side effect by cxy · 2 days ago
  90. bebb9dfc [mlir][llvm] Add a indirect call builder for CallOp (NFC) by Mogball · 3 days ago
  91. f88f090 [libc] Correct 'memrchr' definition and re-enable on GPU (#67850) by Joseph Huber · 3 days ago
  92. 46c1671 [HWASAN]Implement memcmp interceptor in HWASAN (#67204) by Kirill Stoimenov · 3 days ago
  93. a3af099 [mlir][NFC] Fix comment explaining ConverVectorLoad (#67864) by tyb0807 · 3 days ago
  94. e0b702f [libc] Fix `nanosleep` definition in the posix spec (#67855) by Joseph Huber · 3 days ago
  95. 832b3b2 Modify BoundsSan to improve debuggability (#65972) by Oskar Wirga · 3 days ago
  96. a3c1172 [Clang][test][VE] Correct bad test in 1e00423 by Kazushi (Jam) Marukawa · 3 days ago
  97. 0463e00 [mlir][ROCDL] Fix file leak in SeralizeToHsaco and its newer form (#67711) by Krzysztof Drewniak · 3 days ago
  98. e83eb23 [libunwind] Fix a -Wextra-semi warning by Alex Richardson · 3 days ago
  99. ebcb5d5 Revert "[IR]Add NumSrcElts param to is..Mask static function in ShuffleVectorInst." by Alexey Bataev · 3 days ago
  100. 16eed8c [asan] Ensure __asan_register_elf_globals is called in COMDAT asan.module_ctor (#67745) by Fangrui Song · 3 days ago