1. 0ccceac [X86] Adding new LLVM TableGen backend that generates the X86 backend memory folding tables. by Ayman Musa · 8 years ago
  2. 09d9f45 [X86] Adding FoldGenRegForm helper field (for memory folding tables tableGen backend) to X86Inst class and set its value for the relevant instructions. by Ayman Musa · 8 years ago
  3. 3a87b52 [X86] Fixing VPOPCNTDQ feature set lookup. by Oren Ben Simhon · 8 years ago
  4. 74cf586 Reverted r304083 as it seems there is a desire to address this in the googletest. by Galina Kistanova · 8 years ago
  5. 3eda9f2 Added braces to address gcc warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]. NFC. by Galina Kistanova · 8 years ago
  6. f1e232d DebugInfo: Add source code/build instructions for split-dwarf-dwp symbolizer test by David Blaikie · 8 years ago
  7. c60a982 Cloning: Fix debug info cloning by Gor Nishanov · 8 years ago
  8. b5ac700 Recommit "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  9. 6788678 [TableGen] Prevent DagInit from leaking its Args and ArgNames when they exceed the size of the SmallVector. by Craig Topper · 8 years ago
  10. 8e1db25 [TableGen] Use the correct type for the first template for the ListInit TrailingObjects. by Craig Topper · 8 years ago
  11. 4439d65 [SCEV] Assume parameters coming from function calls contain IVs by Tobias Grosser · 8 years ago
  12. 8cbe21f [DAGCombiner] use narrow load to avoid vector extract by Sanjay Patel · 8 years ago
  13. f6f1085 [TableGen] Remove all the static vectors named TheActualPool. by Craig Topper · 8 years ago
  14. c835f01 [coroutines] Define getPassName() for coroutine passes by Gor Nishanov · 8 years ago
  15. 78cdf98 [PartialInlining] Replace delete with unique_ptr in computeCallsiteToProfCountMap by Vitaly Buka · 8 years ago
  16. fda9bcb ScalarEvolution unit test: fix typo that breaks check-all by Gor Nishanov · 8 years ago
  17. ad7d2c0 Rearrange Dom unittest to accommodate multiple tests by Adam Nemet · 8 years ago
  18. bfb2ddf clang-format DomTree unittest by Adam Nemet · 8 years ago
  19. 7b853c5 AArch64/PEI: Do not add reserved regs to liveins by Matthias Braun · 8 years ago
  20. 65ac22c [SCEVExpander] Try harder to avoid introducing inttoptr by Keno Fischer · 8 years ago
  21. 0248ff9 ScheduleDAGInstrs: Fix fixupKills() by Matthias Braun · 8 years ago
  22. bf14f47 [Demangler] copy changes made in libcxxabi's r303718 to ItaniumDemangle by Erik Pilkington · 8 years ago
  23. 6a19144 [AArch64][GlobalISel] Add the Localizer pass for the O0 pipeline by Quentin Colombet · 8 years ago
  24. a407cc0 [GlobalISel] Add a localizer pass for target to use by Quentin Colombet · 8 years ago
  25. c8237e4 [GVN] Recommit the patch "Add phi-translate support in scalarpre". by Wei Mi · 8 years ago
  26. c6a4b1a BranchRelaxation: computeLiveIns() after creating new block by Matthias Braun · 8 years ago
  27. abfdee4 AArch64: Fix cmpxchg O0 expansion by Matthias Braun · 8 years ago
  28. 83c5dbf [llvm-pdbdump] pdb2yaml: add an -all option to dump everything we can by Bob Haarman · 8 years ago
  29. 4a5238d Bitcode: Remove some dead code. Spotted by Teresa. by Peter Collingbourne · 8 years ago
  30. 996f62f [InstSimplify] Push commuted op checks for and/or of icmp further down to avoid duplicate work by Craig Topper · 8 years ago
  31. d1d5452 [bpf] disallow global_addr+off folding by Alexei Starovoitov · 8 years ago
  32. b3ad86b Fix test broken by r304020 by David Blaikie · 8 years ago
  33. bcefdfc [Mips] Placate GCC's -Wmisleading-indentation. NFCI. by Davide Italiano · 8 years ago
  34. 859371c [lib/LTO] Don't reinvent the code for switching linkage. by Davide Italiano · 8 years ago
  35. 5e26a02 LivePhysRegs: Rework constructor + documentation; NFC by Matthias Braun · 8 years ago
  36. 4902354 LivePhysRegs: Doxygen cleanup; NFC by Matthias Braun · 8 years ago
  37. 7c75114 LivePhysRegs: Add default for removeRegsInMask(Clobbers); NFC by Matthias Braun · 8 years ago
  38. 8fab6ef MachineVerifier: Remove unused set; NFC by Matthias Braun · 8 years ago
  39. d178d05 [Hexagon] Cleanup of unused function isCalleeSaveReg (NFC) by Sumanth Gundapaneni · 8 years ago
  40. b3b1987 allow_user_segv_handler was already removed by Vitaly Buka · 8 years ago
  41. 071c0d9 Resubmit r303859 with test fixed. by Konstantin Zhuravlyov · 8 years ago
  42. a0f27f9 Make helper functions static. NFC. by Benjamin Kramer · 8 years ago
  43. b0d2323 Fix the ManagedStatic list ordering when using DynamicLibrary::addPermanentLibrary. by Frederich Munch · 8 years ago
  44. b655a9c [InstSimplify] Move a variable declaration to make simplifyAndOfICmps look more like simplifyOrOfICmps. NFC by Craig Topper · 8 years ago
  45. e2ab189 [InstSimplify] Use commutable matchers to shorten some code by Craig Topper · 8 years ago
  46. 4e6f8d0 [InstSimplify] Use m_APInt instead of m_ConstantInt in ((V + N) & C1) | (V & C2) handling in order to support splat vectors. by Craig Topper · 8 years ago
  47. 0698305 DebugInfo: Do not emit empty CUs by David Blaikie · 8 years ago
  48. 5ae6e90 PMB: Run the whole-program-devirt pass during LTO at --lto-O0. by Peter Collingbourne · 8 years ago
  49. 3c9e129 [InstCombine] Pass the DominatorTree, AssumptionCache, and context instruction to a few calls to isKnownPositive, isKnownNegative, and isKnownNonZero by Craig Topper · 8 years ago
  50. 5f10e29 [AMDGPU][MC][GFX9] Corrected encoding of flat_scratch* for SDWA opcodes by Dmitry Preobrazhensky · 8 years ago
  51. 4eca9e6 Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  52. b6924f0 Revert "Export the required symbol from DynamicLibraryTests" by Roger Ferrer Ibanez · 8 years ago
  53. b665868 DebugInfo: Don't include locations for debug-having code inlined into nodebug functions by David Blaikie · 8 years ago
  54. f696b32 AMDGPU/GlobalISel: Mark 32-bit float constants as legal by Tom Stellard · 8 years ago
  55. 843d71c [DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC by George Rimar · 8 years ago
  56. bfcbf6a LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI by Matthias Braun · 8 years ago
  57. f0ed179 [AMDGPU] SDWA: add disassembler support for GFX9 by Sam Kolton · 8 years ago
  58. 8f61a6e [DAGCombiner] use narrow vector ops to eliminate concat/extract (PR32790) by Sanjay Patel · 8 years ago
  59. f6ed90e [DAG] Move legal type checks in store merge to be checked only by Nirav Dave · 8 years ago
  60. bafb2e6 [ARM] Fix lowering of misaligned memcpy/memset by John Brawn · 8 years ago
  61. a0b8f33 nits in wide-integer-cmp.ll . NFC by Amaury Sechet · 8 years ago
  62. 21e2ad7 [ARM] Add tests for 6-M memcpy/memset code generation by John Brawn · 8 years ago
  63. ff777b7 The fix for PR22004: X86AsmParser.cpp asserts: OperandStack.size() > 1 && "Too few operands." by Andrew V. Tischenko · 8 years ago
  64. 4e545df Revert "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  65. 88aeae6 Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  66. 1503fe4 Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  67. f1d70be Fix signedness of constant. NFC. by Nirav Dave · 8 years ago
  68. e10b16c Export the required symbol from DynamicLibraryTests by Roger Ferrer Ibanez · 8 years ago
  69. 073ffab [DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC by George Rimar · 8 years ago
  70. 0559b4f Remove unnecessary double-assignment triggering -Wsequence-point. by Daniel Jasper · 8 years ago
  71. 96c95e6 Re-enable "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start" by Max Kazantsev · 8 years ago
  72. b0e29ac LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI by Matthias Braun · 8 years ago
  73. d6cdc20 Revert rL303923 since it broke the sanitizer bootstrap build bot. by Wei Mi · 8 years ago
  74. 8e55f77 [InstSimplify] Use APInt::isMask isntead of manually implementing it. NFC by Craig Topper · 8 years ago
  75. 515e5d4 [InstSimplify] Use m_ConstantInt matchers to short some code. NFC by Craig Topper · 8 years ago
  76. a1a0cf0 [IR] Add an iterator and range accessor for the PHI nodes of a basic block. by Chandler Carruth · 8 years ago
  77. 55d0a52 Revert "LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI" by Matthias Braun · 8 years ago
  78. bd265c3 Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI" by Matthias Braun · 8 years ago
  79. e4bd195 Test for r303938 by Matthias Braun · 8 years ago
  80. 8800120 [PM] Enable the new simple loop unswitch pass in the new pass manager by Chandler Carruth · 8 years ago
  81. b626182 Tidy up RelocVisitor.h. by Rui Ueyama · 8 years ago
  82. 88351cb LivePhysRegs: Follow-up to r303937 by Matthias Braun · 8 years ago
  83. 0378321 [llvm-pdbdump] Don't crash when displaying padding. by Zachary Turner · 8 years ago
  84. f9ebd61 [Examples] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  85. 9cd70d9 Return a lit.Test.Result object from TestRunner's executeShTest() by Dimitry Andric · 8 years ago
  86. 3e61240 Remove unused member. by Zachary Turner · 8 years ago
  87. 5a4717a [PPC] Add text for assert. by Tim Shen · 8 years ago
  88. c58f672 LTO: Do summary-based prevailing symbol resolution at --lto-O0. by Peter Collingbourne · 8 years ago
  89. dcf3dde LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI by Matthias Braun · 8 years ago
  90. b0019d8 LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI by Matthias Braun · 8 years ago
  91. f061f6c [CV Type Merging] Find nested type indices faster. by Zachary Turner · 8 years ago
  92. a8d58fe DebugInfo: Simplify scopes+subprogram handling since the subprogram<>cu link inversion by David Blaikie · 8 years ago
  93. 7a45750 [PPC] Fix atomics lowering in DAG lowering. by Tim Shen · 8 years ago
  94. e55679d Fix test to handle running on platforms which don't enable pubnames at all by David Blaikie · 8 years ago
  95. 32c2620 [InstCombine] Add an InstCombine specific wrapper around isKnownToBeAPowerOfTwo to shorten code. NFC by Craig Topper · 8 years ago
  96. d163591 [GVN] Add phi-translate support in scalarpre. by Wei Mi · 8 years ago
  97. 325c686 Add constrained intrinsics for some libm-equivalent operations by Andrew Kaylor · 8 years ago
  98. 94c4904 CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  99. 064b7cc [lld] Fix a bug where we continually re-follow type servers. by Zachary Turner · 8 years ago
  100. 522178b [CodeView Type Merging] Don't keep re-allocating temp serializer. by Zachary Turner · 8 years ago