summaryrefslogtreecommitdiff
path: root/test/Transforms/IPConstantProp
AgeCommit message (Expand)Author
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
2008-06-18temporarily revert this testcase since its patch was reverted.Chris Lattner
2008-06-17Learn IPConstProp to look at individual return values and propagate themMatthijs Kooijman
2008-06-09Fix PR2411, where ip constant prop would propagate theChris Lattner
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-03-11Handle multiple ret values.Devang Patel
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-01-13For PR1043:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-12-01fix incorrectly translated testcaseChris Lattner