summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/template.ll
Commit message (Expand)AuthorAgeFilesLines
* [Dwarf] Complete the list of type tags.Jonas Devlieghere2019-08-131-0/+4
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-57/+77
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-3/+3
* llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl2017-09-111-1/+1
* llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl2017-09-111-1/+1
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-2/+2
* [dwarfdump] Pretty print location expressions and location listsReid Kleckner2017-08-291-1/+1
* Renumber testcase metadata nodes after r290153.Adrian Prantl2016-12-221-51/+55
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-2/+2
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-2/+2
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-2/+2
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-2/+2
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-2/+2
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-4/+4
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-2/+2
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-5/+4
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-5/+5
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-3/+3
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-1/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-27/+27
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-25/+25
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-3/+3
* PR21875: codegen for non-type template parameters of nullptr_t typeDavid Blaikie2014-12-171-46/+50
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-37/+37
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-22/+22
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-22/+22
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-22/+22
* Add a DIELoc class to cover the DW_FORM_exprloc set of expressionsEric Christopher2014-02-161-1/+1
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie2014-02-041-1/+1
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-221-1/+2
* Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren2013-10-291-4/+4
* Add the subprogram DIEs to the context they're created with onlyEric Christopher2013-10-171-50/+47
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-5/+5
* Use DW_FORM_sdata for signed constant values and udata on occasionEric Christopher2013-08-271-3/+3
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-6/+6
* DebugInfo: Emit definitions for types with no members.David Blaikie2013-08-011-15/+33
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-24/+50
* Give the test from r181632 a target triple.David Blaikie2013-05-101-0/+84
OpenPOWER on IntegriCloud