summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/PostDominators
AgeCommit message (Expand)Author
2024-11-07Remove `br i1 undef` from some regression tests [NFC] (#115130)Lee Wei
2022-12-02Analysis: Update some tests for opaque pointersMatt Arsenault
2021-09-02[test][NewPM] Remove RUN lines using -analyzeArthur Eubanks
2020-09-15[PostDominators][NewPM] Fix tests to work under NPMArthur Eubanks
2017-08-15[Dominators] Include infinite loops in PostDominatorTreeJakub Kuderski
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
2016-02-25Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng
2016-02-25Revert "Introduce analysis pass to compute PostDominators in the new pass man...Hongbin Zheng
2016-02-25Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng
2013-08-22FileCheck-ize tests.Bill Wendling
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-04-05remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner
2010-01-16Fix PR6047Tobias Grosser
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-05-29Move these tests into the proper directory.Owen Anderson
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-04Fix PR1098 by correcting the postdominators analysis.Owen Anderson