aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadArgElim
Commit message (Expand)AuthorAgeFilesLines
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-3/+3
* Remove unused field in DICompileUnitDavid Blaikie2013-03-201-1/+1
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-1/+2
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-131-1/+1
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-131-1/+1
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-121-1/+1
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-121-1/+1
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-222-4/+5
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-203-5/+12
* FileCheck-ize the tests.Bill Wendling2013-02-111-11/+9
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-021-5/+3
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-011-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Fix PR14016.Alexey Samsonov2012-10-091-0/+64
* 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-5/+5
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-2/+2
* Update some tests to the new EH scheme.Bill Wendling2011-09-011-0/+6
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-1/+1
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+1
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-2/+2
* Fix grammar in test.Nick Lewycky2011-05-221-1/+1
* Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers.Eli Friedman2011-03-011-0/+13
* Teach DAE to look for functions whose arguments are unused, and change all ca...Anders Carlsson2011-01-161-1/+27
* Preserve debug info attached with call instruction while eliminating dead arg...Devang Patel2010-04-301-0/+68
* Revert r101213.Nick Lewycky2010-04-141-0/+1
* Commit testcase for r101213.Nick Lewycky2010-04-141-0/+12
* add newlines at the end of files.Chris Lattner2010-04-071-1/+1
* Speculatively revert r94322 to see if it fixes darwin selfhost buildbot.Nick Lewycky2010-01-231-12/+0
* Teach DAE that even though it can't modify the function signature of anNick Lewycky2010-01-231-0/+12
* Delete useless trailing semicolons.Dan Gohman2010-01-051-2/+2
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1114-16/+16
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-0812-14/+14
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0814-16/+16
* aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D...Chris Lattner2009-03-181-0/+11
* Fix PR3807 by inserting 'insertelement' instructions in the normal dest of Chris Lattner2009-03-181-0/+15
* adjust test to make it more robustChris Lattner2009-03-011-2/+4
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-291-2/+2
* Un-XFAIL multdeadretval, since instcombine now properly handles the mess dead...Matthijs Kooijman2008-07-161-1/+0
* XFAIL the multdeadretval test for now, I will be fixing instcombine to make i...Matthijs Kooijman2008-07-151-0/+1
* Remove a few tests which no longer hold for deadargelim (since it is nowMatthijs Kooijman2008-07-151-15/+7
* Add a testcase for the canonicalizations now performed by deadargelim.Matthijs Kooijman2008-07-151-0/+24
* Make deadargelim a bit less smart, so it doesn't choke on nested structs asMatthijs Kooijman2008-07-151-1/+14
* Fix typo.Matthijs Kooijman2008-07-151-1/+1
* Restructure dead argument elimination, try #3 :-)Matthijs Kooijman2008-07-101-2/+17
* XFAIL for now.Evan Cheng2008-06-261-0/+1
* Commit the new DeadArgElim pass again, this time with the gcc bootstrap failu...Matthijs Kooijman2008-06-243-1/+89
* This file is empty.Duncan Sands2008-06-211-0/+0
* Back out Matthijs' DAE patches. It's miscompiling gcc driver.Evan Cheng2008-06-211-39/+0