summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
...
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-3/+0
* Drop debug info for DISubprograms that are not referenced by anythingAdrian Prantl2016-04-091-3/+0
* Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-241-17/+0
* Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-241-0/+17
* Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...Benjamin Kramer2016-03-141-17/+0
* Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-141-0/+17
* Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...Hans Wennborg2016-02-231-17/+0
* Supporting all entities declared in lexical scope in LLVM debug info.Amjad Aboud2016-02-231-0/+17
* DbgVariable: Add an accessor for the common case of a single expressionAdrian Prantl2016-02-171-0/+4
* DwarfDebug: emit type units immediately.Peter Collingbourne2016-02-111-5/+5
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-101-56/+2
* Improved macro emission in dwarf.Amjad Aboud2016-02-011-5/+3
* Fixed few comments.Amjad Aboud2016-01-241-1/+1
* Added support for macro emission in dwarf (supporting DWARF version 4).Amjad Aboud2016-01-071-4/+12
* Set debugger tuning from TargetOptions (NFC)Paul Robinson2015-12-161-24/+1
* Erase unused FunctionDIs variables after r252219.Yaron Keren2015-11-071-2/+0
* Move imported entities into DwarfCompilationUnit to speed up LTO linking.Ivan Krasin2015-10-261-13/+0
* [AsmPrinter] Prune dead code. NFC.Benjamin Kramer2015-10-151-41/+0
* Remove 'const' from some ArrayRefs. ArrayRefs are already immutable. NFCCraig Topper2015-09-281-2/+2
* Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE.Paul Robinson2015-08-111-0/+6
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-1/+2
* Add a "debugger tuning" concept that allows us to fine-tune how wePaul Robinson2015-07-151-1/+36
* Debug Info: Add basic support for external types references.Adrian Prantl2015-07-151-0/+3
* Service the doxygen comments in DwarfUnit and DwarfDebug.Adrian Prantl2015-07-131-111/+114
* Revert "[DWARF] Fix debug info generation for function static variables, type...David Blaikie2015-07-011-8/+9
* [DWARF] Fix debug info generation for function static variables, typedefs, an...Michael Kuperstein2015-07-011-9/+8
* AsmPrinter: Rewrite initialization of DbgVariable, NFCDuncan P. N. Exon Smith2015-06-211-43/+65
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+2
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-21/+21
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-17/+19
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-3/+3
* DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith2015-04-201-2/+3
* DebugInfo: Remove DITypeDuncan P. N. Exon Smith2015-04-201-1/+1
* DebugInfo: Remove DIDescriptor from the DebugInfo APIDuncan P. N. Exon Smith2015-04-171-1/+1
* AsmPrinter: Create a unified .debug_loc streamDuncan P. N. Exon Smith2015-04-171-17/+14
* Remove dead code, NFCDuncan P. N. Exon Smith2015-04-171-8/+0
* AsmPrinter: Simplify logic for debug info intrinsics' !dbg attachmentsDuncan P. N. Exon Smith2015-04-161-4/+1
* DebugInfo: DIRef<> => TypedDebugNodeRef<>Duncan P. N. Exon Smith2015-04-161-4/+1
* DebugInfo: Gut DIType and subclassesDuncan P. N. Exon Smith2015-04-161-2/+2
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-10/+21
* DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith2015-04-141-4/+4
* DebugInfo: Gut DIExpressionDuncan P. N. Exon Smith2015-04-141-4/+4
* DebugInfo: Remove DITypedArray<>, replace with typedefsDuncan P. N. Exon Smith2015-04-071-0/+3
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-1/+1
* DebugInfo: Remove DIDescriptor::Verify()Duncan P. N. Exon Smith2015-04-061-1/+0
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-9/+0
* Remove dead code. NFC.Rafael Espindola2015-03-171-4/+0
* IR: Take advantage of -verify checks for MDExpressionDuncan P. N. Exon Smith2015-03-161-1/+2
* Print section start labels when first switching to the section.Rafael Espindola2015-03-111-3/+0
OpenPOWER on IntegriCloud