summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Formatting fixups.Eric Christopher2014-02-261-2/+2
* DwarfDebug: Avoid emitting an empty debug_aranges section when aranges are di...David Blaikie2014-02-251-1/+2
* Address review comments for r202188.Adrian Prantl2014-02-251-18/+2
* Debug info: Support variadic functions.Adrian Prantl2014-02-251-8/+24
* Revert "Debug info: Support variadic functions."Adrian Prantl2014-02-251-11/+1
* Debug info: Support variadic functions.Adrian Prantl2014-02-251-1/+11
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-221-1/+2
* DebugInfo: Remove the empty macinfo section.David Blaikie2014-02-211-3/+0
* Add support for hashing attributes with DW_FORM_block. This requiredEric Christopher2014-02-201-1/+1
* DebugInfo: Deduplicate entries in the fission address tableDavid Blaikie2014-02-151-11/+9
* DwarfDebug: Remove dead code.David Blaikie2014-02-151-7/+3
* DebugInfo: Implement DW_AT_stmt_list for type unitsDavid Blaikie2014-02-141-2/+7
* DwarfUnit: Refactor out DW_AT_stmt_list creation into common function for fis...David Blaikie2014-02-141-30/+2
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-141-3/+0
* Revert "DebugInfo: Don't include the name of the CU file in the line table fi...Eric Christopher2014-02-141-0/+3
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-141-3/+0
* Disable emission of aranges by default and add a command lineEric Christopher2014-02-141-1/+7
* [PR18809] Revert r201187, "DebugInfo: Don't include the name of the CU file i...NAKAMURA Takumi2014-02-131-0/+3
* Fix some formatting in my last commit (r201196)David Blaikie2014-02-121-4/+4
* DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeU...David Blaikie2014-02-121-8/+8
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-111-3/+0
* DebugInfo: Use existing symbol rather than creating it again.David Blaikie2014-02-111-1/+1
* Remove some prototype code accidentally committed in r201043David Blaikie2014-02-101-1/+0
* Fix formatting introduced in r200941David Blaikie2014-02-091-0/+1
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-7/+6
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie2014-02-041-4/+2
* DebugInfo: Flag type unit references as declarationsDavid Blaikie2014-01-311-0/+5
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-301-25/+1
* Move range handling for a function to endFunction rather thanEric Christopher2014-01-291-5/+5
* If we use DW_AT_ranges we need to specify a base address that rangesEric Christopher2014-01-291-2/+8
* Turn on CU ranges if we've got multiple compile units in the sameEric Christopher2014-01-291-4/+6
* Make the compile unit map a MapVector so that we can assume a stableEric Christopher2014-01-291-2/+3
* Fix formatting of comment.Eric Christopher2014-01-291-4/+2
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-291-1/+25
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-281-25/+1
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-281-1/+8
* Reformat slightly.Eric Christopher2014-01-271-5/+1
* Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"Eric Christopher2014-01-241-13/+3
* Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for aEric Christopher2014-01-241-3/+13
* Make the use of DW_AT_ranges in the compile unit depend also uponEric Christopher2014-01-231-5/+8
* Fix a DenseMap iterator invalidation bug causing lots of crashes whenChandler Carruth2014-01-201-31/+35
* Make sure we emit a relocation to the debug_ranges section in theEric Christopher2014-01-151-3/+6
* Enable use of ranges for translation units in the presence ofEric Christopher2014-01-141-5/+7
* Revert r198979 - accidental commit.Eric Christopher2014-01-111-5/+5
* Reformat.Eric Christopher2014-01-111-5/+3
* Update function name and add some helpful comments.Eric Christopher2014-01-111-3/+4
* Revert "Revert r198851, "Prototype of skeleton type units for fission""David Blaikie2014-01-101-3/+20
* Revert r198851, "Prototype of skeleton type units for fission"NAKAMURA Takumi2014-01-091-19/+3
* Prototype of skeleton type units for fissionDavid Blaikie2014-01-091-3/+19
* DwarfDebug: Refactor out common skeleton construction code to be reused for t...David Blaikie2014-01-091-17/+22
OpenPOWER on IntegriCloud