summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IRCE
Commit message (Expand)AuthorAgeFilesLines
* [IRCE] Create llvm::Loop instances for cloned out loopsSanjoy Das2016-08-1412-16/+16
* [IRCE] Don't iterate on loops that were cloned outSanjoy Das2016-08-141-0/+25
* [IRCE] Fix test case; NFCSanjoy Das2016-08-131-1/+1
* [IRCE] Be resilient in the face of non-simplified loopsSanjoy Das2016-08-131-1/+38
* [IRCE] Preserve loop-simplify formSanjoy Das2016-08-062-4/+14
* [IRCE] Preserve DomTree and LCSSASanjoy Das2016-08-022-5/+6
* [IRCE] Don't misuse CHECK-LABEL; NFCSanjoy Das2016-07-225-30/+31
* [IRCE] Add an option to skip profitability checksSanjoy Das2016-07-221-0/+31
* [IRCE] Optimize conjunctions of range checksSanjoy Das2016-05-261-0/+99
* [IRCE] Optimize "uses" not branches; NFCISanjoy Das2016-05-232-2/+2
* [SCEV] Try to reuse existing value during SCEV expansionWei Mi2016-02-041-1/+0
* Revert r259662, which caused regressions on polly tests.Wei Mi2016-02-031-0/+1
* [SCEV] Try to reuse existing value during SCEV expansionWei Mi2016-02-031-1/+0
* [IRCE] Fix a regression introduced in r232444.Sanjoy Das2015-03-241-0/+31
* [IRCE] Re-commit tests cases.Sanjoy Das2015-03-172-0/+74
* [IRCE] Delete two tests.Sanjoy Das2015-03-172-74/+0
* [IRCE] Support half-range checks.Sanjoy Das2015-03-172-0/+74
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-278-19/+19
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-278-20/+20
* IRCE: add a test case for r230619.Sanjoy Das2015-02-261-0/+32
* IRCE: generalize to handle loops with decreasing induction variables.Sanjoy Das2015-02-264-15/+70
* IRCE: use SCEVs instead of llvm::Value's for intermediateSanjoy Das2015-02-213-14/+24
* Teach IRCE to look at branch weights when recognizing range checksSanjoy Das2015-01-275-14/+58
* Fix crashes in IRCE caused by mismatched typesSanjoy Das2015-01-221-0/+66
* Add a new pass "inductive range check elimination"Sanjoy Das2015-01-165-0/+609
* Revert r226201 (Add a new pass "inductive range check elimination")Sanjoy Das2015-01-155-609/+0
* Add a new pass "inductive range check elimination"Sanjoy Das2015-01-155-0/+609
OpenPOWER on IntegriCloud