1. e3a9558 [llvm-cov] Respect Windows line endings when parsing demangled symbols. by Igor Kudrin · 9 years ago
  2. 395e420 [X86][SSE] Add domain crossing support for target shuffle combines. by Simon Pilgrim · 9 years ago
  3. 7bbcf1c Removed extra ';' by Simon Pilgrim · 9 years ago
  4. 9ca2766 [AVX-512] Add broadcast VPTERNLOG instructions to special case commuting switch. by Craig Topper · 9 years ago
  5. 1f1330b [AVX-512] Add patterns to show missed opportunities for folding vpternlog with broadcast loads. Also demonstrates a bug in the commuting of broadcast vpternlog instructions when we are able to select them. by Craig Topper · 9 years ago
  6. 3473662 Untabify. by NAKAMURA Takumi · 9 years ago
  7. 1ca7d17 Re-add debugcounter.ll with Requires: Asserts so that it only triggers when asserts are on by Daniel Berlin · 9 years ago
  8. 87d7001 Which, in turn, causes build bots to fail that have it unexpectedly passing. So remove debugcounter.ll for now by Daniel Berlin · 9 years ago
  9. 996ea53 XFAIL this test until we figure out what to do here, since it will fail if NDEBUG defined by Daniel Berlin · 9 years ago
  10. 8b1bda0 Add two files lost in rebase, causing build break by Daniel Berlin · 9 years ago
  11. 2287817 Add a DebugCounter for PredicateInfo renaming, and an associated test by Daniel Berlin · 9 years ago
  12. ad47702 Add initial support for debug counting by Daniel Berlin · 9 years ago
  13. 7cca07f llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll should require +Asserts. This would run into infinite loop anyways with -Asserts. by NAKAMURA Takumi · 9 years ago
  14. 9981ab3 [X86] Remove patterns for MOVSD with v4i32 types. We don't appear to really need them and if we do we should just use a bitcast to a 64-bit element type. by Craig Topper · 9 years ago
  15. f5547b3 [X86] Tighten up some of the SDNode type constraints. by Craig Topper · 9 years ago
  16. 3da1c31 Fix unused variable warning when assertions are disabled. by Simon Pilgrim · 9 years ago
  17. 56f5f0c [X86] Fix enumeral/non-enumeral conditional expression warning. by Simon Pilgrim · 9 years ago
  18. ec32c77 Fix 'variable set but not used' warning when assertions are disabled. by Simon Pilgrim · 9 years ago
  19. 072a5a0 NewGVN: Start making use of predicateinfo pass. by Daniel Berlin · 9 years ago
  20. edd367e NewGVN: Make ranking prefer undef to constants. Fix direction of by Daniel Berlin · 9 years ago
  21. 33e17b4 PredicateInfo: Clean up predicate info a little, using insertion by Daniel Berlin · 9 years ago
  22. a21a486 Fix signed/unsigned comparison warning. by Simon Pilgrim · 9 years ago
  23. 4deede4 [X86][XOP] Reduce the size of a multiclass by moving more stuff to parameters instead of doing 128-bit and 256-bit simultaneously. by Craig Topper · 9 years ago
  24. 8f60fb0 [TableGen] Make sure EnforceSameSize populates the type sets if necessary. by Craig Topper · 9 years ago
  25. 7d34dce [AArch64] Fix enumeral/non-enumeral conditional expression warning. by Simon Pilgrim · 9 years ago
  26. 5ff0a24 [X86] Fix enumeral/non-enumeral comparison warning. by Simon Pilgrim · 9 years ago
  27. f9e2c1f [X86][SSE] Avoid repeated calls to SDValue::getValueType. by Simon Pilgrim · 9 years ago
  28. 2b34104 [InstCombine] add nsw/nuw X, signbit --> or X, signbit by Sanjay Patel · 9 years ago
  29. 132ef2b [InstSimplify] add nsw/nuw (xor X, signbit), signbit --> X by Sanjay Patel · 9 years ago
  30. f7584cd [InstSimplify] add tests for add nsw/nuw (xor X, signbit), signbit --> X; NFC by Sanjay Patel · 9 years ago
  31. 58ee25f Recommit "[X86] Remove XOP VPCMOV intrinsics and autoupgrade them to native IR." by Craig Topper · 9 years ago
  32. 33dd286 [x86] remove stale comments from tests; NFC by Sanjay Patel · 9 years ago
  33. 4c507d5 [x86] fold sext (xor Bool, -1) --> sub (zext Bool), 1 by Sanjay Patel · 9 years ago
  34. e7c7257 [MemorySSA] NFC small fixes by Piotr Padlewski · 9 years ago
  35. b3d03a9 Revert "[X86] Remove XOP VPCMOV intrinsics and autoupgrade them to native IR." by Craig Topper · 9 years ago
  36. aa2f6f9 [X86] Remove XOP VPCMOV intrinsics and autoupgrade them to native IR. by Craig Topper · 9 years ago
  37. a6bf7e7 [X86][IR] Simplify the XOP vpcmov autoupgrade code. NFC by Craig Topper · 9 years ago
  38. fc7a041 [X86][IR] Merge together some very similar AutoUpgrade handling. NFC by Craig Topper · 9 years ago
  39. a418139 AMDGPU: Fix assembler subtarget predicate for gfx9 by Matt Arsenault · 9 years ago
  40. 4371ec2 AMDGPU: Fix disassembly of aperture registers by Matt Arsenault · 9 years ago
  41. 83c857c AMDGPU: Merge initial gfx9 support by Matt Arsenault · 9 years ago
  42. d0fd4ad [InstCombine] add tests for trunc(insertelement); NFC by Sanjay Patel · 9 years ago
  43. 08ce689 Refactor instruction simplification code in visitors. NFC. by Easwaran Raman · 9 years ago
  44. de80e80 [InstCombine] update trunc(shuffle) tests to reflect IR reality; NFC by Sanjay Patel · 9 years ago
  45. 34b4908 opt-viewer: Fix syntax highlighting by Brian Cain · 9 years ago
  46. 47cf6aa [AVX-512] Remove 128/256-bit masked fp max/min intrinsics. Upgrade them to legacy unmasked intrinsics and select instructions. by Craig Topper · 9 years ago
  47. 6ded4c3 Add default OptLevel value for createSimpleLoopUnrollPass to fix the build break introduced by r295538. (NFC) by Dehao Chen · 9 years ago
  48. aa04f11 AMDGPU/R600: Assert on infinite loop in EmitClauseMarkers by Jan Vesely · 9 years ago
  49. 1ae1089 Increases full-unroll threshold. by Dehao Chen · 9 years ago
  50. 8faf95f [IR/Verifier] Don't visit DISubprograms more than needed. by Davide Italiano · 9 years ago
  51. 72748ef [AVR] Set UseIntegratedAssembler by Dylan McKay · 9 years ago
  52. 4be00b7 OptDiag: Allow constructing DiagnosticLocation from DISubprograms by Justin Bogner · 9 years ago
  53. 47c9a8f Remove the is_trivially_copyable check entirely. by Zachary Turner · 9 years ago
  54. a0a840a Use llvm workaround for missing is_trivially_copyable. by Zachary Turner · 9 years ago
  55. 980cadc Don't assume little endian in StreamReader / StreamWriter. by Zachary Turner · 9 years ago
  56. 045ad1b machine-region-info.mir: Slightly simplify test, -mtriple by Matthias Braun · 9 years ago
  57. 787e150 OptDiag: Decouple backend diagnostics from debug info metadata by Justin Bogner · 9 years ago
  58. 5e55477 MachineRegionInfo: Fix pass initialization by Matthias Braun · 9 years ago
  59. a39b1ce Verifier: Disallow a line number without a file in DISubprogram by Justin Bogner · 9 years ago
  60. e581944 [InstCombine] add tests for trunc(shuffle X, C, M); NFC by Sanjay Patel · 9 years ago
  61. 92e3dc4 AArch64LoadStoreOptimizer: Correctly clear kill flags by Matthias Braun · 9 years ago
  62. 6bd44f2 [X86] Add MOVBE targets to load combine tests by Simon Pilgrim · 9 years ago
  63. 4d5bc87 [PPC] Give unaligned memory access lower cost on processor that supports it by Guozhi Wei · 9 years ago
  64. 0633279 [CodeGen] Revert changes in LowLevelType to pre-r295499 to fix broken buildbots. by Eugene Zelenko · 9 years ago
  65. eee70a1 [Hexagon] Start using regmasks on calls by Krzysztof Parzyszek · 9 years ago
  66. 4022d8a [NewGVN] isOnlyReachableViaThisEdge() is dead now. NFCI. by Davide Italiano · 9 years ago
  67. 4231bd0 [X86] Simplify by pulling out valuetype. NFCI. by Simon Pilgrim · 9 years ago
  68. dc5aad6 [CodeGen] Attempt to fix buildbots broken in r295499. by Eugene Zelenko · 9 years ago
  69. 24976e5 [NewGVN] createVariableOrConstant is not required anymore. NFCI. by Davide Italiano · 9 years ago
  70. ad3a540 [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  71. fcd878d [X86] Add subborrow stack folding tests by Simon Pilgrim · 9 years ago
  72. 69382f1 [x86] add tests for sext (not bool); NFC by Sanjay Patel · 9 years ago
  73. b82f5b8 [LAA] Remove unused code (NFC) by Matthew Simpson · 9 years ago
  74. d1ecc08 [X86][SSE] Add (V)MOVD folding pattern with zextloadi64i32 load node. by Simon Pilgrim · 9 years ago
  75. 75f00d8 Fix windows bots by locking down the target triple on this testcase. by Adrian Prantl · 9 years ago
  76. 0f6af23 AMDGPU: Fix crashes on invalid icmp/fcmp intrinsics by Matt Arsenault · 9 years ago
  77. 063d4cb WholeProgramDevirt: For VCP use a 32-bit ConstantInt for the byte offset. by Peter Collingbourne · 9 years ago
  78. 7e8d980 Debug Info: Sort frame index expressions before emitting them. by Adrian Prantl · 9 years ago
  79. 8cea2af [CMake] Support externalizing debug info on non-Darwin platforms by Petr Hosek · 9 years ago
  80. b8890be [X86][SHA] Add SHA stack folding tests by Simon Pilgrim · 9 years ago
  81. b44e583 In Thumb1 mode, the custom lowering for ARMISD::CMPZ could never emit tADDi3 by Artyom Skrobov · 9 years ago
  82. 2b1fc31 [X86][TBM] Add TBM stack folding tests by Simon Pilgrim · 9 years ago
  83. dc88467 GlobalISel: verify that generic loads & stores have a mem operand. by Tim Northover · 9 years ago
  84. 9053922 [AArch64] Add Cavium ThunderX support by Joel Jones · 9 years ago
  85. 72258b4 WholeProgramDevirt: Examine the function body when deciding whether functions are readnone. by Peter Collingbourne · 9 years ago
  86. c60bc7e [X86][BMI] Add BMI2 stack folding tests by Simon Pilgrim · 9 years ago
  87. 4f50278 opt: Rename -default-data-layout flag to -data-layout and make it always override the layout. by Peter Collingbourne · 9 years ago
  88. 67d9e19 OptDiag: Rename DiagnosticInfoWithDebugLoc to WithLocation. NFC by Justin Bogner · 9 years ago
  89. a24db23 MC/COFF: Do not emit forward associative section referenceds. by Rui Ueyama · 9 years ago
  90. ad529eb [DAGCombiner] split i1 select-of-constants from non-i1 case; NFCI by Sanjay Patel · 9 years ago
  91. d7ab0f5 [X86][BMI] Add BMI stack folding tests by Simon Pilgrim · 9 years ago
  92. b2823d3 [PowerPC] add tests for select-of-constants; NFC by Sanjay Patel · 9 years ago
  93. 879db07 [ARM] add tests for select-of-constants; NFC by Sanjay Patel · 9 years ago
  94. 132a62c [LV] Remove constant restriction for vector phi creation by Matthew Simpson · 9 years ago
  95. c00b7d6 Fix signed/unsigned comparison warning. by Simon Pilgrim · 9 years ago
  96. 50a37dc [ARM] Replace HasT2ExtractPack with HasDSP by Sam Parker · 9 years ago
  97. 2566cbc [DAGCombine] Recognise any_extend_vector_inreg and truncation style shuffle masks by Simon Pilgrim · 9 years ago
  98. 0ccd702 [DAGCombiner] improve readability; NFCI by Sanjay Patel · 9 years ago
  99. 35af78a [ARM] GlobalISel: Clean up some helpers by Diana Picus · 9 years ago
  100. 02bf0b0 [ARM] GlobalISel: Check mappings used by reg bank select by Diana Picus · 9 years ago