1. c7beacc Move relocation specifier constants to AArch64:: by Fangrui Song · 12 minutes ago main master
  2. e3944cc [LLVM][DecoderEmitter] Add option to use function table in decodeToMCInst (#144814) by Rahul Joshi · 29 minutes ago
  3. 91be84a [LLVM][TableGen] Minor cleanup in CGIOperandList (#142721) by Rahul Joshi · 30 minutes ago
  4. b1d5602 AMDGPU: Remove s_waitcnt from gfx1250 support (#145620) by Changpeng Fang · 2 hours ago
  5. 9978aca [llvm] fix extern cl::opt definitions for DLL export (#145374) by Andrew Rogers · 3 hours ago
  6. 3627bf4 [HLSL][RootSignature] Add `fdx-rootsignature-version` option to specify root signature version (#144813) by Finn Plummer · 3 hours ago
  7. 5078759 [llvm] annotate remaining BinaryFormat and DebugInfo library interfaces for DLL export (#145364) by Andrew Rogers · 3 hours ago
  8. 0bf6c3c [llvm] annotate remaining Support and ADT library interfaces for DLL export (#145354) by Andrew Rogers · 3 hours ago
  9. 980f9ed [llvm] annotate remaining Telemetry and ToolDrivers interfaces for DLL export (#145369) by Andrew Rogers · 3 hours ago
  10. dff8863 [llvm] annotate WindowsDriver and WIndowsManifest interfaces for DLL export (#145567) by Andrew Rogers · 3 hours ago
  11. 0a9be74 [AArch64][SME] Use reportFatalUsageError rather than assert (NFC) (#145491) by Benjamin Maxwell · 3 hours ago
  12. 1e43661 Revert "[msan] Automatically print shadow for failing outlined checks" (#145611) by Thurston Dang · 3 hours ago
  13. a4285c8e [AMDGPU] Support v_lshl_add_u64 in gfx1250 (#145591) by Stanislav Mekhanoshin · 3 hours ago
  14. bd729fc [RISCV] Fix a correctness issue in optimizeCondBranch. Prevent optimizing compare with x0. NFC (#145440) by Craig Topper · 4 hours ago
  15. 1c20756 [RISCV] Support scalable vector vp.reverse/splice with Zvfhmin/Zvfbfmin. (#145588) by Craig Topper · 4 hours ago
  16. be21ab3 [AMDGPU][MC] Allow dpp in v_pk_fmac_f16 for GFX9 and GFX10 (#144782) by Jun Wang · 4 hours ago
  17. 28d62c7 [msan] Automatically print shadow for failing outlined checks (#145107) by Thurston Dang · 4 hours ago
  18. 8a5f7ac [LTO][Legacy] Add new C APIs to query undefined symbols in assembly (#145413) by Steven Wu · 4 hours ago
  19. 492a735 Add support for Windows Secure Hot-Patching (redo) (#145565) by sivadeilra · 4 hours ago
  20. 2a5779b AMDGPU: Add checks to verify that gfx1250 no longer supports vimage instructions (#145602) by Changpeng Fang · 4 hours ago
  21. 1b66bcc [DirectX] Fix order of `v2::DescriptorRange` (#145555) by joaosaffran · 5 hours ago
  22. edbe353 AMDGPU: Remove Formatted MUBUF instructions from gfx1250 support (#145590) by Changpeng Fang · 5 hours ago
  23. a8bd244 [LV] Replace redundant ExtractLastElement of reduction result (NFC). by Florian Hahn · 5 hours ago
  24. cf74a38 Revert "[AMDGPU] Implement IR variant of isFMAFasterThanFMulAndFAdd (… (#145580) by Chinmay Deshpande · 6 hours ago
  25. 4065f8f [NVPTX] fold movs into loads and stores (#144581) by Princeton Ferro · 6 hours ago
  26. ea06860 [Verifier] Add additional tests for dereferenceable assumptions. by Florian Hahn · 7 hours ago
  27. 0bfd870 [VPlan] Add VPInst::getNumOperandsForOpcode, use to verify in ctor (NFC) (#142284) by Florian Hahn · 7 hours ago
  28. 345b84c [AMDGPU] Require aligned VGPRs for gfx1250 (#145561) by Stanislav Mekhanoshin · 7 hours ago
  29. d7aa0bd [OpenMP][clang] 6.0: parsing/sema for num_threads 'strict' modifier (#145490) by Robert Imschweiler · 7 hours ago
  30. 2792df1 AMDGPU: Remove MTBUF instructions from gfx1250 support (#145563) by Changpeng Fang · 7 hours ago
  31. 6179867 [WebAssembly] Enable a limited amount of stackification for debug code (#136510) by SingleAccretion · 8 hours ago
  32. 59b04e7 [RISCV] Add Zvfh scalable vector vp.splice tests. NFC by Craig Topper · 8 hours ago
  33. 3f92e52 [DWARF] Fix redundant DW_AT_ prefix in HANDLE_DW_AT definition for `INTEL_other_endian` (#145336) by p-x9 · 8 hours ago
  34. 7876fc1 [DirectX] Make firstbithigh intrinsic use first arg as overload type (#145401) by Ashley Coleman · 8 hours ago
  35. ea446ac [AMDGPU][Scheduler] Support for rematerializing SGPRs and AGPRs (#140036) by Lucas Ramirez · 9 hours ago
  36. a142b0a [X86][CodeGen] Add Scheduling Model for LNL-P (#139446) by Mahesh-Attarde · 9 hours ago
  37. 41bf84e Remove PSTL from the top-level monorepo (#143717) by Aaron Ballman · 9 hours ago
  38. f155809 Revert "Add support for Windows Secure Hot-Patching" (#145553) by Qinkun Bao · 9 hours ago
  39. 5f675a4 [RISCV] Optimize vp.splice with 0 offset. (#145533) by Craig Topper · 9 hours ago
  40. 7d415d3 [FuzzMutate] Properly handle intrinsics and avoid illegal code genertion (#145495) by Manuel Carrasco · 9 hours ago
  41. 3a1ce8f [InstrProf] Factor out getRecord() and use NamedInstrProfRecord (#145417) by Ellis Hoag · 9 hours ago
  42. f2df0ea [InstCombine] KnownBits::isNonNegative should recognize `b - a` after `a <= b` (#145105) by Ross Kirsling · 9 hours ago
  43. 528c55d [instcombine] Scalarize operands of vector geps if possible (#145402) by Philip Reames · 10 hours ago
  44. 765991a MathExtras: Make some templates constexpr NFC (#145522) by Haojian Wu · 10 hours ago
  45. b0515e4 Add support for Windows Secure Hot-Patching (#138972) by sivadeilra · 10 hours ago
  46. 9c67291 [llvm] revisions to `LLVM_ABI` export macro definitions (#144598) by Andrew Rogers · 10 hours ago
  47. c8ab2db [NFC][LLVM][SVE2p2] Add RUN lines to fully verify codegen predicates. by Paul Walker · 16 hours ago
  48. f4068f6 Reland "[llvm-cov] Export decision coverage to output json (#144335)" (#145325) by uthmanna · 11 hours ago
  49. a01729a [NFC][TableGen] Use ArrayRef instead of const vector reference (#145323) by Rahul Joshi · 12 hours ago
  50. e7a86b7 [NFC][LLVM][SME] Seperate streaming mode only intrinsic tests. by Paul Walker · 31 hours ago
  51. d69978c [LLVM][Support][Cygwin] Add threading support for Cygwin host (#145314) by Tomohiro Kashiwada · 12 hours ago
  52. d14d7df [Support] Remove an outdated MinGW workaround (#145294) by Martin Storsjö · 12 hours ago
  53. 6dffbe1 llvm-c: Introduce 'LLVMDISubprogramReplaceType' (#143461) by David · 13 hours ago
  54. ac0d44f [Module] Use getDeclarationIfExists() (NFC) by Nikita Popov · 13 hours ago
  55. 84de376 [InlineCost] Simplify extractvalue across callsite (#145054) by Tobias Stadler · 13 hours ago
  56. 5070595 [X86] combineEXTRACT_SUBVECTOR - remove unnecessary bitcast handling. (#145496) by Simon Pilgrim · 14 hours ago
  57. 589593a [AMDGPU] Fold fmed3 when inputs include infinity (#144824) by Darren Wihandi · 14 hours ago
  58. 0b8f7f3 [RemoveDIs] Resolve RemoveRedundantDbgInstrs fwd scan FIXME (#144718) by Orlando Cazalet-Hyams · 14 hours ago
  59. 44df6de [DAG] Fold nested add(add(reduce(a), b), add(reduce(c), d)) (#115150) by David Green · 14 hours ago
  60. 0926fc1 [RemoveDIs][NFC] Remove dbg intrinsic handling code from AssignmentTrackingAnalysis (#144674) by Orlando Cazalet-Hyams · 14 hours ago
  61. c82fe2c [RemoveDIs] Fix rotten --implicit-check-not lines (#144711) by Orlando Cazalet-Hyams · 15 hours ago
  62. f198066 [LAA] Address follow-up suggestions for #128061. by Florian Hahn · 15 hours ago
  63. 81fbf61 [NFC][AMDGPU] Update and.ll test and automate check line generation (#145371) by Chris Jackson · 16 hours ago
  64. c027bcc [AArch64] Consider StreamingSVE in shouldExpandGetActiveLaneMask (#144722) by Kerry McLaughlin · 16 hours ago
  65. c3bfbac [flang][AArch64] Always link compiler-rt to flang after libgcc (#144710) by David Truby · 16 hours ago
  66. b4466bd [X86] combineSelect - move vselect(cond, pshufb(x), pshufb(y)) -> or(pshufb(x), pshufb(y)) fold (#145475) by Simon Pilgrim · 16 hours ago
  67. 7a0973e [AMDGPU] Fixup a201f8872a63 (#145486) by Diana Picus · 17 hours ago
  68. 393f381 [AMDGPU] Replace dynamic VGPR feature with attribute (#133444) by Diana Picus · 17 hours ago
  69. 7603f32 [ORC] Drop unused LinkGraphLinkingLayer::Plugin::notifyLoaded method. (#145457) by Lang Hames · 17 hours ago
  70. 4dfd92c ARM: Use member initializer list (#145459) by Matt Arsenault · 18 hours ago
  71. f441d8d [Option] Use a range-based for loop (NFC) (#145446) by Kazu Hirata · 19 hours ago
  72. 1007dc5 [EarlyCSE] Remove void return restriction for call CSE (#145320) by Nikita Popov · 19 hours ago
  73. 29802eb [verify-uselistorder] Use llvm::is_sorted (NFC) (#145444) by Kazu Hirata · 19 hours ago
  74. 82a60d3 [SimplifyCFG] Relax `cttz` cost check in `simplifySwitchOfPowersOfTwo` by Antonio Frighetto · 19 hours ago
  75. bdf8412 [AMDGPU][SDAG] Add tests for ISD::PTRADD DAG combines (#142738) by Fabian Ritter · 20 hours ago
  76. da6ebd4 [X86][APX] Fix issue of push2/pop2 instr with stack clash protection (#145303) by Feng Zou · 20 hours ago
  77. 436eef4 [NVPTX][NFC] Rearrange the TMA-S2G intrinsics (#144903) by Durgadoss R · 20 hours ago
  78. 5c76e3c [NFC] Remove UnwindTable dependency on CIE, and FDE (#142520) by AmirHossein PashaeeHir · 20 hours ago
  79. 07b42e6 MC,AsmPrinter: Report redefinition error instead of crashing in more cases by Fangrui Song · 20 hours ago
  80. 87436a5 [JITLink] Include target addend in out-of-range error (#145423) by Maksim Panchenko · 21 hours ago
  81. 96b26da X86: Use reportFatalUsageError for tiny code model error (#145279) by Matt Arsenault · 21 hours ago
  82. 4a8ff12 Add `REQUIRES: asserts` to test added in #145149 because it uses the `-debug-only=` flag. by Douglas Yung · 22 hours ago
  83. 721c0f7 [RISCV][NFC] Zce always implies/requires Zca (#145442) by Sam Elliott · 23 hours ago
  84. e507c12 [RISCV] Support LLVM IR intrinsics for XAndesVBFHCvt (#145321) by Jim Lin · 24 hours ago
  85. aba052e DAG: Move get_dynamic_area_offset type check to IR verifier (#145268) by Matt Arsenault · 24 hours ago
  86. 0a279ee [MemProf] Update the DISubprogram linkageName for clones (#145385) by Teresa Johnson · 24 hours ago
  87. 426cca9 [ORC] DLLImportDefinitionGenerator should use LookupKind::Static. by Lang Hames · 25 hours ago
  88. 0fe28b3 [RISCV] Add ISel pattern for generating QC_BREV32 (#145288) by Sudharsan Veeravalli · 25 hours ago
  89. 4b0eb62 [RISCV] Add Andes AX45MPV processor definition (#145267) by Jim Lin · 25 hours ago
  90. cfb8120 [ValueTracking] Return true for AddrSpaceCast in canCreateUndefOrPoison (#144686) by Wenju He · 26 hours ago
  91. 3a86e7a [Reland][InstCombine] Iterative replacement in PtrReplacer (#145410) by Anshil Gandhi · 26 hours ago
  92. fbbf2e7 [HLSL][RootSignature] Plug-in serialization and add full sample testcase (#144769) by Finn Plummer · 26 hours ago
  93. 3480459 Revert "[MLGO][IR2Vec] Integrating IR2Vec with MLInliner (#143479)" (#145418) by S. VenkataKeerthy · 27 hours ago
  94. 1421bda Fix min_vec_size.ll test for changes in vector-combine (#145392) by Tex Riddell · 28 hours ago
  95. db49f2d [DAGCombiner][RISCV] Don't propagate the exact flag from udiv/sdiv to urem/srem. (#145387) by Craig Topper · 29 hours ago
  96. a6e168e Revert "[MSAN] handle assorted AVX permutations" (#145404) by Florian Mayer · 29 hours ago
  97. 27c6e5e [MLGO][IR2Vec] Integrating IR2Vec with MLInliner (#143479) by S. VenkataKeerthy · 29 hours ago
  98. a49fc14 [LAA] Be more careful when evaluating AddRecs at symbolic max BTC. (#128061) by Florian Hahn · 31 hours ago
  99. d181169 [CostModel] improveShuffleKindFromMask - recognise a SK_PermuteSingleSrc incorrectly tagged as SK_PermuteTwoSrc (#145352) by Simon Pilgrim · 31 hours ago
  100. 8a5b5a1 Fix variable naming style in PPCBoolRetToInt.cpp (#144533) by Shuqi Liang · 31 hours ago