summaryrefslogtreecommitdiff
path: root/test/Analysis/RegionInfo
AgeCommit message (Expand)Author
2017-08-15[Dominators] Include infinite loops in PostDominatorTreeJakub Kuderski
2017-07-29[tests] Do not emity binary bitcode to stdout in RegionInfo testsTobias Grosser
2017-03-06Fix minor typo introduce in r297014Tobias Grosser
2017-03-06New Test-Case for Region AnalysisTobias Grosser
2017-03-05New Test-Case for Region AnalysisTobias Grosser
2017-03-02Revert "Fix PR 24415 (at least), by making our post-dominator tree behavior s...Tobias Grosser
2017-02-28Fix PR 24415 (at least), by making our post-dominator tree behavior sane.Daniel Berlin
2017-01-04Add missing CHECK: line to test case added in 29097Tobias Grosser
2017-01-04RegionInfo: add new test caseTobias Grosser
2016-11-10[RegionInfo] Add three tests that include infinite loopsTobias Grosser
2016-02-25Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManage...Hongbin Zheng
2016-02-25Revert "Introduce RegionInfoAnalysis, which compute Region Tree in the new Pa...Hongbin Zheng
2016-02-25Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManage...Hongbin Zheng
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-05-03RegionInfo: Do not crash if unreachable block is foundTobias Grosser
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-04-25Make tests more useful.Benjamin Kramer
2010-08-10RegionInfo: Do not assert if a BB is not part of the dominance tree.Tobias Grosser
2010-07-22Add new RegionInfo pass.Tobias Grosser