1. c81ec1f [llvm][Bazel] Fix Bazel build for 71c5964f5c0686be3319bc55a0dbfb0e3a60a917 by Dmitry Chernenkov · 10 days ago
  2. 01f8da9 [LoopUnroll] Add tests for performing load CSE after unrolling. by Florian Hahn · 10 days ago
  3. 401658c AMDGPU: Fix vector handling of fptrunc_round by Matt Arsenault · 10 days ago
  4. a13ff06 AMDGPU: Remove dead arguments in test and add SGPR variants by Matt Arsenault · 10 days ago
  5. 333aad7 [AArch64] Add tests for concat binop patterns. NFC by David Green · 10 days ago
  6. 4d33082 [mlir][nvgpu] NVGPU Tutorials (#87065) by Guray Ozen · 10 days ago
  7. 506c84a [TTI] getArithmeticInstrCost - use std:nullopt to create default empty `ArrayRef<const Value *> Args` argument. NFC. by Simon Pilgrim · 10 days ago
  8. e5de95d [RISCV] bitreverse-shift.ll - fix typo by Simon Pilgrim · 10 days ago
  9. 3cb660d DAG: Fix missing fptrunc_round name in debug dumps by Matt Arsenault · 10 days ago
  10. b8e97f0 [ARM] Add ARMTargetDefEmitter to llvm-tblgen source by Tomas Matheson · 10 days ago
  11. ceca523 [flang] de-duplicate CFGConversion pass (#89783) by Tom Eccles · 10 days ago
  12. 18bf0c3 [flang][OpenMP] fix reduction of arrays with non-default lower bounds (#89611) by Tom Eccles · 10 days ago
  13. 486ea1e [SPIR-V] Fix pre-legalizer pass in SPIR-V Backend to support more gMIR opcode inserted by IRTranslator (#89890) by Vyacheslav Levytskyy · 10 days ago
  14. 89d1255 Bit width of input/result types in OpSConvert/OpUConvert must not be the same (#89737) by Vyacheslav Levytskyy · 10 days ago
  15. 282b56f [VectorCombine] foldShuffleOfBinops - add support for length changing shuffles (#88899) by Simon Pilgrim · 10 days ago
  16. 4c3b0a6 [mlir][tosa] Fix Map for Bias Broadcast (#89059) by Jack Frankland · 10 days ago
  17. effb2f1 [libclc] Use a response file when building on Windows (#89756) by Fraser Cormack · 10 days ago
  18. e400e90 [ORC] Fix SpeculativeJIT example after 7da63426ac5 (ORC dispatch unification). by Lang Hames · 10 days ago
  19. 945eeb2 [InstCombine] Simplify `(X / C0) * C1 + (X % C0) * C2` to `(X / C0) * (C1 - C2 * C0) + X * C2` (#76285) by Yingwei Zheng · 10 days ago
  20. d149370 [RISCV] Add test coverage for commutable RVV instructions by Pengcheng Wang · 10 days ago
  21. 91526d6 [libcxx] [modules] Add _LIBCPP_USING_IF_EXISTS on aligned_alloc (#89827) by Martin Storsjö · 10 days ago
  22. 4616368 [AMDGPU] Allow WorkgroupID intrinsics in amdgpu_gfx functions (#89773) by Jay Foad · 10 days ago
  23. 788d159 [libc][bazel] Allow configure options to alter all targets (#89251) by Guillaume Chatelet · 10 days ago
  24. 603ba4c [RISCV] Separate doLocalPostpass into new pass and move to post vector regalloc (#88295) by Luke Lau · 10 days ago
  25. c071c1d [SPIR-V] New validation tests for pointer and primitive types (#89632) by Michal Paszkowski · 10 days ago
  26. 601d0ca [lldb][Docs] Convert GDB protocol extensions doc to Markdown and add to website (#89718) by David Spickett · 10 days ago
  27. 69703b1 [ORC] Fix bot failure due to 7da63426ac5 (ORC task dispatch unification). by Lang Hames · 10 days ago
  28. 71c5964 [ARM][AArch64] autogenerate header file for TargetParser from Target tablegen files (#88378) by Tomas Matheson · 10 days ago
  29. 662ef86 [clang][NFC] Remove useless code in ASTWriter by Vlad Serebrennikov · 10 days ago
  30. 62db434 [lldb] Enable support for Markdown documentation pages (#89716) by David Spickett · 10 days ago
  31. b933c84 [ValueTracking] Add support for `trunc nuw/nsw` in isKnowNonZero by Noah Goldstein · 12 days ago
  32. b3ca9c3 [ValueTracking] Add tests for isKnowNonZero of `trunc nuw/nsw`; NFC by Noah Goldstein · 12 days ago
  33. 78ebaa2 [ORC] Fix build failure (NFC) by Jie Fu · 10 days ago
  34. 9a8235a [ORC] Fix -Wunused-variable in LLJIT.cpp (NFC) by Jie Fu · 10 days ago
  35. 46b011d [gn build] Port cf328ff96daf by LLVM GN Syncbot · 10 days ago
  36. 008b7f1 [flang] implement capture of procedure pointers in internal procedures (#89619) by jeanPerier · 10 days ago
  37. 9375962 [TableGen][GlobalISel] Specialize more MatchTable Opcodes (#89736) by Pierre van Houtryve · 10 days ago
  38. 7da6342 Re-apply "[ORC] Unify task dispatch across ExecutionSession..." with more fixes. by Lang Hames · 11 days ago
  39. ad4a42b [RISCV] Remove -riscv-split-regalloc flag (#89715) by Luke Lau · 10 days ago
  40. 806db47 [IR] Remove unused variable in Verifier.cpp (NFC) by Jie Fu · 10 days ago
  41. cf328ff [IR] Memory Model Relaxation Annotations (#78569) by Pierre van Houtryve · 10 days ago
  42. 805d563 [clang] Mark ill-formed partial specialization as invalid (#89536) by Vlad Serebrennikov · 10 days ago
  43. 6493da7 [RISCV] Use the store value's VT as the MemoryVT after combining riscv.masked.strided.store (#89874) by Pengcheng Wang · 10 days ago
  44. b82a4bf [SelectionDAG] Remove unnecessary cast of nullptr in std::fill call. NFC by Craig Topper · 10 days ago
  45. 88b6186 [WebAssembly] Tidy up wasm-target-features.c (#89778) by Heejin Ahn · 10 days ago
  46. c8c1e4e [WebAssembly] Fix uses of -DAG and -NOT in wasm-target-features.c (#89777) by Heejin Ahn · 10 days ago
  47. da1e3e8 [LIT][NVPTX] Add a few more known ptxas versions (#89761) by Durgadoss R · 10 days ago
  48. ba702aa [InstSimplify] Regenerate test checks (NFC) by Nikita Popov · 10 days ago
  49. aa1e912 [InstCombine] Fix symbol conflicts in tests (NFC) by Nikita Popov · 10 days ago
  50. d9715c6 [RISCV] Don't make Zacas or Zabha imply A in RISCVISAInfo.cpp by Craig Topper · 10 days ago
  51. 469c8a0 [clang-format] Correctly annotate list init braces of class types (#89706) by Owen Pan · 10 days ago
  52. cc73c5c [RISCV] Remove implication of F extension for XTHeadFMemIdx from RISCVFeatures.td. by Craig Topper · 10 days ago
  53. 7339f7b [InstCombine] Fix poison propagation in select of bitwise fold (#89701) by Nikita Popov · 10 days ago
  54. a1b1c4a [InstCombine] Fix miscompile in negation of select (#89698) by Nikita Popov · 10 days ago
  55. d97cdd7 [PowerPC] Add PPC prefix to retglue ISD node. NFC. (#89771) by Kai Luo · 10 days ago
  56. dc5939d [Bazel][libc] Add fp_test_helper in deps by Pranav Kant · 10 days ago
  57. 2cbc2e3 [NFC][MC][AArch64] Do not use else after return in `getRelocType` (#89818) by Daniil Kovalev · 10 days ago
  58. 99e7350 IRSymTab: Record _GLOBAL_OFFSET_TABLE_ for ELF x86 by Fangrui Song · 10 days ago
  59. 9c4735e [gn build] Port d56f08b2ba43 by LLVM GN Syncbot · 10 days ago
  60. fd4399c [lldb] Fix crash in SymbolFileCTF::ParseFunctions (#89845) by Jonas Devlieghere · 10 days ago
  61. 3fa6b9c [clang][RISCV] Support RVV bfloat16 C intrinsics (#89354) by Brandon Wu · 10 days ago
  62. d56f08b [tidy] add new check bugprone-return-const-ref-from-parameter (#89497) by Congcong Cai · 10 days ago
  63. 4f4ebee [msan] Eliminate non-deterministic behavior in the pass (#89831) by Vitaly Buka · 10 days ago
  64. 688c10d [Bazel][libc] Fix breakage after 837dab96d6f5bece79fd58d28ea2e6f7c0912493 by Pranav Kant · 10 days ago
  65. 0c0c5c4 [gn build] Port 733a87783cfa by LLVM GN Syncbot · 10 days ago
  66. 733a877 [RISCV] Split code that tablegen needs out of RISCVISAInfo. (#89684) by Craig Topper · 10 days ago
  67. e1321fa Revert "Reapply "[Clang][Sema] placement new initializes typedef array with correct size (#83124)" (#89036)" by Pranav Kant · 10 days ago
  68. 36209d3 [Xtensa] Implement base CallConvention. (#83280) by Andrei Safronov · 10 days ago
  69. 4182120 [libc] adding linux SYS_fchmodat2 syscall. (#89819) by David CARLIER · 10 days ago
  70. ef59069 [clang-tidy][modernize-use-starts-ends-with] Add support for compare() (#89530) by Nicolas van Kempen · 11 days ago
  71. 5ac744d [Nomination] New Intel representative for the security group (#89435) by Andy Kaylor · 11 days ago
  72. 859de94 [libc] Fix aarch64 build error in FEnvSafeTest change (#89826) by Roland McGrath · 11 days ago
  73. 6b8d385 AMDGPU: Fix missing intrinsic mangling suffixes in test by Matt Arsenault · 11 days ago
  74. edf733b [memprof] Take Schema into account in PortableMemInfoBlock::serializedSize (#89824) by Kazu Hirata · 11 days ago
  75. 4e9decf [libc++][TZDB] Fixes reverse time lookups. (#89502) by Mark de Wever · 11 days ago
  76. 837dab9 [libc] Make fenv and math tests preserve fenv_t state (#89658) by Roland McGrath · 11 days ago
  77. 2662bce [hwasan] Add test for hwasan pass with fixed shadow (#89813) by Thurston Dang · 11 days ago
  78. 0c032fd [RISCV] Use SHL_ADD in remaining strength reduce cases for MUL (#89789) by Philip Reames · 11 days ago
  79. dc8f6a8 [clang] coroutine: generate valid mangled name in CodeGenFunction::generateAwaitSuspendWrapper (#89731) by Haojian Wu · 11 days ago
  80. 3ae10fd [libc] Generate docs for `setjmp.h` (#89542) by Rajveer Singh Bharadwaj · 11 days ago
  81. 1d14034 [NFC][msan] Add DebugInstrumentInstruction DEBUG_COUNTER by Vitaly Buka · 11 days ago
  82. 06cc175 [NFC][msan] Fix typo in comment by Vitaly Buka · 11 days ago
  83. a7e2726 [lldb/test] Add basic ld.lld --debug-names tests (#88335) by Fangrui Song · 11 days ago
  84. 5f3f9d1 [flang] Remove hardcoded bits from AddDebugInfo. (#89231) by Abid Qadeer · 11 days ago
  85. 5fe93b0 [CodeGen][TII] Allow reassociation on custom operand indices (#88306) by Min-Yih Hsu · 11 days ago
  86. 033453a [libc++][doc] Updates module build instructions. (#89413) by Mark de Wever · 11 days ago
  87. 1a8935a [DebugInfo] Report errors when DWARFUnitHeader::applyIndexEntry fails (#89156) by Alex Langford · 11 days ago
  88. 9e95951 [libc++][CI] Removes clang-tidy references. (#89092) by Mark de Wever · 11 days ago
  89. 37e27a4 [llvm-exegesis] Add support for alderlake (#88967) by Aiden Grossman · 11 days ago
  90. 579d301 [libc++][chrono] Fixes format output of negative values. (#89408) by Mark de Wever · 11 days ago
  91. 3a9d8cd [libc++][ranges] export `std::ranges::range_adaptor_closure` (#89793) by Xiaoyang Liu · 11 days ago
  92. 49cb6db [flang][cuda] Remove restriction on device subprogram (#89677) by Valentin Clement (バレンタイン クレメン) · 11 days ago
  93. abfb491 [NFC][InstrProf] Increment valid profile stat in populateCoverage (#89660) by Ellis Hoag · 11 days ago
  94. cebc960 [AArch64] Match ZIP and UZP starting from undef elements. (#89578) by David Green · 11 days ago
  95. c45fbfd [VectorCombine][X86] shuffle-of-binops.ll - adjust no matching operand test to use FDIV by Simon Pilgrim · 11 days ago
  96. 143be6a [AArch64][GISel] Avoid scalarizing G_IMPLICIT_DEF and G_FREEZE in the Legalizer (#88469) by Dhruv Chawla · 11 days ago
  97. 3197146 [VectorCombine][AArch64] shuffletoidentity.ll - regenerate checks by Simon Pilgrim · 11 days ago
  98. df60805 [NVPTX] Improve support for rsqrt.approx (#89417) by Alex MacLean · 11 days ago
  99. f426be1 Revert "[mlir][linalg] Add runtime verification for linalg ops" (#89780) by Ryan Holt · 11 days ago
  100. c793f4a [RISCV] Add test coverage for mul (zext), 2^N + 2/4/8 [nfc] by Philip Reames · 11 days ago