summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...Michael Gottesman2013-09-041-21/+5
* Revert "Remove the darwin gdb option, that version of gdb is now dead and the...Michael Gottesman2013-09-041-5/+21
* Remove the darwin gdb option, that version of gdb is now dead andEric Christopher2013-09-041-21/+5
* Use DW_FORM_sdata for signed constant values and udata on occasionEric Christopher2013-08-271-22/+53
* Remove the language parameter and variable from the compile unit. WeEric Christopher2013-08-261-5/+7
* DebugInfo: don't emit zero-length names for parametersDavid Blaikie2013-08-191-1/+2
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-161-3/+0
* For DW_TAG_template_type_parameter the actual passed in type couldEric Christopher2013-08-081-1/+3
* The conversion to bool is fine here, no need to check isType.Eric Christopher2013-08-081-1/+1
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-081-10/+16
* Change variable name and reflow formatting.Eric Christopher2013-08-081-10/+10
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-081-25/+25
* DebugInfo: Emit definitions for types with no members.David Blaikie2013-08-011-7/+3
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-261-4/+44
* Collapse temporary variable into call.Eric Christopher2013-07-141-4/+2
* Fix comment.Eric Christopher2013-07-091-1/+1
* Typo.Adrian Prantl2013-07-091-1/+1
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-2/+3
* Debug Info: clean up usage of Verify.Manman Ren2013-07-081-10/+10
* addConstantValue, addConstantFPValue never returned anything butEric Christopher2013-07-031-25/+13
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-021-3/+3
* [DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr valuesUlrich Weigand2013-07-021-9/+12
* PR14728: DebugInfo: TLS variables with -gsplit-dwarfDavid Blaikie2013-07-011-10/+13
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-281-3/+18
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-281-5/+10
* Formatting.Eric Christopher2013-06-241-3/+2
* Use const references instead of pointers to references that areEric Christopher2013-06-241-17/+18
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-2/+11
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-201-4/+9
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-36/+16
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-011-14/+4
* Formatting.Eric Christopher2013-05-301-1/+1
* LTO+Debug Info: revert r182791.Manman Ren2013-05-291-7/+2
* LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee isManman Ren2013-05-281-2/+7
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-221-19/+12
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-101-2/+18
* Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2013-05-091-15/+11
* Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2013-05-081-11/+15
* Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher2013-05-081-2/+3
* Update comment. Whitespace.Eric Christopher2013-04-221-2/+2
* typoAdrian Prantl2013-04-041-1/+1
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-121-1/+1
* Remove support for versioned debug info.David Blaikie2013-03-111-27/+0
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-6/+9
* Remove unnecessary check against isGlobalVariable. We check itEric Christopher2013-02-271-1/+1
* Rework comment slightly and fix a few typos.Eric Christopher2013-02-271-8/+5
* Debug Info: for static member variables, always put AT_MIPS_linkage_name to theManman Ren2013-02-271-5/+12
* Debug Info: for static member variables, add AT_MIPS_linkage_name to theManman Ren2013-02-271-1/+7
* Revert r176120 as it caused a failure at static-member.cppManman Ren2013-02-261-4/+1
* Debug Info: for static member variables, move AT_MIPS_linkage_name fromManman Ren2013-02-261-1/+4
OpenPOWER on IntegriCloud