summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Commit message (Expand)AuthorAge
* DebugInfo: Use a 64 bit type for the subrangeDavid Blaikie2014-04-03
* Adjust comments regarding non-relocated abbrev offset in debug_info.dwoDavid Blaikie2014-04-02
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* Get rid of an unnecessary use of the * and & operators.Adrian Prantl2014-03-24
* DebugInfo: Don't emit relocations to abbreviations in debug_info.dwoDavid Blaikie2014-03-24
* Remove unused parameterDavid Blaikie2014-03-24
* Reapply DW_AT_low/high_pc patch:Eric Christopher2014-03-20
* Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."Eric Christopher2014-03-20
* Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.Eric Christopher2014-03-19
* Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.Adrian Prantl2014-03-18
* DwarfDebug: Only unique retained types instead of all types.Adrian Prantl2014-03-18
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-18
* DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...David Blaikie2014-03-18
* DebugInfo: Implement debug_line.dwo for file names used in type units during ...David Blaikie2014-03-18
* DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnitDavid Blaikie2014-03-17
* Debug info: Unique types before emitting them to DWARF, where applicable.Adrian Prantl2014-03-14
* Debug Info: Fix LTO type uniquing for C++ member declarationsAdrian Prantl2014-03-14
* typoAdrian Prantl2014-03-14
* Use DW_AT_linkage_name when we're emitting DWARF4 or above.Eric Christopher2014-03-13
* When computing the size of a base type be conservative if the typeEric Christopher2014-03-12
* Use values we've already computed, update comment.Eric Christopher2014-03-12
* DebugInfo: Omit pubnames/pubtypes when compiling with -gmltDavid Blaikie2014-03-12
* DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pcDavid Blaikie2014-03-07
* DebugInfo: Shrink pubnames/pubtypes in the presence of type units by only emi...David Blaikie2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* Add a DIELocList class to handle pointers into the location list.Eric Christopher2014-03-05
* Revert r201751 and solve the const problem a different way - byEric Christopher2014-02-27
* Remove unnecessary llvm:: qualification.Eric Christopher2014-02-26
* Address review comments for r202188.Adrian Prantl2014-02-25
* Debug info: Support variadic functions.Adrian Prantl2014-02-25
* Revert "Debug info: Support variadic functions."Adrian Prantl2014-02-25
* Debug info: Support variadic functions.Adrian Prantl2014-02-25
* Make DIELoc/DIEBlock's ComputeSize method const. Add a setSizeEric Christopher2014-02-20
* Remove FIXME that had snuck in.Eric Christopher2014-02-20
* Add a DIELoc class to cover the DW_FORM_exprloc set of expressionsEric Christopher2014-02-16
* DebugInfo: Deduplicate entries in the fission address tableDavid Blaikie2014-02-15
* DebugInfo: Implement DW_AT_stmt_list for type unitsDavid Blaikie2014-02-14
* DwarfUnit: Remove unnecessarily explicit/out of line virtual dtors.David Blaikie2014-02-14
* DwarfUnit: Remove unnecessary (void)t; that was previously used to suppress -...David Blaikie2014-02-14
* DwarfUnit: Refactor out DW_AT_stmt_list creation into common function for fis...David Blaikie2014-02-14
* Reformat a few lines with clang-format.Eric Christopher2014-02-12
* 80-col.Eric Christopher2014-02-12
* Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits.Adrian Prantl2014-02-12
* DwarfUnit: Include type unit's file strings in the defining compile unit's fi...David Blaikie2014-02-12
* DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeU...David Blaikie2014-02-12
* DwarfUnit: Refactor DW_AT_file creation into a common function.David Blaikie2014-02-12
* DwarfUnit: Replace unnecessary conditionals with asserts.David Blaikie2014-02-11
* Reapply r201180 with an additional error path.Adrian Prantl2014-02-11
* Revert "Debug info: Emit values in subregisters that do not have a separate"Adrian Prantl2014-02-11
* Debug info: Emit values in subregisters that do not have a separateAdrian Prantl2014-02-11