summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Util/PredicateInfo
Commit message (Expand)AuthorAgeFilesLines
* [PredicateInfo] Use SmallVector instead of SmallPtrSet.Florian Hahn2019-07-252-16/+16
* [PredicateInfo] Do not process unreachable operands.Taewook Oh2019-05-151-0/+25
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-178-0/+1268
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-178-1268/+0
* [PredicateInfo] Use custom mangling to support ssa_copy with unnamed types.Florian Hahn2018-07-245-66/+102
* [PredicateInfo] Order instructions in different BBs by DFSNumIn.Florian Hahn2018-06-201-0/+79
* [ADT] Enable reverse iteration for DenseMapMandeep Singh Grang2017-08-242-688/+0
* PredicateInfo: Don't insert conditional info when a conditional branch jumps ...Daniel Berlin2017-06-142-0/+161
* Introduce the new feature "abi-breaking-checks" to satisfy -reverse-iterate i...NAKAMURA Takumi2017-06-072-2/+2
* [PredicateInfo] Enable -reverse-iterate tests only for +Asserts buildsMandeep Singh Grang2017-06-014-2/+688
* [PredicateInfo] Fix non-determinism in codegen uncovered by reverse iterating...Mandeep Singh Grang2017-06-012-16/+18
* PredicateInfo: Support switch statementsDaniel Berlin2017-02-222-5/+13
* PredicateInfo: Clean up predicate info a little, using insertionDaniel Berlin2017-02-182-8/+15
* PredicateInfo: Handle critical edgesDaniel Berlin2017-02-124-42/+351
* Add PredicateInfo utility and printing passDaniel Berlin2017-02-072-0/+668
OpenPOWER on IntegriCloud