summaryrefslogtreecommitdiff
path: root/test/Transforms/DeadArgElim
Commit message (Expand)AuthorAge
* inalloca: Don't remove dead arguments in the presence of inalloca argsReid Kleckner2014-02-03
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* Fix a bug in Dead Argument Elimination.Shuxin Yang2013-10-09
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-08
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-29
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-25
* add -disable-debug-info-verifier to 3 test to fix tests with pipefail.Rafael Espindola2013-07-24
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Start using CHECK-LABEL in some tests.Stephen Lin2013-07-12
* DeadArgumentElimination: keep return value on functions that have a live argu...Stephen Lin2013-06-30
* 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