aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/PhaseOrdering
AgeCommit message (Expand)Author
2018-05-09[PhaseOrdering] remove stale comments; NFCSanjay Patel
2018-05-09[AggressiveInstCombine] convert a chain of 'and-shift' bits into masked compareSanjay Patel
2018-05-01[AggressiveInstCombine] convert a chain of 'or-shift' bits into masked compareSanjay Patel
2018-05-01[PhaseOrdering] add tests for bittest patterns from bitfields; NFCSanjay Patel
2018-02-14Adding a width of the GEP index to the Data Layout.Elena Demikhovsky
2017-12-14[SimplifyCFG] don't sink common insts too soon (PR34603)Sanjay Patel
2017-11-15[PassManager, SimplifyCFG] add test for PR34603 / D38566; NFCSanjay Patel
2017-11-15[(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PMSanjay Patel
2017-11-06[PassManager, SimplifyCFG] Revert r316908 and r316869.David L. Jones
2017-10-30[PassManager, SimplifyCFG] add test for PR34603 / D38566; NFCSanjay Patel
2017-10-29[(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PMSanjay Patel
2017-10-23[PassManager] add test to show the new PM uses -latesimplifycfg early; NFCSanjay Patel
2017-04-18Make globalaa-retained.ll test catching more cases.Nikolai Bozhenov
2016-05-03Mark that SpeculativeExecution preserves Globals Alias Analysis.Kristof Beyls
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2013-04-19Revert 179826. Tests were worthless.Jakub Staszak
2013-04-19Don't run expensive -O2 and -O3 in tests.Jakub Staszak
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-09-29Add test case for r164850.Evan Cheng
2012-04-23Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen
2012-04-20Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen
2012-04-19Defer some shl transforms to DAGCombine.Jakob Stoklund Olesen
2012-04-19Extract the broken part of XFAILed test into its own file.Jakob Stoklund Olesen
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-08-19Add file.Eric Christopher
2011-06-06This directory was missing the dg.exp to cause the tests to run. Some time sinceNick Lewycky
2011-04-28final step needed to resolve PR6627, which allows us to flatten the code down toChris Lattner
2011-04-26make a couple of changes to the standard pass pipeline:Chris Lattner