Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen] Convert a loop to a for-each loop. NFC | Justin Lebar | 2016-08-23 | 1 | -7/+5 |
* | [Pipeliner] Fix an asssert due to invalid Phi in the epilog | Brendon Cahoon | 2016-08-16 | 1 | -2/+1 |
* | Minor comment fix ("generate" --> "generates"). | Justin Lebar | 2016-08-12 | 1 | -1/+1 |
* | Fix some Clang-tidy modernize and Include What You Use warnings. | Eugene Zelenko | 2016-08-11 | 1 | -16/+42 |
* | Move helpers into anonymous namespaces. NFC. | Benjamin Kramer | 2016-08-06 | 1 | -2/+3 |
* | Replace MachineInstr* with MachineInstr& in TargetInstrInfo, NFC | Krzysztof Parzyszek | 2016-08-01 | 1 | -9/+9 |
* | Fixed (incorrectly firing) MSVC unused variable warning | Simon Pilgrim | 2016-07-29 | 1 | -2/+1 |
* | MachinePipeliner pass that implements Swing Modulo Scheduling | Brendon Cahoon | 2016-07-29 | 1 | -0/+3943 |