summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/DeadArgElim
Commit message (Expand)AuthorAgeFilesLines
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-282-4/+4
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-032-2/+2
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-312-10/+10
* DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith2015-07-241-9/+9
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-4/+4
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-292-51/+51
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-167-16/+16
* DebugInfo: Add missing !dbg attachments to intrinsicsDuncan P. N. Exon Smith2015-04-151-9/+9
* DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith2015-03-271-1/+1
* Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith2015-03-151-9/+9
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-1/+1
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-032-36/+36
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-274-5/+5
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-1/+1
* DeadArgElim: aggregate Return assessment properly.Tim Northover2015-02-111-0/+30
* DeadArgElim: arguments affect all returned sub-values by default.Tim Northover2015-02-101-0/+17
* DeadArgElim: fix mismatch in accounting of array return types.Tim Northover2015-02-091-1/+45
* DeadArgElim: assess uses of entire return value aggregate.Tim Northover2015-02-091-0/+71
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-142-8/+8
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-152-62/+62
* DebugInfo+DeadArgElimination: Ensure llvm::Function*s from debug info are upd...David Blaikie2014-10-071-47/+52
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-032-35/+35
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-022-35/+35
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-022-35/+35
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-11/+11
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-11/+11
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-11/+11
* musttail: Don't eliminate varargs packs if there is a forwarding callReid Kleckner2014-08-261-6/+30
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-091-1/+1
* Fix broken CHECK linesNico Rieck2014-02-161-1/+1
* inalloca: Don't remove dead arguments in the presence of inalloca argsReid Kleckner2014-02-031-0/+16
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-222-0/+4
* Fix a bug in Dead Argument Elimination.Shuxin Yang2013-10-091-0/+21
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-081-1/+1
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-1/+1
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-262-3/+3
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-2/+2
* 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
OpenPOWER on IntegriCloud