aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ArgumentPromotion
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0915-55/+56
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-233-20/+21
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-024-9/+101
* Update LLVM for rebase to r212749.Stephen Hines2014-07-214-44/+80
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-242-0/+69
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-151-0/+52
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* 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
* For PR950:Reid Spencer2006-12-311-1/+1
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-026-6/+6
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-231-2/+2
* xfail this for nowChris Lattner2006-09-151-2/+2
* Make this testcase actually recursive. I accidentally committed the wrong co...Owen Anderson2006-09-021-1/+2
* Make ArgumentPromotion handle recursive functions that pass pointers in their...Owen Anderson2006-09-021-0/+16
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3