aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadArgElim
Commit message (Expand)AuthorAgeFilesLines
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-021-2/+2
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-011-2/+2
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-292-21/+24
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-251-1/+1
* add -disable-debug-info-verifier to 3 test to fix tests with pipefail.Rafael Espindola2013-07-241-1/+1
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-141-1/+1
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-1/+1
* Start using CHECK-LABEL in some tests.Stephen Lin2013-07-121-5/+5
* DeadArgumentElimination: keep return value on functions that have a live argu...Stephen Lin2013-06-301-0/+55
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-131-0/+25
* Make DeadArgumentElimination more conservative on variadic functionsTim Northover2013-06-091-0/+38
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-221-1/+1
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-191-1/+1
* PR14606: debug info imported_module supportDavid Blaikie2013-04-191-1/+1
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-9/+9
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-9/+9
* 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