1. 2c4ca68 [InstCombine] Signed saturation patterns by David Green · 4 years, 6 months ago master
  2. 6e8533b [InstCombine] Signed saturation tests. NFC by David Green · 4 years, 6 months ago
  3. e6fb6db [MIParser] Set RegClassOrRegBank during instruction parsing by Petar Avramovic · 4 years, 6 months ago
  4. ee57dd4 [MIPS GlobalISel] Select MSA vector generic and builtin add by Petar Avramovic · 4 years, 6 months ago
  5. a461b7a [ThinLTO] Add code comment. NFC by Eugene Leviant · 4 years, 6 months ago
  6. 31ec98d [Alignment][NFC] Convert StoreInst to MaybeAlign by Guillaume Chatelet · 4 years, 6 months ago
  7. 8b6d26e [Alignment][NFC] Convert LoadInst to MaybeAlign by Guillaume Chatelet · 4 years, 6 months ago
  8. 4a0e897 [PowerPC] Turn on CR-Logical reducer pass by Nemanja Ivanovic · 4 years, 6 months ago
  9. 77450cd [Alignment][NFC] Use MaybeAlign in AttrBuilder by Guillaume Chatelet · 4 years, 6 months ago
  10. 672893c [Alignment][NFC] Attributes use Align/MaybeAlign by Guillaume Chatelet · 4 years, 6 months ago
  11. 55b4ec9 [ThinLTO] Don't internalize during promotion by Eugene Leviant · 4 years, 6 months ago
  12. 5cd00d1 [LLVMDebugInfoPDB] - Use cantFail() instead of assert(). by George Rimar · 4 years, 6 months ago
  13. d35e5f8 [CMake] [WinMsvc] Look for includes and libs in ${MSVC_BASE}/atlmfc by Martin Storsjo · 4 years, 6 months ago
  14. 5205202 [CMake] Allow overriding MSVC_DIA_SDK_DIR via CMake by Martin Storsjo · 4 years, 6 months ago
  15. 719615b gn build: Merge r375483 by GN Sync Bot · 4 years, 6 months ago
  16. eab745a [lit] Move increase_process_limit to ParallelRun by Julian Lettner · 4 years, 6 months ago
  17. 9c3636f [X86][BMI] Pull out schedule classes from bmi_andn<> and bmi_bls<> by Simon Pilgrim · 4 years, 6 months ago
  18. 1e4c44b [X86][SSE] Add OR(EXTRACTELT(X,0),OR(EXTRACTELT(X,1))) -> MOVMSK+CMP reduction combine by Simon Pilgrim · 4 years, 6 months ago
  19. d8c44a5 [X86][SSE] Add OR(EXTRACTELT(X,0),OR(EXTRACTELT(X,1))) movmsk v2X64 tests by Simon Pilgrim · 4 years, 6 months ago
  20. 88e224a [examples] Add a dependency on ExecutionEngine to LLJITWithObjectCache example. by Lang Hames · 4 years, 6 months ago
  21. 34e11f6 AMDGPU/GlobalISel: Legalize fast unsafe FDIV by Austin Kerbow · 4 years, 6 months ago
  22. 6556cd0 [lit] Simplify test scheduling via multiprocessing.Pool by Julian Lettner · 4 years, 6 months ago
  23. e672b94 AMDGPU: Select basic interp directly from intrinsics by Matt Arsenault · 4 years, 6 months ago
  24. 4d5ceef [lit] Remove redundancy from names and comments by Julian Lettner · 4 years, 6 months ago
  25. d8ca3c0 [CVP] No-wrap deduction for `shl` by Roman Lebedev · 4 years, 6 months ago
  26. c1a274e [GISel][CombinerHelper] Add a combine turning shuffle_vector into concat_vectors by Quentin Colombet · 4 years, 6 months ago
  27. 208bbb1 AMDGPU: Use CopyToReg for interp intrinsic lowering by Matt Arsenault · 4 years, 6 months ago
  28. fdc698b AMDGPU: Erase redundant redefs of m0 in SIFoldOperands by Matt Arsenault · 4 years, 6 months ago
  29. ab2c9f7 AMDGPU: Stop adding m0 implicit def to SGPR spills by Matt Arsenault · 4 years, 6 months ago
  30. 12be54c AMDGPU: Slightly restructure m0 init code by Matt Arsenault · 4 years, 6 months ago
  31. 6e6c5e7 [AMDGPU] Select AGPR in PHI operand legalization by Stanislav Mekhanoshin · 4 years, 6 months ago
  32. b140713 [X86] Rename matchBitOpReduction to matchScalarReduction. NFCI. by Simon Pilgrim · 4 years, 6 months ago
  33. f5e25f8 Reverted r375425 as it broke some buildbots. by Sander de Smalen · 4 years, 6 months ago
  34. c0f32bd [NFC][CVP] Add `shl` no-wrap deduction test coverage by Roman Lebedev · 4 years, 6 months ago
  35. b172b0f Prune Pass.h include from DataLayout.h. NFCI by Bjorn Pettersson · 4 years, 6 months ago
  36. aa0a5ff [PowerPC] Regenerate test for D52431 by Simon Pilgrim · 4 years, 6 months ago
  37. a3e4f5d [NFC] Add missing include to fix modules build by Raphael Isemann · 4 years, 6 months ago
  38. 25c2921 SystemZISelLowering - supportedAddressingMode - silence static analyzer dyn_cast<> null dereference warning. NFCI. by Simon Pilgrim · 4 years, 6 months ago
  39. 2ae2f59 GVNHoist - silence static analyzer dyn_cast<> null dereference warning in hasEHOrLoadsOnPath call. NFCI. by Simon Pilgrim · 4 years, 6 months ago
  40. c4c5944 GuardWidening - silence static analyzer null dereference warning with assertion. NFCI. by Simon Pilgrim · 4 years, 6 months ago
  41. b0db20c CrossDSOCFI - silence static analyzer dyn_cast<> null dereference warning. NFCI. by Simon Pilgrim · 4 years, 6 months ago
  42. 72157fe IndVarSimplify - silence static analyzer dyn_cast<> null dereference warning. NFCI. by Simon Pilgrim · 4 years, 6 months ago
  43. 4548d29 [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2) by Sander de Smalen · 4 years, 6 months ago
  44. c994a35 [NFC] Cleanup with variable name IsPPC64 & IsDarwin by Xiangling Liao · 4 years, 6 months ago
  45. ff6e4d5 [Alignment][NFC] Finish transition for `Loads` by Guillaume Chatelet · 4 years, 6 months ago
  46. a3253c0 Pre-commit test cases for D64713. by Jay Foad · 4 years, 6 months ago
  47. 4bdbcfd [Types] Define a getWithNewBitWidth for Types and make use of it by David Green · 4 years, 6 months ago
  48. 9694ebf [Alignment][NFC] Instructions::getLoadStoreAlignment by Guillaume Chatelet · 4 years, 6 months ago
  49. 8c479ef [ARM] Extra qdadd patterns by David Green · 4 years, 6 months ago
  50. 471eacc [Alignment][NFC] Add a helper function to DataLayout by Guillaume Chatelet · 4 years, 6 months ago
  51. d00dbb8 [docs][llvm-ar] Update llvm-ar command guide by Owen Reynolds · 4 years, 6 months ago
  52. 68b7d2e [ARM] Add qadd lowering from a sadd_sat by David Green · 4 years, 6 months ago
  53. 0e61c30 [Alignment][NFC] TargetCallingConv::setByValAlign by Guillaume Chatelet · 4 years, 6 months ago
  54. 91d68c5 Simplify usage of setFPAttrs. by Jay Foad · 4 years, 6 months ago
  55. cc870b1 [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<section_iterator> by George Rimar · 4 years, 6 months ago
  56. f69d717 [Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAlignmentForCallingConv by Guillaume Chatelet · 4 years, 6 months ago
  57. db084df Fix llvm signal tests build. by David Carlier · 4 years, 6 months ago
  58. 685ae98 [obj2yaml] - Fix a comment. NFC. by George Rimar · 4 years, 6 months ago
  59. 63b9649 [obj2yaml] - Stop triggering UB when dumping corrupted strings. by George Rimar · 4 years, 6 months ago
  60. 7fc698b [MemCpyOpt] Fixing Incorrect Code Motion while Handling Aggregate Type Values by Sam Elliott · 4 years, 6 months ago
  61. 32893f0 [ARM] Lower sadd_sat to qadd8 and qadd16 by David Green · 4 years, 6 months ago
  62. 7f7fc30 [ARM] Add and adjust saturation tests for upcoming qadd changes. NFC by David Green · 4 years, 6 months ago
  63. 2bcdb48 Use Align for TFL::TransientStackAlignment by Guillaume Chatelet · 4 years, 6 months ago
  64. 475d7dd [NFC][InstCombine] Fixup comments by Roman Lebedev · 4 years, 6 months ago
  65. 3ddad0b [CVP] Deduce no-wrap on `mul` by Roman Lebedev · 4 years, 6 months ago
  66. ec10cb2 [InstCombine] Allow values with multiple users in SimplifyDemandedVectorElts by Piotr Sobczak · 4 years, 6 months ago
  67. 919bed3 gn build: Merge r375390 by GN Sync Bot · 4 years, 6 months ago
  68. 9cc8630 [LLDB] [Windows] Initial support for ARM register contexts by Martin Storsjo · 4 years, 6 months ago
  69. 53fb411 [IR] Fix mayReadFromMemory() for writeonly calls by Yevgeny Rouban · 4 years, 6 months ago
  70. adc79ba [BPF] fix indirect call assembly code by Yonghong Song · 4 years, 6 months ago
  71. cd2c099 [Attributor][FIX] Silence sign-compare warning by Johannes Doerfert · 4 years, 6 months ago
  72. 463d821 [Attributor] Teach AANoCapture to use information in-flight more aggressively by Johannes Doerfert · 4 years, 6 months ago
  73. f5c1edb [X86] Check Subtarget.hasSSE3() before calling shouldUseHorizontalOp and emitting X86ISD::FHADD in LowerUINT_TO_FP_i64. by Craig Topper · 4 years, 6 months ago
  74. d1d5cb7 [IndVars] Add a todo to reflect a further oppurtunity identified in D69009 by Philip Reames · 4 years, 6 months ago
  75. 9efd72a [IndVars] Eliminate loop exits with equivalent exit counts by Philip Reames · 4 years, 6 months ago
  76. b93a52f [InstCombine] conditional sign-extend of high-bit-extract: 'or' pattern. by Roman Lebedev · 4 years, 6 months ago
  77. 150b0be [NFC][InstCombine] conditional sign-extend of high-bit-extract: 'and' pat. can be 'or' pattern. by Roman Lebedev · 4 years, 6 months ago
  78. b7aa2ef gn build: Merge r375375 by GN Sync Bot · 4 years, 6 months ago
  79. eec7ef7 Reverted r375254 as it has broken some build bots for a long time. by Vladimir Vereschaka · 4 years, 6 months ago
  80. e568120 [InstCombine] Fold uadd.sat(a, b) == 0 and usub.sat(a, b) == 0 by Nikita Popov · 4 years, 6 months ago
  81. 2b0c82a Fix buildbot error in SIRegisterInfo.cpp. by Zinovy Nis · 4 years, 6 months ago
  82. 3ab0cb1 [InstCombine] Add tests for uadd/sub.sat(a, b) == 0; NFC by Nikita Popov · 4 years, 6 months ago
  83. 32d24a3 [InstCombine] Shift amount reassociation in shifty sign bit test (PR43595) by Roman Lebedev · 4 years, 6 months ago
  84. 7bd6e16 [ConstantRange] makeGuaranteedNoWrapRegion(): `shl` support by Roman Lebedev · 4 years, 6 months ago
  85. 4675149 [ConstantRange] Optimize nowrap region test, remove redundant tests; NFC by Nikita Popov · 4 years, 6 months ago
  86. 2df5f8c AMDGPU: Increase vcc liveness scan threshold by Matt Arsenault · 4 years, 6 months ago
  87. f154896 AMDGPU: Split flat offsets that don't fit in DAG by Matt Arsenault · 4 years, 6 months ago
  88. d8b4d6f AMDGPU: Fix missing OPERAND_IMMEDIATE by Matt Arsenault · 4 years, 6 months ago
  89. 2f75f81 AMDGPU: Add baseline tests for flat offset splitting by Matt Arsenault · 4 years, 6 months ago
  90. 01d98c6 AMDGPU: Don't re-get the subtarget by Matt Arsenault · 4 years, 6 months ago
  91. 38d4353 [yaml2obj][obj2yaml] - Do not create a symbol table by default. by George Rimar · 4 years, 6 months ago
  92. 9873f72 Fix minor warning in DWARFVerifier. by Zinovy Nis · 4 years, 6 months ago
  93. b0113ba AMDGPU: Don't error on calls to null or undef by Matt Arsenault · 4 years, 6 months ago
  94. c624032 [SCEV] Simplify umin/max of zext and sext of the same value by Philip Reames · 4 years, 6 months ago
  95. f7d6a8b [X86] Pulled out helper to decode target shuffle element sentinel values to 'Zeroable' known undef/zero bits. NFCI. by Simon Pilgrim · 4 years, 6 months ago
  96. 0d04cbb [TargetLowering][DAGCombine][MSP430] add/use hook for Shift Amount Threshold (1/2) by Sanjay Patel · 4 years, 6 months ago
  97. 3166412 [ARM] Add dependency on GlobalISel for unit tests to fix shared libs build by Nemanja Ivanovic · 4 years, 6 months ago
  98. 896dde4 [MSP430] Shift Amount Threshold in DAGCombine (Baseline Tests); NFC by Sanjay Patel · 4 years, 6 months ago
  99. 200d59f [X86][SSE] lowerV16I8Shuffle - tryToWidenViaDuplication - undef unpack args by Simon Pilgrim · 4 years, 6 months ago
  100. 39580be [X86][SSE] LowerUINT_TO_FP_i64 - only use HADDPD for size/fast-hops by Simon Pilgrim · 4 years, 6 months ago