summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/dbg-value-inlined-parameter.ll
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith2015-03-271-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-2/+2
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-25/+25
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-2/+2
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-11/+11
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-45/+45
* [dwarfdump] Resolve also variable specifications/abstract_origins.Frederic Riss2014-10-101-6/+6
* [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.Frederic Riss2014-10-061-3/+3
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-24/+24
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-24/+24
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-24/+24
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-5/+5
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-5/+5
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-5/+5
* DebugInfo: Assert that any CU for which debug_loc lists are emitted, has at l...David Blaikie2014-08-061-1/+1
* DebugInfo: Reference abstract definitions from variables in concrete definiti...David Blaikie2014-06-131-6/+4
* DebugInfo: Refactor some tests to allow DW_AT_name to not be the first attrib...David Blaikie2014-06-131-6/+12
* Fix typosAlp Toker2014-05-311-1/+1
* DebugInfo: Create abstract function definitions even when concrete definition...David Blaikie2014-05-271-9/+12
* DebugInfo: Lazily attach definition attributes to definitions.David Blaikie2014-05-271-2/+2
* DebugInfo: Fix argument ordering in test by adding argument numbering.David Blaikie2014-05-271-5/+19
* DebugInfo: Generalize some tests to handle variations in attribute ordering.David Blaikie2014-05-231-1/+1
* Remove unnecessary test for Darwin and update testcase to be a little lessAdrian Prantl2014-03-071-2/+1
* DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlined functionsDavid Blaikie2014-03-071-2/+3
* DebugInfo: Update test to cover linux (with a FIXME...) tooDavid Blaikie2014-03-071-6/+10
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie2014-02-041-1/+2
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-221-0/+2
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-5/+5
* Debug Info Testing: Updated to use null instead of "i32 0" for containing-typeManman Ren2013-09-061-3/+3
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-3/+3
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-291-1/+1
* Update testing cases to pass debug info verifier.Manman Ren2013-07-241-3/+3
* Debug Info: enable verifying by default and disable testing cases that fail.Manman Ren2013-07-191-2/+2
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-201-2/+3
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-05-021-8/+4
* 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-16/+16
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-16/+16
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-221-2/+2
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-211-2/+2
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-2/+2
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-201-1/+1
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-201-1/+1
* Remove unused field in DICompileUnitDavid Blaikie2013-03-201-1/+1
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-201-6/+6
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-191-10/+10
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-4/+5
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-131-1/+1
OpenPOWER on IntegriCloud