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