aboutsummaryrefslogtreecommitdiff
path: root/test/opt/def_use_test.cpp
AgeCommit message (Expand)Author
2019-01-29Remove use of deprecated googletest macro (#2286)Steven Perron
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-07-11Move tests into namespaces (#1689)dan sinclair
2018-07-10Cleanup whitespace lint warnings. (#1690)dan sinclair
2018-07-09Move the ir namespace to opt. (#1680)dan sinclair
2018-02-22Preserve analysies in the simplification passSteven Perron
2017-12-21Store all enabled capabilities in the feature manger.Steven Perron
2017-12-04Change IRContext::KillInst to delete instructions.Steven Perron
2017-11-27Re-format source tree - NFC.Diego Novillo
2017-11-23Adding new def -> use mapping containerAlan Baker
2017-11-20Adding an unique id to Instruction generated by IRContextAlan Baker
2017-11-13Add analysis to compute mappings between instructions and basic blocks.Diego Novillo
2017-11-08Add the IRContext (part 2): Add def-use managerSteven Perron
2016-11-07Renaming test files to comply with Google style guide.Lei Zhang