summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/RegionInfo
Commit message (Expand)AuthorAgeFilesLines
* IR: Support parsing numeric block ids, and emit them in textual output.James Y Knight2019-03-2214-130/+130
* [Dominators] Include infinite loops in PostDominatorTreeJakub Kuderski2017-08-156-29/+17
* [tests] Do not emity binary bitcode to stdout in RegionInfo testsTobias Grosser2017-07-2919-19/+19
* Fix minor typo introduce in r297014Tobias Grosser2017-03-061-1/+1
* New Test-Case for Region AnalysisTobias Grosser2017-03-061-0/+39
* New Test-Case for Region AnalysisTobias Grosser2017-03-051-0/+33
* Revert "Fix PR 24415 (at least), by making our post-dominator tree behavior s...Tobias Grosser2017-03-026-23/+27
* Fix PR 24415 (at least), by making our post-dominator tree behavior sane.Daniel Berlin2017-02-286-27/+23
* Add missing CHECK: line to test case added in 29097Tobias Grosser2017-01-041-0/+1
* RegionInfo: add new test caseTobias Grosser2017-01-041-0/+42
* [RegionInfo] Add three tests that include infinite loopsTobias Grosser2016-11-103-0/+71
* Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManage...Hongbin Zheng2016-02-2518-0/+35
* Revert "Introduce RegionInfoAnalysis, which compute Region Tree in the new Pa...Hongbin Zheng2016-02-2518-35/+0
* Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManage...Hongbin Zheng2016-02-2518-0/+35
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* RegionInfo: Do not crash if unreachable block is foundTobias Grosser2013-05-031-0/+29
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-1221-4/+20
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-0821-0/+4
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-0221-60/+60
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Make tests more useful.Benjamin Kramer2011-04-251-2/+2
* RegionInfo: Do not assert if a BB is not part of the dominance tree.Tobias Grosser2010-08-101-0/+20
* Add new RegionInfo pass.Tobias Grosser2010-07-2222-0/+886
OpenPOWER on IntegriCloud