summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-121-1/+3
* [Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren2013-02-011-3/+9
* Support artificial parameters in function types.David Blaikie2013-01-291-0/+2
* The last of PR14471 - emission of constant floatsDavid Blaikie2013-01-201-4/+16
* Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher2013-01-181-6/+18
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-161-43/+94
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-151-0/+20
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-2/+1
* Add more comments to what's going on here.Eric Christopher2013-01-071-1/+3
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-071-0/+21
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-071-0/+3
* Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie2013-01-051-2/+0
* Add a name for the anonymous type we're creating for subrangeEric Christopher2013-01-041-0/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
OpenPOWER on IntegriCloud