Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-02-01 | Add LoopUtils class to gather some loop transformation support. | Victor Lomuller | 1 | -0/+22 |
2018-01-12 | Adding ostream operators for IR structures | Alan Baker | 1 | -0/+13 |
2018-01-09 | Rewriting dead branch elimination. | Alan Baker | 1 | -1/+10 |
2018-01-05 | Linker code cleanups | Pierre Moreau | 1 | -1/+1 |
2017-11-27 | Re-format source tree - NFC. | Diego Novillo | 1 | -2/+2 |
2017-11-20 | Adding an unique id to Instruction generated by IRContext | Alan Baker | 1 | -6/+9 |
2017-11-02 | Add a new class opt::CFG to represent the CFG for the module. | Diego Novillo | 1 | -8/+42 |
2017-10-20 | Change BasicBlock to use InstructionList to hold instructions. | Steven Perron | 1 | -6/+5 |
2017-10-06 | Implement Linker (module combiner) | Pierre Moreau | 1 | -0/+11 |
2017-09-01 | BasicBlock: add ctail, GetMergeInst, GetLoopMergeInst | David Neto | 1 | -0/+48 |
2017-08-30 | DeadBranchElim: Fix dead block detection to ignore backedges | GregF | 1 | -0/+13 |
2017-03-29 | Add exhaustive function call inlining to spirv-opt | Greg Fischer | 1 | -0/+42 |