Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-02-27 | Add loop unswitch pass. | Victor Lomuller | 1 | -0/+17 |
2018-02-07 | Make use of the instruction folder. | Steven Perron | 1 | -0/+14 |
2018-02-02 | Disambiguate between const and nonconst ForEachSuccessorLabel | David Neto | 1 | -8/+1 |
2018-02-01 | Add LoopUtils class to gather some loop transformation support. | Victor Lomuller | 1 | -0/+28 |
2017-11-28 | Convert the CFG to an on-demand analysis - NFC. | Diego Novillo | 1 | -5/+3 |
2017-11-27 | Generic value propagation engine. | Diego Novillo | 1 | -4/+4 |
2017-11-27 | Re-format source tree - NFC. | Diego Novillo | 1 | -1/+1 |
2017-11-02 | Move class CFG from namespace opt to namespace ir. | Diego Novillo | 1 | -3/+3 |
2017-11-02 | Add a new class opt::CFG to represent the CFG for the module. | Diego Novillo | 1 | -0/+110 |