summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PhaseOrdering
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] canonicalize raw IR rotate patterns to funnel shiftSanjay Patel2019-01-011-6/+4
* [AggressiveInstCombine] convert rotate with guard branch into funnel shift (P...Sanjay Patel2018-12-171-11/+2
* [PhaseOrdering] add test for funnel shift (rotate); NFCSanjay Patel2018-12-121-0/+49
* [PhaseOrdering] remove stale comments; NFCSanjay Patel2018-05-091-4/+0
* [AggressiveInstCombine] convert a chain of 'and-shift' bits into masked compareSanjay Patel2018-05-091-17/+8
* [AggressiveInstCombine] convert a chain of 'or-shift' bits into masked compareSanjay Patel2018-05-011-17/+8
* [PhaseOrdering] add tests for bittest patterns from bitfields; NFCSanjay Patel2018-05-011-0/+152
* Adding a width of the GEP index to the Data Layout.Elena Demikhovsky2018-02-141-0/+67
* [SimplifyCFG] don't sink common insts too soon (PR34603)Sanjay Patel2017-12-141-4/+2
* [PassManager, SimplifyCFG] add test for PR34603 / D38566; NFCSanjay Patel2017-11-151-0/+40
* [(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PMSanjay Patel2017-11-151-54/+25
* [PassManager, SimplifyCFG] Revert r316908 and r316869.David L. Jones2017-11-061-66/+55
* [PassManager, SimplifyCFG] add test for PR34603 / D38566; NFCSanjay Patel2017-10-301-1/+41
* [(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PMSanjay Patel2017-10-291-54/+25
* [PassManager] add test to show the new PM uses -latesimplifycfg early; NFCSanjay Patel2017-10-231-0/+95
* Make globalaa-retained.ll test catching more cases.Nikolai Bozhenov2017-04-181-3/+43
* Mark that SpeculativeExecution preserves Globals Alias Analysis.Kristof Beyls2016-05-031-0/+26
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-132-3/+3
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-274-39/+39
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-274-17/+17
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-142-4/+4
* Revert 179826. Tests were worthless.Jakub Staszak2013-04-191-1/+1
* Don't run expensive -O2 and -O3 in tests.Jakub Staszak2013-04-191-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-305-5/+5
* Add test case for r164850.Evan Cheng2012-09-291-0/+106
* Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen2012-04-232-0/+91
* Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen2012-04-202-91/+0
* Defer some shl transforms to DAGCombine.Jakob Stoklund Olesen2012-04-192-0/+91
* Extract the broken part of XFAILed test into its own file.Jakob Stoklund Olesen2012-04-192-94/+93
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Add file.Eric Christopher2011-08-191-0/+162
* This directory was missing the dg.exp to cause the tests to run. Some time sinceNick Lewycky2011-06-062-0/+4
* final step needed to resolve PR6627, which allows us to flatten the code down toChris Lattner2011-04-281-1/+45
* make a couple of changes to the standard pass pipeline:Chris Lattner2011-04-261-0/+73
OpenPOWER on IntegriCloud