summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ArgumentPromotion
Commit message (Expand)AuthorAgeFilesLines
* Update some EH tests that were violating the new EH model.Bill Wendling2013-03-211-3/+5
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-221-2/+2
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-201-1/+3
* FileCheck-ize the tests.Bill Wendling2013-02-111-7/+9
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-023-3/+3
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* fix PR8932, a case where arg promotion could infinitely promote.Chris Lattner2011-01-161-0/+21
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* Fix rdar://7879828 - crash in CallGraph, a self host issue.Chris Lattner2010-04-201-0/+38
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-035-0/+5
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1114-14/+14
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-0810-10/+10
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0814-14/+14
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-011-0/+23
* Fix typo.Owen Anderson2009-04-231-2/+1
* Testcase for PR3085.Owen Anderson2009-04-231-0/+1945
* Update the callgraph correctly in ArgumentPromotion.Duncan Sands2008-09-082-0/+37
* Restructure ArgumentPromotion a bit. Instead of just having a single booleanMatthijs Kooijman2008-07-291-0/+25
* Fix two more not-grep tests that were missing llvm-dis.Dan Gohman2008-06-091-1/+1
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Update old-style syntax in some "not grep" tests.Dan Gohman2008-05-011-1/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-015-73/+72
* Don't drop function/call return attributes like 'nounwind'.Duncan Sands2008-02-011-0/+15
* Fix arg promotion to propagate the correct attrs on the calls toChris Lattner2008-01-171-0/+25
* add a test to ensure that argpromote of one argument doesn't Chris Lattner2008-01-151-0/+26
* Teach argpromote to ruthlessly hack small byval structs when it canChris Lattner2008-01-111-0/+24
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* this test is now in Target/README.txtChris Lattner2007-05-051-17/+0
* PR1319:Reid Spencer2007-04-153-4/+6
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-178-0/+123
OpenPOWER on IntegriCloud