1. 77438c3 [EarlyCSE] Improve EarlyCSE of some absolute value cases. by Craig Topper · 7 years ago
  2. 2e125e8 MC: Remove stream and output functions from MCObjectWriter. NFCI. by Peter Collingbourne · 7 years ago
  3. 0d4292f MC: Have the object writers return the number of bytes written. NFCI. by Peter Collingbourne · 7 years ago
  4. fe5e50f [AMDGPU] Add divergence analysis as a dependency for ISel by Stanislav Mekhanoshin · 7 years ago
  5. 8e93a95 MC: Change object writers to use endian::Writer. NFCI. by Peter Collingbourne · 7 years ago
  6. 6152bb9 [VPlan] Reland r332654 and silence unused func warning by Diego Caballero · 7 years ago
  7. 74bda0b MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a raw_ostream. NFCI. by Peter Collingbourne · 7 years ago
  8. a8e9721 MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an MCObjectWriter. NFCI. by Peter Collingbourne · 7 years ago
  9. c240696 AMDGPU/GlobalISel: Address post-commit review comments for r332379 by Tom Stellard · 7 years ago
  10. 52d1019 [InstCombine] Fix PR37526: MinMax patterns produce an infinite loop. by Alexey Bataev · 7 years ago
  11. 8b5d010 [llvm-mca] Removed an empty line generated by the timeline view. NFC. by Andrea Di Biagio · 7 years ago
  12. b6c66c5 [X86][BtVer2] Add a 'J' prefix to the PRF/RCU defs. NFC by Andrea Di Biagio · 7 years ago
  13. e9654fe [LLVM-C] Add DIBuilder Bindings For ObjC Classes by Robert Widmann · 7 years ago
  14. 5bfef87 [X86] - Avoid SFB pass - fix bug in updating the offsets for newly created copies by Lama Saba · 7 years ago
  15. 8b03f4d [DWARF] Refactor callback usage for .debug_line error handling by James Henderson · 7 years ago
  16. dd5fd7f [X86][SSE] Add an assert to ensure that rotation amount is converted to a scale by Simon Pilgrim · 7 years ago
  17. b096d31 ARM: be conservative when asked load/store alignment of weird type. by Tim Northover · 7 years ago
  18. 4026a5f revert r332610, it breaks cfi, see D46326 by Nico Weber · 7 years ago
  19. edeb7b8 [mips] Revert Merge MipsLongBranch and MipsHazardSchedule passes by Aleksandar Beserminji · 7 years ago
  20. 519b8ed [CVP] Require DomTree for new Pass Manager by David Green · 7 years ago
  21. 48b86e9 Fix up a few grammar issues. by Eric Christopher · 7 years ago
  22. b384556 [mips] Merge MipsLongBranch and MipsHazardSchedule passes by Aleksandar Beserminji · 7 years ago
  23. 071d9bc [X86][SSE] Support v4i32 rotations (PR37426) by Simon Pilgrim · 7 years ago
  24. eb4186c win: try more to fix dia tests with newer msvc versions by Nico Weber · 7 years ago
  25. 03f0196 win: try to fix dia tests with newer msvc versions by Nico Weber · 7 years ago
  26. 1181c40 [LLVM-C] Improve Bindings For Aliases by Robert Widmann · 7 years ago
  27. aa228ef [X86] Remove mask arguments from permvar builtins/intrinsics. Use a select in IR instead. by Craig Topper · 7 years ago
  28. f161702 Revert 332750, llvm part (see comment on D46910). by Nico Weber · 7 years ago
  29. e7c11b7 [mips] Add microMIPSR6 ll/sc instructions. by Simon Dardis · 7 years ago
  30. 42ebf19 [InstCombine] choose 1 form of abs and nabs as canonical by Sanjay Patel · 7 years ago
  31. 04e4adf [cmake] Add a switch to enable/disable bindings. by Vassil Vassilev · 7 years ago
  32. 56669ed [X86] Add test cases to show missed rotate opportunities due to SimplifyDemandedBits. by Craig Topper · 7 years ago
  33. b508121 [GlobalMerge] Exit early if only one global is to be merged by Haicheng Wu · 7 years ago
  34. 0fbb8da Re-revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  35. 12e7467 [LLVM-C] Use Length-Providing Value Name Getters and Setters by Robert Widmann · 7 years ago
  36. 06b3839 [IRCE] Fix miscompile with range checks against negative values by Max Kazantsev · 7 years ago
  37. 9174d3e [MergeICmps] Don't crash when memcmp is not available by Benjamin Kramer · 7 years ago
  38. 907b424 Fix MSVC unused variable warning. NFCI. by Simon Pilgrim · 7 years ago
  39. 0754149 Un-revert "[Option] Fix PR37006 prefix choice in findNearest" by Brian Gesiak · 7 years ago
  40. 3fcac5a Fix build warning compiling TestPlugin on Windows and disable Passes plugin stuff on Windows since it fundamentally can't work by Nico Weber · 7 years ago
  41. 9d69786 Fix evaluator for non-zero alloca addr space by Yaxun Liu · 7 years ago
  42. cae8a1e Enable colored diagnostics in ninja builds when building with gcc 4.9+. by Nico Weber · 7 years ago
  43. 461e372 Propagate nonnull and dereferenceable throught launder by Piotr Padlewski · 7 years ago
  44. 6ebd054 Dissallow non-empty metadata for invariant.group by Piotr Padlewski · 7 years ago
  45. da5cef7 Constant fold launder of null and undef by Piotr Padlewski · 7 years ago
  46. 2fd5691 [MemDep] Fixed handling of invariant.group by Piotr Padlewski · 7 years ago
  47. 239df32 [x86] add more FP with FMF simplification tests; NFC by Sanjay Patel · 7 years ago
  48. 22ecb3d DAG: Fix crash on shift with large shift amounts by Matt Arsenault · 7 years ago
  49. c1a566a Fixing buildbot error introduced with r332759. by Wolfgang Pieb · 7 years ago
  50. cdbb0ae AMDGPU: Add pass to optimize reqd_work_group_size by Matt Arsenault · 7 years ago
  51. e24d174 [InstCombine] Qualify a select pattern based transform to restrct to only min/max and ignore abs/nabs. by Craig Topper · 7 years ago
  52. d0adb14 [WebAssembly] Object: Add more error checking for object file reading by Sam Clegg · 7 years ago
  53. 02babe8 Addressing a couple of compiler warnings introduced with r332759. by Wolfgang Pieb · 7 years ago
  54. a576ca1 Fixing build error introduced with r332759. by Wolfgang Pieb · 7 years ago
  55. edf5860 [msan] Don't check divisor shadow in fdiv. by Evgeniy Stepanov · 7 years ago
  56. eab311b [DWARF v5] Improved support for .debug_rnglists (consumer). Enables any consumer to by Wolfgang Pieb · 7 years ago
  57. c2e06ba [NFC] Change cast from r332739 to a static cast by Jessica Paquette · 7 years ago
  58. a68d4cc Support: Simplify endian stream interface. NFCI. by Peter Collingbourne · 7 years ago
  59. ff2a8cc adding baseline fp fold tests for unsafe on and off by Michael Berg · 7 years ago
  60. a7e652a Delete a test that was missed in the revert r332747. by Amara Emerson · 7 years ago
  61. bb0eb9f AMDGPU/NFC: Set symbol's type that is coming from an argument in by Konstantin Zhuravlyov · 7 years ago
  62. 9c87132 [Support] Avoid normalization in sys::getDefaultTargetTriple by Petr Hosek · 7 years ago
  63. 17a9814 MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. by Peter Collingbourne · 7 years ago
  64. d5b9305 [Hexagon] Generate post-increment for floating point types by Brendon Cahoon · 7 years ago
  65. a3fda62 Reverted r332654 as it has broken some buildbots and left unfixed for a long time. by Galina Kistanova · 7 years ago
  66. 69d2249 [X86] Add GPR<->XMM Schedule Tags by Simon Pilgrim · 7 years ago
  67. ad7c2e9 [X86] Directly legalize v16i16/v8i16 vselect to vXi8 vselect to use VPBLENDVB by Craig Topper · 7 years ago
  68. a39a917 Revert changes from D46265. by Than McIntosh · 7 years ago
  69. cdcd5e1 [MC] Relax .fill size requirements by Nirav Dave · 7 years ago
  70. 6af49b5 [X86] Update fast-isel test cases for _mm256_mask_cvtepi16_epi8 to match clang r332738. by Craig Topper · 7 years ago
  71. 849da55 Add remarks describing when a pass changes the IR instruction count of a module by Jessica Paquette · 7 years ago
  72. 1c0183a [X86][BtVer2] Improve simulation of (V)PINSR values by Simon Pilgrim · 7 years ago
  73. 5a95f87 [docs] Scudo documentation minor update by Kostya Kortchinsky · 7 years ago
  74. 145062e [NFC] update coding standard links to HTTPS by JF Bastien · 7 years ago
  75. efaf555 MCSchedModel: Add comments to IssueWidth. by Andrew Trick · 7 years ago
  76. 7dcb3bf [InstCombine] add tests for lack of abs/nabs canonicalization; NFC by Sanjay Patel · 7 years ago
  77. 7ac661e [InstCombine] regenerate checks; NFC by Sanjay Patel · 7 years ago
  78. 96a67f1 [X86][BtVer2] Partial vector stores (inc MMX) have a 2cy latency by Simon Pilgrim · 7 years ago
  79. 2e48b5a [X86][SSE] Ensure vector partial load/stores use the WriteVecLoad/WriteVecStore scheduler classes by Simon Pilgrim · 7 years ago
  80. d35d2d4 [X86][AVX] VEXTRACTF128mr store is a WriteFStoreX not WriteFStore by Simon Pilgrim · 7 years ago
  81. cd0f347 [X86][SSE] Ensure float load/stores use the WriteFLoad/WriteFStore scheduler classes by Simon Pilgrim · 7 years ago
  82. 5afb869 [ExynosM3] Fix scheduling info. by Clement Courbet · 7 years ago
  83. e6bf54e [X86][ZnVer1] Cleanup more single match instregexs by Simon Pilgrim · 7 years ago
  84. 4ccabdd Add Script to match open Phabricator reviews with potential reviewers. by Kristof Beyls · 7 years ago
  85. b8f0305 use standard llvm cmake formatting for targets defined in plugin tests by Nico Weber · 7 years ago
  86. 2652053 [llvm-exegesis] Improve documentation. by Clement Courbet · 7 years ago
  87. a739ddd StackColoring: better handling of statically unreachable code by Than McIntosh · 7 years ago
  88. 78c9c76 [SystemZ] Fix commit message of previous commit. by Jonas Paulsson · 7 years ago
  89. 1fcee95 [X86][CET] Changing -fcf-protection behavior to comply with gcc (LLVM part) by Alexander Ivchenko · 7 years ago
  90. 3447c10 [SystemZ] Fold AHIMux in foldMemoryOperandImpl. by Jonas Paulsson · 7 years ago
  91. 0ec6e36 [SimplifyCFG] Fix a debug invariant bug in FoldBranchToCommonDest() by David Stenberg · 7 years ago
  92. 710be84 [llvm-exegesis] Fix compile error on VS. by Clement Courbet · 7 years ago
  93. e274015 [RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvanced by Shiva Chen · 7 years ago
  94. 5f0ee1d [LICM] Extend the MustExecute scope by Serguei Katkov · 7 years ago
  95. f5e705e [X86DomainReassignment] Hopefully fix buildbot failure by Keno Fischer · 7 years ago
  96. 2135b33 [llvm-objcopy] Fix formatting by Alexander Shaposhnikov · 7 years ago
  97. 6ff324a [asan] Add instrumentation support for Myriad by Walter Lee · 7 years ago
  98. 83650ca Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info emission."" by Eric Christopher · 7 years ago
  99. 3de2740 Tidy comment up a bit. by Eric Christopher · 7 years ago
  100. 1074714 Fix unused lambda capture. by Eli Friedman · 7 years ago