1. 18f805a [Alignment][NFC] Remove unneeded llvm:: scoping on Align types by Guillaume Chatelet · 6 years ago
  2. 97a18dc [Alignment][NFC] Align(1) to Align::None() conversions by Guillaume Chatelet · 6 years ago
  3. d4c4671 [Alignment][NFC] Remove LogAlignment functions by Guillaume Chatelet · 6 years ago
  4. aff45e4 [LLVM][Alignment] Make functions using log of alignment explicit by Guillaume Chatelet · 6 years ago
  5. 2271459 [CodeGen] Introduce MachineBasicBlock::replacePhiUsesWith helper and use it. NFC by Bjorn Pettersson · 6 years ago
  6. 545e993 [SlotIndexes] Add print-slotindexes to disable printing slotindexes by Jinsong Ji · 6 years ago
  7. 0c47611 Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM by Daniel Sanders · 6 years ago
  8. a58a275 Eliminate implicit Register->unsigned conversions in VirtRegMap. NFC by Daniel Sanders · 6 years ago
  9. eac86ec Revert Register/MCRegister: Add conversion operators to avoid use of implicit convert to unsigned. NFC by Daniel Sanders · 6 years ago
  10. 5d14efe Fix MSVC error after r367916 by Daniel Sanders · 6 years ago
  11. 2bea69b Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Register as started by r367614. NFC by Daniel Sanders · 6 years ago
  12. 49a3ad2 Fix parameter name comments using clang-tidy. NFC. by Rui Ueyama · 6 years ago
  13. 2478b62 Revert r365198 as this accidentally commited something that by Robert Lougher · 6 years ago
  14. 3bea2b1 This reverts r365061 and r365062 (test update) by Robert Lougher · 6 years ago
  15. e80799e [ADT] Notify ilist traits about in-list transfers by Reid Kleckner · 7 years ago
  16. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  17. 6bdabcf [CodeGen] Fix forward scan in MachineBasicBlock::computeRegisterLiveness. by Eli Friedman · 7 years ago
  18. 69bfa40 [CodeGen] fix broken successor probability in MBB dump by Hiroshi Inoue · 7 years ago
  19. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  20. adf5e0d Use TRI->regsOverlap() in MachineBasicBlock::computeRegisterLiveness by Mikael Holmen · 7 years ago
  21. e590943 Add the ability to register callbacks for removal and insertion of MachineInstrs by Aditya Nandakumar · 7 years ago
  22. f2edba8 Don't count debug instructions towards neighborhood count by Matt Arsenault · 7 years ago
  23. 015a147 CodeGen: Make computeRegisterLiveness search forward first by Matt Arsenault · 7 years ago
  24. eba9e9a CodeGen: Make computeRegisterLiveness consider successors by Matt Arsenault · 7 years ago
  25. 90358e1 [SLH] Introduce a new pass to do Speculative Load Hardening to mitigate by Chandler Carruth · 7 years ago
  26. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  27. 801bf7e [DebugInfo] Examine all uses of isDebugValue() for debug instructions. by Shiva Chen · 7 years ago
  28. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  29. 71a4c0c [CodeGen] Fix printing bundles in MIR output by Krzysztof Parzyszek · 7 years ago
  30. 19618fc [x86] Introduce a pass to begin more systematically fixing PR36028 and similar issues. by Chandler Carruth · 7 years ago
  31. e92f0cf [CodeGen] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  32. 10b3135 [WebAssembly] Add DebugLoc information to WebAssembly block and loop. by Derek Schuff · 8 years ago
  33. e4fae4d5 [CodeGen] Don't omit any redundant information in -debug output by Francis Visoiu Mistrih · 8 years ago
  34. 7f0f8bb [CodeGen] Fix tests breaking after r325505 by Francis Visoiu Mistrih · 8 years ago
  35. 68ced40 Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print" by Francis Visoiu Mistrih · 8 years ago
  36. 3fbbdf3 [CodeGen] Separate MBB metadata from instructions in -debug printing by Francis Visoiu Mistrih · 8 years ago
  37. 1e002a2 [CodeGen] Print irreducible loop header weight as a MIR comment by Francis Visoiu Mistrih · 8 years ago
  38. afad84e [CodeGen] Print predecessors, successors, then liveins in -debug printing by Francis Visoiu Mistrih · 8 years ago
  39. f6ed795 [CodeGen] Print bundled instructions using the MIR syntax in -debug output by Francis Visoiu Mistrih · 8 years ago
  40. 33979ce [CodeGen] Print predecessors as MIR comments in -debug output by Francis Visoiu Mistrih · 8 years ago
  41. fb7b14f7 [CodeGen] Unify the syntax of MBB liveins in MIR and -debug output by Francis Visoiu Mistrih · 8 years ago
  42. 7d3dde3 [CodeGen] Don't compute BranchProbability for MBB::print by Francis Visoiu Mistrih · 8 years ago
  43. a37e009 [CodeGen] Only print successors when the list is not empty by Francis Visoiu Mistrih · 8 years ago
  44. 39ec2e9 [CodeGen] Unify the syntax of MBB successors in MIR and -debug output by Francis Visoiu Mistrih · 8 years ago
  45. d65438d [CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print by Francis Visoiu Mistrih · 8 years ago
  46. da89d18 [CodeGen] Print MachineBasicBlock labels using MIR syntax in -debug output by Francis Visoiu Mistrih · 8 years ago
  47. eb3f76f [CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print by Francis Visoiu Mistrih · 8 years ago
  48. 378b5f3 [CodeGen] Print RegClasses on MI in verbose mode by Francis Visoiu Mistrih · 8 years ago
  49. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  50. f842297 Rename LiveIntervalAnalysis.h to LiveIntervals.h by Matthias Braun · 8 years ago
  51. 25528d6 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  52. 9d419d3 [CodeGen] Rename functions PrintReg* to printReg* by Francis Visoiu Mistrih · 8 years ago
  53. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  54. 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  55. dce9def Irreducible loop metadata for more accurate block frequency under PGO. by Hiroshi Yamauchi · 8 years ago
  56. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  57. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  58. fdf9bf4 CodeGen: Minor cleanups to use MachineInstr::getMF. NFC by Justin Bogner · 8 years ago
  59. 559aa75 Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue" by Daniel Jasper · 8 years ago
  60. 7b3a38e [X86] Correct dwarf unwind information in function epilogue by Petar Jovanovic · 8 years ago
  61. d497119 Restrict the definition of loop preheader to avoid EH blocks by Andrew Kaylor · 8 years ago
  62. e2e6591 Try to fix buildbots by Matthias Braun · 8 years ago
  63. ac4becc X86FloatingPoint: Fix livein lists by Matthias Braun · 8 years ago
  64. f1a30f1 Refactor code to create getFallThrough method in MachineBasicBlock. by Jan Sjodin · 8 years ago
  65. 4313059 MachineRegionInfo: Fix pass initialization by Matthias Braun · 9 years ago
  66. 4d35f9e Address post-commit comments for https://reviews.llvm.org/D29596. NFCI. by Taewook Oh · 9 years ago
  67. 06a2128 Make MachineBasicBlock::updateTerminator to update DebugLoc as well by Taewook Oh · 9 years ago
  68. 6ec3e3a [AMDGPU] Prevent spills before exec mask is restored by Stanislav Mekhanoshin · 9 years ago
  69. 1172332 CodeGen: Assert that liveness is up to date when reading block live-ins. by Matthias Braun · 9 years ago
  70. 1819830 BranchRelaxation: Recompute live-ins when splitting a block by Matthias Braun · 9 years ago
  71. ea9f8ce Implement LaneBitmask::any(), use it to replace !none(), NFCI by Krzysztof Parzyszek · 9 years ago
  72. 3c8b8c9 [codegen] Add generic functions to skip debug values. by Florian Hahn · 9 years ago
  73. 91b5cf8 Extract LaneBitmask into a separate type by Krzysztof Parzyszek · 9 years ago
  74. 36d33fc Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC) by Mehdi Amini · 9 years ago
  75. 830a8c1 Place the lowered phi instruction(s) before the DEBUG_VALUE entry by Keith Walker · 9 years ago
  76. 1b9fc8e Finish renaming remaining analyzeBranch functions by Matt Arsenault · 9 years ago
  77. e8e0f5c Make analyzeBranch family of instruction names consistent by Matt Arsenault · 9 years ago
  78. cc9edac CodeGen: Turn on sentinel tracking for MachineInstr iterators by Duncan P. N. Exon Smith · 9 years ago
  79. 73b8dbd CodeGen: Fixup for r280128, since GCC isn't as permissive as Clang by Duncan P. N. Exon Smith · 9 years ago
  80. f947c3a ADT: Split ilist_node_traits into alloc and callback, NFC by Duncan P. N. Exon Smith · 9 years ago
  81. b7668d5 ADT: Guarantee transferNodesFromList is only called on transfers by Duncan P. N. Exon Smith · 9 years ago
  82. 41cf73c CodeGen: Don't dereference end() in MachineBasicBlock::CorrectExtraCFGEdges by Duncan P. N. Exon Smith · 9 years ago
  83. 4253126 Use the range variant of find/find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  84. 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  85. 71c30a1 Rename AnalyzeBranch* to analyzeBranch*. by Jacques Pienaar · 9 years ago
  86. b71b2f6 [MBB] add a missing corner case in UpdateTerminator() by Haicheng Wu · 9 years ago
  87. d26fdc8 CodeGen: Use MachineInstr& in LiveVariables API, NFC by Duncan P. N. Exon Smith · 9 years ago
  88. dca7651 [MBB] Early exit to reduce indentation, per coding guidelines. NFC. by Chad Rosier · 9 years ago
  89. 0e881d6 MachineFunction: Add a const modifier to print() parameter by Matthias Braun · 9 years ago
  90. 08e7999 [MachineBasicBlock] Take advantage of the partially dead information. by Quentin Colombet · 9 years ago
  91. dd21523 [WinEH] Update SplitAnalysis::computeLastSplitPoint to cope with multiple EH successors by David Majnemer · 9 years ago
  92. 23341a8 [MachineBasicBlock] Make the pass argument truly mandatory when splitting edges. by Quentin Colombet · 9 years ago
  93. 77e1878 [MachineBasicBlock] Refactor SplitCriticalEdge to expose a query API. by Quentin Colombet · 9 years ago
  94. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  95. f9ab416 WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC by Duncan P. N. Exon Smith · 10 years ago
  96. 3ac9cc6 CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC by Duncan P. N. Exon Smith · 10 years ago
  97. 6307eb5 CodeGen: TII: Take MachineInstr& in predicate API, NFC by Duncan P. N. Exon Smith · 10 years ago
  98. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  99. 1238610 Remove extra whitespace. NFC. by Junmo Park · 10 years ago
  100. c00e65a Fix a type issue in r255455. Should not use unsigned type as std::abs()'s template type. by Cong Hou · 10 years ago