1. 90ecac0 support phi ranges for machine-level IR by Bob Wilson · 8 years ago
  2. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  3. f842297 Rename LiveIntervalAnalysis.h to LiveIntervals.h by Matthias Braun · 8 years ago
  4. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  5. 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  6. 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
  7. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  8. 12bdcab [Pipeliner] Fix offset value for instrs dependent on post-inc load/stores by Krzysztof Parzyszek · 8 years ago
  9. 8f174dd [Pipeliner] Improve serialization order for post-increments by Krzysztof Parzyszek · 8 years ago
  10. fdf9bf4 CodeGen: Minor cleanups to use MachineInstr::getMF. NFC by Justin Bogner · 8 years ago
  11. 32a4056 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  12. 6b3216a Guard print() functions only used by dump() functions. by Florian Hahn · 8 years ago
  13. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  14. 1527baa CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  15. 6bdc755 Spelling mistakes in comments. NFCI. by Simon Pilgrim · 9 years ago
  16. b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
  17. fbfb19b Remove redundant conditions (PR31753). NFCI. by Simon Pilgrim · 9 years ago
  18. 3f6260c [MachinePipeliner] Remove redundant destructor. NFC. by Benjamin Kramer · 9 years ago
  19. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  20. 8839124 Add the DAG mutation interface to the software pipeliner by Krzysztof Parzyszek · 9 years ago
  21. df24da2 Fix two bugs in the pipeliner in renaming phis in the prolog and epilog by Krzysztof Parzyszek · 9 years ago
  22. 91b5cf8 Extract LaneBitmask into a separate type by Krzysztof Parzyszek · 9 years ago
  23. 3d8482a Remove redundant condition (PR28800) NFCI. by Simon Pilgrim · 9 years ago
  24. fc37155 Use MachineInstr::mop_iterator instead of MIOperands; NFC by Matthias Braun · 9 years ago
  25. 1b9fc8e Finish renaming remaining analyzeBranch functions by Matt Arsenault · 9 years ago
  26. e8e0f5c Make analyzeBranch family of instruction names consistent by Matt Arsenault · 9 years ago
  27. adbf09e [CodeGen] Split out the notions of MI invariance and MI dereferenceability. by Justin Lebar · 9 years ago
  28. d98cf00 [CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantLoad. NFC by Justin Lebar · 9 years ago
  29. 5c001c3 ADT: Give ilist<T>::reverse_iterator a handle to the current node by Duncan P. N. Exon Smith · 9 years ago
  30. 0a33a7a [CodeGen] Convert a loop to a for-each loop. NFC by Justin Lebar · 9 years ago
  31. 65b6ebc [Pipeliner] Fix an asssert due to invalid Phi in the epilog by Brendon Cahoon · 9 years ago
  32. cf56e92 Minor comment fix ("generate" --> "generates"). by Justin Lebar · 9 years ago
  33. cdc7161 Fix some Clang-tidy modernize and Include What You Use warnings. by Eugene Zelenko · 9 years ago
  34. b7d3311 Move helpers into anonymous namespaces. NFC. by Benjamin Kramer · 9 years ago
  35. 8fb181c Replace MachineInstr* with MachineInstr& in TargetInstrInfo, NFC by Krzysztof Parzyszek · 9 years ago
  36. b39236b Fixed (incorrectly firing) MSVC unused variable warning by Simon Pilgrim · 9 years ago
  37. 254f889 MachinePipeliner pass that implements Swing Modulo Scheduling by Brendon Cahoon · 9 years ago