1. c93edad MachineFrameInfo: Cleanup some parameter naming inconsistencies; NFC by Matthias Braun · 8 years ago
  2. c67785b TwoAddressInstructionPass: Trigger -O0 behavior on optnone by Matthias Braun · 8 years ago
  3. de0aeb8 [CMake] Don't use comma as an alternate separator by Petr Hosek · 8 years ago
  4. f68b9be AMDGPU/EG: Add a new FeatureFMA and use it to selectively enable FMA instruction by Jan Vesely · 8 years ago
  5. 85c0273 AMDGPU: Disable fp64 support on pre GCN asics by Jan Vesely · 8 years ago
  6. eb42c99 [msan] Add a fixme note for a minor deficiency. by Evgeniy Stepanov · 8 years ago
  7. 206bdba Revert r319490 "XOR the frame pointer with the stack cookie when protecting the stack" by Hans Wennborg · 8 years ago
  8. 79f2fee AMDGPU: Fix creating invalid copy when adjusting dmask by Matt Arsenault · 8 years ago
  9. aaadfb2 AMDGPU: Use return value of MorphNodeTo by Matt Arsenault · 8 years ago
  10. 17ce6cb Allow similar TargetOpcodes to use inheritance to factor out commonality. NFC. by Daniel Sanders · 8 years ago
  11. a61e335 Re-submit r289925 (Update .debug_line section version to match DWARF version) by Paul Robinson · 8 years ago
  12. 67fbf95 [globalisel][tablegen] Tests for r319691 by Daniel Sanders · 8 years ago
  13. 3ef874f DAG: Follow-up to r319692 check the truncates inputs have the same type by Hans Wennborg · 8 years ago
  14. 1e96e81 DAG: Match truncated rotation (PR35487) by Hans Wennborg · 8 years ago
  15. e357116 [globalisel][tablegen] Split atomic load/store into separate opcode and enable for AArch64. by Daniel Sanders · 8 years ago
  16. 07f4dc3 Move splitIndirectCriticalEdges() to BasicBlockUtils.h. by Hiroshi Yamauchi · 8 years ago
  17. ca3a904 Add missing triple args to tests by Matthias Braun · 8 years ago
  18. 15bf043 [ConstantFold] Support vector index when factoring out GEP index into preceding dimensions by Haicheng Wu · 8 years ago
  19. c965de5 [SCEV] Use a "Discovered" set instead of a "Visited" set; NFC by Sanjoy Das · 8 years ago
  20. abd6d64 [SCEV] A different fix for PR33494 by Sanjoy Das · 8 years ago
  21. 3745f06 [BypassSlowDivision] Improve our handling of divisions by constants by Sanjoy Das · 8 years ago
  22. 998cdc4 MachineVerifier: undef phi arg doesn't need to be live-out from predecessor by Matthias Braun · 8 years ago
  23. ca0df55 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  24. 9335678 Fix function pointer tail calls in armv8-M.base by Pablo Barrio · 8 years ago
  25. 3f2a29c Revert "[cmake] Enable zlib support on windows" by Pavel Labath · 8 years ago
  26. cf56d5d [AMDGPU] SDWA: add support for PRESERVE into SDWA peephole. by Sam Kolton · 8 years ago
  27. 4effab6 [ARM] CodeGen test by Sam Parker · 8 years ago
  28. 7c3eddc [Loop Predication] Teach LP about reverse loops by Anna Thomas · 8 years ago
  29. ba19c68 [NVPTX] Assign valid global names by Jonas Hahnfeld · 8 years ago
  30. e0e7476 [NFC][lit] Use proper semantic versioning names for variables by Jonas Devlieghere · 8 years ago
  31. 9d99810 Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operands by Oliver Stannard · 8 years ago
  32. c7ae88e Revert "[ValueTracking] Pass only a single lambda to computeKnownBitsFromShiftOperator by using KnownBits struct instead of separate APInts. NFCI" by Sam McCall · 8 years ago
  33. 1e6aa11 AMDGPU: fix missing s_waitcnt by Tim Corringham · 8 years ago
  34. a53a7f0 [Asm, ARM] Add fallback diag for multiple invalid operands by Oliver Stannard · 8 years ago
  35. 62f11d9 [TwoAddressInstructionPass] Bugfix in handling of sunk instructions. by Jonas Paulsson · 8 years ago
  36. 5022455 [DAGCombine] Remove isAndLoadExtLoad arguments by Sam Parker · 8 years ago
  37. ed04373 [AArch64] Allow using emulated tls on platforms other than ELF by Martin Storsjo · 8 years ago
  38. 57337fe [ARM] Allow using emulated tls on platforms other than ELF by Martin Storsjo · 8 years ago
  39. 079e93a [X86] Allow VPMAXUQ/VPMAXSQ/VPMINUQ/VPMINSQ to be used with 128/256 bit vectors when AVX512 is enabled. by Craig Topper · 8 years ago
  40. 18d898c [X86] Don't turn UINT_TO_FP into SINT_TO_FP during lowering. by Craig Topper · 8 years ago
  41. 7cd55ac [SelectionDAG] Teach computeKnownBits some improvements to ISD::SRL with a non-splat constant shift amount. by Craig Topper · 8 years ago
  42. 0d0f8ed [X86][AVX512] Tag PH2PS/PS2PH conversion instructions scheduler classes by Simon Pilgrim · 8 years ago
  43. ad08404 [X86][AVX512] Tag packed F2I/I2F/F2F conversion instructions scheduler class by Simon Pilgrim · 8 years ago
  44. fbeb20a [X86][AVX512] Regenerate schedule tests. by Simon Pilgrim · 8 years ago
  45. af7247c [X86][SSE] Remove unused IIC_SSE_CVT_PI2PS_RR/IIC_SSE_CVT_PI2PS_RM itineraries by Simon Pilgrim · 8 years ago
  46. 8b47f7b CodeGen: Fix SelectionDAGISel::LowerArguments for sret addr space by Yaxun Liu · 8 years ago
  47. fec09ca [SelectionDAG] Use the inlined APInt shift methods since we've already bounds checked the shift. by Craig Topper · 8 years ago
  48. 1f4bd62 Reland "[WebAssembly] Add visibility flag to Wasm symbol flags"" by Sam Clegg · 8 years ago
  49. e87334b Fix typo in emitted attribute name by Matt Arsenault · 8 years ago
  50. aa18cf6 [ValueTracking] Pass only a single lambda to computeKnownBitsFromShiftOperator by using KnownBits struct instead of separate APInts. NFCI by Craig Topper · 8 years ago
  51. dcc00b1 CodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_ELT/SplitVecRes_INSERT_VECTOR_ELT by Yaxun Liu · 8 years ago
  52. f4f3881 [cmake] Re-commit: Remove redundant call to cmake when building host tools. by Don Hinton · 8 years ago
  53. 649eb90 [llvm-readobj] Remove redundant local variables to reduce the code. NFC by Simon Atanasyan · 8 years ago
  54. 0eba9bc [llvm-readobj] Print static MIPS GOT by Simon Atanasyan · 8 years ago
  55. 2a502f2 [llvm-readobj] Delete unused method argument. NFC by Simon Atanasyan · 8 years ago
  56. 72e0a27 [X86][SSE] Cleanup float/int conversion scheduler itinerary classes by Simon Pilgrim · 8 years ago
  57. 212549c [X86] Fix copy paste mistake in test case for r319612. by Craig Topper · 8 years ago
  58. 6d12eb2 [X86] Teach the assembler to support %db8-%db15 as aliases for %dr8-%dr15. by Craig Topper · 8 years ago
  59. 9f0c43a [X86] Support %dr8-%dr15 in the assembler. by Craig Topper · 8 years ago
  60. abd7f8c CMAKE: help CheckAtomic find check_library_exists by Martell Malone · 8 years ago
  61. 4ab4262 [ARC] Add instruction subset for the ARC backend. by Tatyana Krasnukha · 8 years ago
  62. deae672 [DAG][AArch64] Disable post-legalization store by Nirav Dave · 8 years ago
  63. 527f9bd [WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags" by Heejin Ahn · 8 years ago
  64. 79f1f00 Revert "[X86] Improvement in CodeGen instruction selection for LEAs." by Matt Morehouse · 8 years ago
  65. 1fe1bd1 [libFuzzer] add a flag -malloc_limit_mb by Kostya Serebryany · 8 years ago
  66. 55c1b41 [MachineOutliner] NFC: Throw out self-intersections on candidates early by Jessica Paquette · 8 years ago
  67. ea21b4d [DAG][ARM] Revert "Reenable post-legalize store merge" by Nirav Dave · 8 years ago
  68. 977b537 [MC] Handle unknown literal register numbers in .cfi_* directives by Jake Ehrlich · 8 years ago
  69. 0fed3ad [IndVars] Fix a bug introduced in r317012 by Philip Reames · 8 years ago
  70. 8ad3e86 [cmake] Revert (rL319574): Resubmit Remove redundant call to cmake when building host tools. by Don Hinton · 8 years ago
  71. c4f204d [opt-remarks] If hotness threshold is set, ignore remarks without hotness by Adam Nemet · 8 years ago
  72. 4b50cdf [cmake] Resubmit Remove redundant call to cmake when building host tools. by Don Hinton · 8 years ago
  73. 52eba82 [DAGCombine] Simplify ISD::AND handling in ReduceLoadWidth by Eli Friedman · 8 years ago
  74. bfae881 [X86][AVX512] Tag subvector extract/insert instructions scheduler classes by Simon Pilgrim · 8 years ago
  75. 79df7df [IR] Avoid dangling else warning. NFC. by Benjamin Kramer · 8 years ago
  76. 5608259 IR printing improvement for loop passes - handle -print-module-scope by Fedor Sergeev · 8 years ago
  77. 89e6e15 [DebugInfo] Bail out if making no progress dumping line tables. by Paul Robinson · 8 years ago
  78. 53cc245 Revert "[opt-remarks] If hotness threshold is set, ignore remarks without hotness" by Adam Nemet · 8 years ago
  79. 7d160f7 IR printing improvement for function passes - introducing -print-module-scope by Fedor Sergeev · 8 years ago
  80. 31eff6b Fix line endings. NFCI. by Simon Pilgrim · 8 years ago
  81. 53305ce [X86][AVX512] Tag VPERM2I/VPERM2T instructions scheduler class by Simon Pilgrim · 8 years ago
  82. 7cb910a [opt-remarks] If hotness threshold is set, ignore remarks without hotness by Adam Nemet · 8 years ago
  83. 54b4cc4 [X86][AVX512] Tag VFPCLASS instructions scheduler class by Simon Pilgrim · 8 years ago
  84. 7feb598 [X86][AVX512] Tag VPSHUFBITQMB instructions scheduler class by Simon Pilgrim · 8 years ago
  85. 0577bf3 [X86][AVX512] Tag VPCOMRESS/VPEXPAND instructions scheduler classes by Simon Pilgrim · 8 years ago
  86. faed772 Revert r319531 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in integer binary ops." by Hans Wennborg · 8 years ago
  87. 4d8809f [ARM] and + load combine tests by Sam Parker · 8 years ago
  88. 5e0d780 [ARM][DAG] Reenable post-legalize store merge by Nirav Dave · 8 years ago
  89. 41631b9 Add more triples to llc_test_checks.py by Sam Parker · 8 years ago
  90. f5040aa [X86] Improvement in CodeGen instruction selection for LEAs. by Jatin Bhateja · 8 years ago
  91. 05349f0 [ARM] and + load combine tests by Sam Parker · 8 years ago
  92. 3c97b65 [X86][AVX512] Tag vshift/vpermv/pshufd/pshufb instructions scheduler classes by Simon Pilgrim · 8 years ago
  93. 4ece910 Revert r319537: Bail out of a SimplifyCFG switch table opt at undef values. by Mikael Holmen · 8 years ago
  94. 03c5509 [InstSimplify] More fcmp cases when comparing against negative constants. by Florian Hahn · 8 years ago
  95. 8c4503a Bail out of a SimplifyCFG switch table opt at undef values. by Mikael Holmen · 8 years ago
  96. a2040d5 Follow-up to r319434 to turn the pass on by default by Nemanja Ivanovic · 8 years ago
  97. b0efc4f [AMDGPU] SiFixSGPRCopies should not modify non-divergent PHI by Alexander Timofeev · 8 years ago
  98. 2f1bcfe [cmake] Enable zlib support on windows by Pavel Labath · 8 years ago
  99. 8caaece [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in integer binary ops. by Dinar Temirbulatov · 8 years ago
  100. 15994ef [lit] Don't enable LSan on Darwin for Apple clang 9.0.0 by Jonas Devlieghere · 8 years ago