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