aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/IPConstantProp
AgeCommit message (Expand)Author
2018-08-23Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...Florian Hahn
2018-07-25Revert r337904: [IPSCCP] Use PredicateInfo to propagate facts from cmp instru...Florian Hahn
2018-07-25Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...Florian Hahn
2018-07-17[IPSCCP] Run Solve each time we resolved an undef in a function.Florian Hahn
2018-07-09llvm: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta
2018-06-21Revert r335206 "Recommit r333268: [IPSCCP] Use PredicateInfo to propagate fac...Francis Visoiu Mistrih
2018-06-21Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...Florian Hahn
2018-06-01Revert r333740: IPSCCP] Use PredicateInfo to propagate facts from cmp.Florian Hahn
2018-06-01Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...Florian Hahn
2018-05-25Revert r333268: [IPSCCP] Use PredicateInfo to propagate facts from...Florian Hahn
2018-05-25[IPSCCP] Use PredicateInfo to propagate facts from cmp instructions.Florian Hahn
2018-03-01[IPSCCP] do not break musttail invariant (PR36485)Reid Kleckner
2018-01-09[IPSCCP] Remove calls without side effectsChris Bieneman
2017-02-04[IPCP] Don't propagate return value for naked functions.Davide Italiano
2017-02-02[IPSCCP] Restore the old behaviour (pre r293799).Davide Italiano
2017-02-01[SCCP] Make sure we get this case right without noinline.Davide Italiano
2017-02-01[IPSCCP] Don't propagate return values of functions marked as noinline.Davide Italiano
2017-02-01[IPSCCP] Teach how to not propagate return values of naked functions.Davide Italiano
2016-05-05[PM] Port Interprocedural SCCP to the new pass manager.Davide Italiano
2016-05-04[ConstantFold] Don't try to strip fp -> int bitcasts to simplify icmpsHal Finkel
2016-04-08Don't IPO over functions that can be de-refinedSanjoy Das
2016-01-07[SCCP] Don't violate the lattice invariantsDavid Majnemer
2016-01-07[SCCP] Can't go from overdefined to constantDavid Majnemer
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-04-24Skip extra LLVM IR assemble/disassemble steps in some testsDavid Blaikie
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
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
2014-05-27No need for those tests to go thru llvm-as and/or llvm-dis.Arnaud A. de Grandmaison
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-09-01Update some tests to the new EH scheme.Bill Wendling
2011-08-15Add an ipsccp test. Migrated from test/FrontendC++.Eric Christopher
2011-06-17remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner
2010-09-02more test cleanupChris Lattner
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-11-23Fix a use of an invalidated iterator in the case where there are multipleDan Gohman
2009-11-20Fix IPSCCP's code for deleting dead blocks to tolerate outstandingDan Gohman
2009-09-24Constant propagating byval pointer is safe if function is readonly.Torok Edwin
2009-09-24Don't constant propagate byval pointers, since they are not really pointers, butTorok Edwin
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-06-19Modify some ipconstprop tests to also test with invokes.Matthijs Kooijman
2008-06-18Reapply r52397 (make IPConstProp promote returned arguments), but fixed thisMatthijs Kooijman
2008-06-18Reapply r52396, it was unrelated to the breakage (that was caused by r52397, myMatthijs Kooijman