1. b4130be Fix libFuzzer not building with pthreads on Windows (#109525) by Zentrik · 8 months ago
  2. cf9fc5e [CMake] enable CMP0147 policy if available (#109150) by c8ef · 8 months ago
  3. 4911235 [ctx_prof] Automatically convert available external linkage to local for modules with contextual roots (#109203) by Mircea Trofin · 8 months ago
  4. 38371a1 [rtsan][NFC] Make Uninitialzed state explicit (#109856) by Chris Apple · 8 months ago
  5. ec31f76 [NFC] Fix line endings for OptionStrCmp.h and .td test files (#109806) by Rahul Joshi · 8 months ago
  6. 9830156 [AMDGPU][True16][MC] add true16 and fake16 test file for vop3 instructions (#109695) by Brox Chen · 8 months ago
  7. c95583f [VPlan] Add createPtrAdd helper (NFC). by Florian Hahn · 8 months ago
  8. a6bdf3f [asan][windows][tests] support MSVC compiler-id in asan tests (#109706) by Charlie Barto · 8 months ago
  9. 71ca9fc llvm-reduce: Don't print verifier failed machine functions (#109673) by Matt Arsenault · 8 months ago
  10. 6d3d5f3 [SLP][REVEC] getWidenedType should be used instead of FixedVectorType::get. (#109843) by Han-Kuan Chen · 8 months ago
  11. a977b94 Reapply [compiler-rt] prctl interception update, SECCOMP_MODE_FILTER … (#109834) by David CARLIER · 8 months ago
  12. 312f737 [lld][WebAssembly] Don't report relocation error when linking with -r/--relocatable (#109822) by Sam Clegg · 8 months ago
  13. 6dfeea3 Revert "[DirectX] Add atan2 intrinsic and expand for DXIL backend (p1)" (#109842) by Farzon Lotfi · 8 months ago
  14. 12285cc [DWARF] Use ULEB128 and not just one byte for directory indices (#109067) by Daniel Rodríguez Troitiño · 8 months ago
  15. 26029d7 [DirectX] Add atan2 intrinsic and expand for DXIL backend (p1) (#108865) by Tex Riddell · 8 months ago
  16. 234193b [mlir][linalg] Vectorization support for convolution of i1 type (#109480) by Nirvedh Meshram · 8 months ago
  17. f404207 [SandboxIR] Implement a few Instruction member functions (#109820) by vporpo · 8 months ago
  18. 0907552 [rtsan] Refactor initialization state to prevent hangs (#109830) by Chris Apple · 8 months ago
  19. 04b443e Add the ability to define custom completers to the parsed_cmd template. (#109062) by jimingham · 8 months ago
  20. c6bf59f [X86] Add test coverage for #109272 by Simon Pilgrim · 8 months ago
  21. e64673d [RISCV] Treat insert_subvector into undef with index==0 as legal. (#109745) by Craig Topper · 8 months ago
  22. 406a212 [X86] combinePMULH - we can treat constant vectors as freely truncatable. by Simon Pilgrim · 8 months ago
  23. 9e60a6a [X86] combinePMULH - pull out repeated IsTruncateFree helper. NFC. by Simon Pilgrim · 8 months ago
  24. 01be025 [X86] combinePMULH - simplify pattern matching with SDPatternMatch. NFC. by Simon Pilgrim · 8 months ago
  25. 8e68a51 [X86] Add test coverage for #109790 by Simon Pilgrim · 8 months ago
  26. fe6a3d4 [libc] Implement the 'rename' function on the GPU (#109814) by Joseph Huber · 8 months ago
  27. 7773243 [SLP] Move more X86 tests to common directory (#109821) by Elvina Yakubova · 8 months ago
  28. 2064087 [lldb][NFC] Add a missing setter method for UnwindPlans (#109751) by Jason Molenda · 8 months ago
  29. 679c971 [clang][bytecode] Fix vector shifts on big-endian systems (#109800) by Timm Baeder · 8 months ago
  30. d4a38c8 [DFAJumpThreading] Handle select unfolding when user phi is not a dir… (#109511) by Usman Nadeem · 8 months ago
  31. d075deb [AMDGPU] Fix chain handling when lowering barrier intrinsics (#109799) by Jay Foad · 8 months ago
  32. f12d72d [PtrInfo] Use plain pointer over 'PointerIntPair<Instruction *, 1, bool>'. NFC (#109772) by David Green · 8 months ago
  33. 36dce50 [CodeLayout][NFC] Format and minor refactoring of MBP (#109729) by spupyrev · 8 months ago
  34. fda0143 [Rewrite] Use SmallSetVector (NFC) (#109746) by Kazu Hirata · 8 months ago
  35. 99ade15d Revert "[compiler-rt] prctl interception update, SECCOMP_MODE_FILTER support. (#107722)" by Nico Weber · 8 months ago
  36. fa17977 [libc][bazel] Remove specializations from libc_math_function. (#109802) by lntue · 8 months ago
  37. 31ac400 [LV] Remove another reference of unrolled parts after 57f5d8f2fe. by Florian Hahn · 8 months ago
  38. bcbdf7a [RISCV][TTI/SLP] Add test coverage for select of constants costing by Philip Reames · 8 months ago
  39. 3675761 [NVVM] Upgrade nvvm.ptr.* intrinics to addrspace cast (#109710) by Alex MacLean · 8 months ago
  40. 8b5e841 [MLIR][XeGPU] Updates XeGPU TensorDescAttr and Refine Gather/Scatter definition (#109675) by Chao Chen · 8 months ago
  41. 3fbf6f8 [LV] Remove more references of unrolled parts after 57f5d8f2fe. by Florian Hahn · 8 months ago
  42. b1e4656 [NFC][analyzer] Make `invalidateRegions` accept `Stmt` instead of `Expr` (#109792) by Pavel Skripkin · 8 months ago
  43. 216e1b9 [rtsan] Remove std::variant from rtsan diagnostics (#109786) by davidtrevelyan · 8 months ago
  44. 622ae7f [LLVM][InstCombine][AArch64] sve.insr(splat(x), x) ==> splat(x) (#109445) by Paul Walker · 8 months ago
  45. 0de1e3e [;SystemZ][z/OS] Fix llvm-ctxprof to open input files in text mode (#109691) by Zibi Sarbinowski · 8 months ago
  46. fe7bc87 [DebugInfo][z/OS] XFAIL debug-ranges-duplication.ll on z/OS (#109681) by Zibi Sarbinowski · 8 months ago
  47. 02a334d [SPIR-V] Fix bad insertion for type/id MIR (#109686) by Nathan Gauër · 8 months ago
  48. 57bee1e4 [JITLink] Add support for R_X86_64_PC16 relocation type. (#109630) by Xing Guo · 8 months ago
  49. ebbf664 [AMDGPU] Use shared prefix in GFX12 barrier test by Jay Foad · 8 months ago
  50. 106e450 [OpenMP][Docs] Update OpenMP release notes with 'omp scope' (#109752) by David Pagan · 8 months ago
  51. b47d178 [mlir][vector] Refine vectorisation of tensor.extract (#109580) by Andrzej Warzyński · 8 months ago
  52. 12033e5 [ISelDAG] Salvage debug info at isel by referring to frame indices. (#109126) by Bevin Hansson · 8 months ago
  53. 66c8dce [TableGen] Add a !listflatten operator to TableGen (#109346) by Rahul Joshi · 8 months ago
  54. 3ec5e74 [Bazel] Fix layering for 127349fcba81646389e4b8202b35405a5fdbef47 by Dmitry Chernenkov · 8 months ago
  55. 3073c3c [SDAG] Avoid creating redundant stack slots when lowering FSINCOS (#108401) by Benjamin Maxwell · 8 months ago
  56. db054a1 [AArch64][SME] Fix ADDVL addressing to scavenged stackslot. (#109674) by Sander de Smalen · 8 months ago
  57. 8ba334b [MIR] Allow overriding isSSA, noPhis, noVRegs in MIR input (#108546) by Dominik Montada · 8 months ago
  58. 3e3780e [LLVM][CodeGen][SVE] Implement nxvf32 fpround to nxvbf16. (#107420) by Paul Walker · 8 months ago
  59. c1826ae [mlir][tensor] Add new helper hooks for RelayoutOp (#109642) by Andrzej Warzyński · 8 months ago
  60. 029b9b6 [llvm][docs] Improve formatting of ENABLE_PROJECTS/RUNTIMES description by David Spickett · 8 months ago
  61. c30fa3c [AMDGPU] Fix has_single_bit assertion for Mask in SIInstrInfo (#109785) by Georgi Mirazchiyski · 8 months ago
  62. 497759e [lldb][AArch64] Create Neon subregs when XML only includes SVE (#108365) by David Spickett · 8 months ago
  63. 4f8e766 [AsmPrinter] Do not emit label instructions after the function body if the target is SPIR-V (#107013) by Vyacheslav Levytskyy · 8 months ago
  64. 5dc15dd [AMDGPU] Default-initialize uninitialized class member variables (#108428) by Georgi Mirazchiyski · 8 months ago
  65. 6cfe6a6 [NFC][AMDGPU] Assert no bad shift operations will happen (#108416) by Georgi Mirazchiyski · 8 months ago
  66. 3d34053 [X86,MC] Add relocation R_X86_64_REX2_GOTPCRELX (#106681) by Shengchen Kan · 8 months ago
  67. ea902d1 [IR] Remove deprecated opaque pointer migration methods by Nikita Popov · 8 months ago
  68. d4f38f4 [LLVM][ARM][CodeGen]Define branch instruction alignment for m85 and m7 (#109647) by Nashe Mncube · 8 months ago
  69. a3cf01d [lldb][docs] Resurrect the information on adding a new language (#109427) by David Spickett · 8 months ago
  70. 040bb37 [VPlan] Fix incorrect argument for CreateBinOp after 06c3a7d2d764. by Florian Hahn · 8 months ago
  71. f664d31 MemCpyOpt: replace an AA query with MSSA query (NFC) (#108535) by Ramkumar Ramachandra · 8 months ago
  72. fc661df [LLD][COFF][NFC] Use dyn_cast on section chunks (#109701) by Jacek Caban · 8 months ago
  73. 396f677 [AMDGPU] Remove unused VGPRSingleUseHintInsts feature (#109769) by Scott Egerton · 8 months ago
  74. bfd8f7e [X86] SimplifyDemandedVectorEltsForTargetNode - reduce vector width of FRSQRT/FRCP ymm nodes. by Simon Pilgrim · 8 months ago
  75. cc7b24a [NFC] Fix typos in comments (#109765) by Piotr Fusik · 8 months ago
  76. 30dbbdd [Bazel] Fix for 127349fcba81646389e4b8202b35405a5fdbef47 by Dmitry Chernenkov · 8 months ago
  77. 3659aa8 [AMDGPU] Fix handling of DBG_VALUE_LIST while fixing the dead frame indices. (#109685) by Pravin Jagtap · 8 months ago
  78. c5672e2 [AArch64][CostModel] Reduce the cost of fadd reduction with fast flag (#108791) by Sushant Gokhale · 8 months ago
  79. 70529b2 [X86][APX] Do not emit {evex} prefix for memory variant (#109759) by Phoebe Wang · 8 months ago
  80. eabc885 [BPF] make __BPF_FEATURE_MAY_GOTO available for cpuv1 (#108071) by eddyz87 · 8 months ago
  81. b75174d [compiler-rt] prctl interception update, SECCOMP_MODE_FILTER support. (#107722) by David CARLIER · 8 months ago
  82. 4b96400 [clang][bytecode] Allow placement-new in std functions pre-C++26 (#109753) by Timm Baeder · 8 months ago
  83. 14ab619 [X86] Cleanup check prefixes in FCANONICALIZE tests for better sharing by Simon Pilgrim · 8 months ago
  84. e4d3426 [clang][bytecode] Ignore CPointerToObjCPointerCasts (#109760) by Timm Baeder · 8 months ago
  85. 3dbd929 [AMDGPU][NFC] Update comment referring to SIRemoveShortExecBranches pass (#109756) by Fabian Ritter · 8 months ago
  86. 5cd0900 [InstCombine] Compare `icmp inttoptr, inttoptr` values directly (#107012) by Marina Taylor · 8 months ago
  87. debc325 [MIPS] Fix failing to legalize load+call with vector of non-p2 integer (#109625) by yingopq · 8 months ago
  88. d814006 [ASan][test] Fix Posix/coverage-fork.cpp on Solaris (#109626) by Rainer Orth · 8 months ago
  89. 4a264c5 [sanitizer_common] Fix GetArgsAndEnv on Linux/sparc64 (#109109) by Rainer Orth · 8 months ago
  90. 3907d18 [sanitizer_common] Heed __ndbl_ prefix for 32-bit Linux/sparc64 inter… (#109106) by Rainer Orth · 8 months ago
  91. 4ac1416 [C++20][Modules] NFC Reworked handling of inline for functions defined in class (#109470) by tomasz-kaminski-sonarsource · 8 months ago
  92. 1493c24 [ASan][test] Fix TestCases/Posix/stack-overflow.cpp on Solaris/sparcv9 (#109101) by Rainer Orth · 8 months ago
  93. 5ca09d6 [ARM] Fix VBSL Pseudo kill flags. (#109629) by David Green · 8 months ago
  94. 78ff736 [ARM] Fix VMOVRRD combine with non-canonical inserts. (#109639) by David Green · 8 months ago
  95. f6a8eb9 [AMDGPU][MC] Disallow null as saddr in flat instructions (#101730) by Jun Wang · 8 months ago
  96. 2c58063 [MLIR] Add f4E2M1FN type (#108877) by Sergey Kozub · 8 months ago
  97. 63b2595 [AMDGPU][GlobalIsel] Use isRegisterClassType for G_FREEZE and G_IMPLICIT_DEF (#101331) by sstipano · 8 months ago
  98. cde7b30 AMDGPU: Fix missing functions in MIR tests by Matt Arsenault · 8 months ago
  99. fa089b0 [SCF] Fixed epilogue predicates in loop pipelining (#108964) by SJW · 8 months ago
  100. b30b9eb LiveInterval: Make verify functions return bool (#109672) by Matt Arsenault · 8 months ago