Loop invariant code motion initial implementation
[platform/upstream/SPIRV-Tools.git] / source / opt / cfg.cpp
2018-02-09 Alexander JohnstonLoop invariant code motion initial implementation
2018-02-08 Steven PerronMake use of the instruction folder.
2018-02-02 David NetoDisambiguate between const and nonconst ForEachSuccesso...
2018-02-01 Victor LomullerAdd LoopUtils class to gather some loop transformation...
2018-01-18 Victor LomullerCFG: force the creation of a predecessor entry for...
2017-12-21 Steven PerronStore all enabled capabilities in the feature manger.
2017-11-27 Diego NovilloRe-format source tree - NFC.
2017-11-20 Alan BakerAdding an unique id to Instruction generated by IRContext
2017-11-02 Diego NovilloMove class CFG from namespace opt to namespace ir.
2017-11-02 Diego NovilloAdd a new class opt::CFG to represent the CFG for the...