1. 611b533 [SchedModel] Fix for read advance cycles with implicit pseudo operands. by Jonas Paulsson · 7 years ago
  2. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  3. 726e12c ScheduleDAG: Cleanup dumping code; NFC by Matthias Braun · 7 years ago
  4. 7bcfeab [ScheduleDAGInstrs / buildSchedGraph] Clear subregister entries also. by Jonas Paulsson · 7 years ago
  5. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  6. 801bf7e [DebugInfo] Examine all uses of isDebugValue() for debug instructions. by Shiva Chen · 7 years ago
  7. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  8. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  9. 0d7df36 [TargetSchedule] shrink interface for init(); NFCI by Sanjay Patel · 7 years ago
  10. e92f0cf [CodeGen] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  11. 68ced40 Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print" by Francis Visoiu Mistrih · 8 years ago
  12. d65438d [CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print by Francis Visoiu Mistrih · 8 years ago
  13. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  14. c41e2f6 Recommit CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value by Yaxun Liu · 8 years ago
  15. f902ef0 Revert CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value by Yaxun Liu · 8 years ago
  16. a5315a0 CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value by Yaxun Liu · 8 years ago
  17. f842297 Rename LiveIntervalAnalysis.h to LiveIntervals.h by Matthias Braun · 8 years ago
  18. 25528d6 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  19. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  20. 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
  21. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  22. b49b015 [ScheduleDAGInstrs] fix behavior of getUnderlyingObjectsForCodeGen when no identifiable object found by Hiroshi Inoue · 8 years ago
  23. 52854dc Fix typo. by Eric Christopher · 8 years ago
  24. b9417db [StackColoring] Update AliasAnalysis information in stack coloring pass by Hiroshi Inoue · 8 years ago
  25. 0cd23f56 [CodeGen] Rename DEBUG_TYPE to match passnames by Evandro Menezes · 8 years ago
  26. e2ae001 ScheduleDAGInstrs: Fix fixupKills() adding too many kill flags. by Matthias Braun · 8 years ago
  27. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  28. 7ea6923 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  29. 868bbd4 ScheduleDAGInstrs: Fix fixupKills() by Matthias Braun · 8 years ago
  30. 93f47e5 Refactor alias check from MISched into common helper. NFC. by Eli Friedman · 9 years ago
  31. 49f0220 [MISched] Remove unused arguments. NFC. by Eli Friedman · 9 years ago
  32. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  33. c91e28a ScheduleDAGInstrs: Do not try to toggle kill flags on debug uses by Matthias Braun · 9 years ago
  34. 26e8c35 ScheduleDAGInstrs: Cleanup toggleKillFlag(); NFC by Matthias Braun · 9 years ago
  35. bd7d918 ScheduleDAGInstrs: Cleanup; NFC by Matthias Braun · 9 years ago
  36. ea9f8ce Implement LaneBitmask::any(), use it to replace !none(), NFCI by Krzysztof Parzyszek · 9 years ago
  37. 91b5cf8 Extract LaneBitmask into a separate type by Krzysztof Parzyszek · 9 years ago
  38. 4063988 ScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive; NFCI by Matthias Braun · 9 years ago
  39. 325cd2c ScheduleDAGInstrs: Add condjump deps to addSchedBarrierDeps() by Matthias Braun · 9 years ago
  40. f29b12d ScheduleDAGInstrs: Ignore dependencies of constant physregs by Matthias Braun · 9 years ago
  41. 111603f ScheduleDAGInstrs: Slightly simplify code; NFC by Matthias Braun · 9 years ago
  42. c8440dd MachineInstrBundle: Pass iterators to getBundle(Start|End); NFC by Matthias Braun · 9 years ago
  43. e7c72cd Fix machine operand traversal in ScheduleDAGInstrs::fixupKills by Krzysztof Parzyszek · 9 years ago
  44. 298e007 ScheduleDAGInstrs: Cleanup, use range based for; NFC by Matthias Braun · 9 years ago
  45. d98cf00 [CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantLoad. NFC by Justin Lebar · 9 years ago
  46. 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
  47. d6ddc7e Untabify. by NAKAMURA Takumi · 9 years ago
  48. b77911b CodeGen: Use MachineInstr& in ScheduleDAGIntrs, NFC by Duncan P. N. Exon Smith · 9 years ago
  49. 9cfc75c CodeGen: Use MachineInstr& in TargetInstrInfo, NFC by Duncan P. N. Exon Smith · 9 years ago
  50. 4c994ee ScheduleDAGInstrs: Fix memory corruption by Matthias Braun · 9 years ago
  51. 8a5b467 ScheduleDAGInstrs: Comment on why subreg defs are not seen as uses; NFC by Matthias Braun · 9 years ago
  52. e5a2f11 Fix PR26655: Bail out if all regs of an inst BUNDLE have the correct kill flag by Mandeep Singh Grang · 9 years ago
  53. a356bb7 [ScheduleDAG] Make sure to process all def operands before any use operands by Krzysztof Parzyszek · 9 years ago
  54. bc46f62 ScheduleDAGInstrs.cpp: Don't peel the iterator when it points the end. This will fix the crash in r268143. by NAKAMURA Takumi · 9 years ago
  55. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  56. 59ae854 Do not modify a cl::opt programmatically, global mutable state is evil. by Mehdi Amini · 9 years ago
  57. 6381713 [ScheduleDAGInstrs] Re-factor for based on review feedback. NFC. by Geoff Berry · 9 years ago
  58. c0739d8 [ScheduleDAGInstrs] Handle instructions with multiple MMOs by Geoff Berry · 9 years ago
  59. b472856 Fix PR26940 where compiles times regressed massively. by Chandler Carruth · 9 years ago
  60. f9ab416 WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC by Duncan P. N. Exon Smith · 10 years ago
  61. 3ac9cc6 CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC by Duncan P. N. Exon Smith · 10 years ago
  62. c5b668d Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC" by Duncan P. N. Exon Smith · 10 years ago
  63. dc0848c CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC by Duncan P. N. Exon Smith · 10 years ago
  64. 98963fe [ScheduleDAGInstrs] isUnsafeMemoryObject() removed by Jonas Paulsson · 10 years ago
  65. 2293685 [ScheduleDagInstrs] Improved comments by Jonas Paulsson · 10 years ago
  66. ac29f01 [ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten. by Jonas Paulsson · 10 years ago
  67. 8c73863 Temporarily revert "[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten." by Jonas Paulsson · 10 years ago
  68. 23f12e5 [ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten. by Jonas Paulsson · 10 years ago
  69. b46d0f9 [ScheduleDAGInstrs] Simplify logic to improve readability. NFC. by Chad Rosier · 10 years ago
  70. d4f6409 MachineScheduler: Allow independent scheduling of sub register defs by Matthias Braun · 10 years ago
  71. 5d45861 RegisterPressure: Make liveness tracking subregister aware by Matthias Braun · 10 years ago
  72. b505c76 RegisterPressure: Expose RegisterOperands API by Matthias Braun · 10 years ago
  73. 12fe227 ScheduleDAGInstrs: Bug fix for missed memory dependency. by Geoff Berry · 10 years ago
  74. b17e8b1 ScheduleDAGInstrs: Move LiveIntervals field to ScheduleDAGMI by Matthias Braun · 10 years ago
  75. 97d0ffb ScheduleDAGInstrs: Rework schedule graph builder. by Matthias Braun · 10 years ago
  76. 2fd672a Revert "ScheduleDAGInstrs: Rework schedule graph builder." by Matthias Braun · 10 years ago
  77. d35fe3d ScheduleDAGInstrs: Rework schedule graph builder. by Matthias Braun · 10 years ago
  78. 93563e7 ScheduleDAGInstrs: Remove IsPostRA flag; NFC by Matthias Braun · 10 years ago
  79. f2f1944 Revert "ScheduleDAGInstrs: Remove IsPostRA flag" by Matthias Braun · 10 years ago
  80. 7ffadd0 ScheduleDAGInstrs: Remove IsPostRA flag by Matthias Braun · 10 years ago
  81. 84921b9 Refactor: Simplify boolean conditional return statements in lib/CodeGen. by Rafael Espindola · 10 years ago
  82. 6e98cd3 CodeGen: Avoid more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  83. d9da162 Save LaneMask with livein registers by Matthias Braun · 10 years ago
  84. b2b7ef1 MachineBasicBlock: Add liveins() method returning an iterator_range by Matthias Braun · 10 years ago
  85. df005cb Fix some comment typos. by Benjamin Kramer · 10 years ago
  86. bd7287e Move most user of TargetMachine::getDataLayout to the Module one by Mehdi Amini · 10 years ago
  87. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  88. c3f49eb [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class. by Chandler Carruth · 10 years ago
  89. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  90. ac80dc7 [PM/AA] Remove the Location typedef from the AliasAnalysis class now by Chandler Carruth · 10 years ago
  91. e41e146 CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands by Matthias Braun · 10 years ago
  92. f8c028c use range-based for-loop by Sanjay Patel · 10 years ago
  93. 490aca9 use range-based for-loop; NFCI by Sanjay Patel · 10 years ago
  94. bff3a7e Remove MCInstrItineraries includes in parts that don't use them anymore by Matthias Braun · 10 years ago
  95. ee13fbe CodeGen: ignore DEBUG_VALUE nodes in KILL tagging by Saleem Abdulrasool · 10 years ago
  96. f54b73d ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not non-aliasing distinct objects by Arnold Schwaighofer · 10 years ago
  97. 300069a ScheduleDAGInstrs should toggle kill flags on bundled instrs. by Pete Cooper · 10 years ago
  98. a28d91d DataLayout is mandatory, update the API to reflect it with references. by Mehdi Amini · 11 years ago
  99. 1cdefae Rewrite MachineOperand::print and MachineInstr::print to avoid by Eric Christopher · 11 years ago
  100. afa6813 Bugfix for missed dependency from store to load in buildSchedGraph(). by Jonas Paulsson · 11 years ago