summaryrefslogtreecommitdiff
path: root/test/Transforms/DeadArgElim
Commit message (Expand)AuthorAge
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-13
* Make DeadArgumentElimination more conservative on variadic functionsTim Northover2013-06-09
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Remove unused field in DISubprogramDavid Blaikie2013-03-21
* Remove unused field in DICompileUnitDavid Blaikie2013-03-20
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-17
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-13
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-13
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-12
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-12
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* FileCheck-ize the tests.Bill Wendling2013-02-11
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-02
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Fix PR14016.Alexey Samsonov2012-10-09
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Update some tests to the new EH scheme.Bill Wendling2011-09-01
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Fix grammar in test.Nick Lewycky2011-05-22
* Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers.Eli Friedman2011-03-01
* Teach DAE to look for functions whose arguments are unused, and change all ca...Anders Carlsson2011-01-16
* Preserve debug info attached with call instruction while eliminating dead arg...Devang Patel2010-04-30
* Revert r101213.Nick Lewycky2010-04-14
* Commit testcase for r101213.Nick Lewycky2010-04-14
* add newlines at the end of files.Chris Lattner2010-04-07
* Speculatively revert r94322 to see if it fixes darwin selfhost buildbot.Nick Lewycky2010-01-23
* Teach DAE that even though it can't modify the function signature of anNick Lewycky2010-01-23
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D...Chris Lattner2009-03-18
* Fix PR3807 by inserting 'insertelement' instructions in the normal dest of Chris Lattner2009-03-18
* adjust test to make it more robustChris Lattner2009-03-01
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-29
* Un-XFAIL multdeadretval, since instcombine now properly handles the mess dead...Matthijs Kooijman2008-07-16
* XFAIL the multdeadretval test for now, I will be fixing instcombine to make i...Matthijs Kooijman2008-07-15
* Remove a few tests which no longer hold for deadargelim (since it is nowMatthijs Kooijman2008-07-15
* Add a testcase for the canonicalizations now performed by deadargelim.Matthijs Kooijman2008-07-15