summaryrefslogtreecommitdiff
path: root/test/Transforms/ArgumentPromotion
AgeCommit message (Expand)AuthorFilesLines
2011-01-16fix PR8932, a case where arg promotion could infinitely promote.Chris Lattner1-0/+21
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman1-1/+1
2010-04-20Fix rdar://7879828 - crash in CallGraph, a self host issue.Chris Lattner1-0/+38
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks5-0/+5
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman14-14/+14
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman10-10/+10
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman14-14/+14
2009-09-01Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner1-0/+23
2009-04-23Fix typo.Owen Anderson1-2/+1
2009-04-23Testcase for PR3085.Owen Anderson1-0/+1945
2008-09-08Update the callgraph correctly in ArgumentPromotion.Duncan Sands2-0/+37
2008-07-29Restructure ArgumentPromotion a bit. Instead of just having a single booleanMatthijs Kooijman1-0/+25
2008-06-09Fix two more not-grep tests that were missing llvm-dis.Dan Gohman1-1/+1
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif1-1/+1
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif1-1/+1
2008-05-01Update old-style syntax in some "not grep" tests.Dan Gohman1-1/+1
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner5-73/+72
2008-02-01Don't drop function/call return attributes like 'nounwind'.Duncan Sands1-0/+15
2008-01-17Fix arg promotion to propagate the correct attrs on the calls toChris Lattner1-0/+25
2008-01-15add a test to ensure that argpromote of one argument doesn't Chris Lattner1-0/+26
2008-01-11Teach argpromote to ruthlessly hack small byval structs when it canChris Lattner1-0/+24
2007-06-29Convert .cvsignore filesJohn Criswell1-3/+0
2007-05-05this test is now in Target/README.txtChris Lattner1-17/+0
2007-04-15PR1319:Reid Spencer3-4/+6
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer1-1/+1
2006-12-31For PR950:Reid Spencer1-1/+1
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer6-6/+6
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer1-2/+2
2006-09-15xfail this for nowChris Lattner1-2/+2
2006-09-02Make this testcase actually recursive. I accidentally committed the wrong co...Owen Anderson1-1/+2
2006-09-02Make ArgumentPromotion handle recursive functions that pass pointers in their...Owen Anderson1-0/+16
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner1-1/+1
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer1-0/+3
2004-11-19Adding srcdir argTanya Lattner1-1/+1
2004-11-13Add a testcase we should continue to argpromoteChris Lattner1-0/+20
2004-11-13Add a testcase for a function we cannot legally promote the argument of.Chris Lattner1-0/+18
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner1-0/+3
2004-03-08New testcaseChris Lattner1-0/+21
2004-03-07New testcase for missed caseChris Lattner1-0/+17
2004-03-07New testcaseChris Lattner1-0/+24