Support standard DWARF TLS opcode; Darwin and PS4 use it.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.cpp
2013-10-29 Manman RenDebug Info: support for DW_FORM_ref_addr.
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Manman RenDebug Info: use createAndAddDIE for newly-created Subpr...
2013-10-29 Manman RenDebug Info: add a helper function createAndAddDIE.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenRemove {} from one-line block.
2013-10-21 Eric ChristopherFix up some old review feedback.
2013-10-21 David BlaikieDebugInfo: Put each kind of constant (form, attribute...
2013-10-19 Benjamin KramerRemove unused variable.
2013-10-19 Eric ChristopherReformat.
2013-10-19 Eric ChristopherFix up a few minor performance problems spotted in...
2013-10-18 Manman RenDebug Info: add a newly-created DIE to a parent in...
2013-10-18 Manman RenDebug Info: simplify code a bit.
2013-10-17 Eric ChristopherAccording to the dwarf standard pubnames and pubtypes...
2013-10-17 Eric ChristopherAdd the subprogram DIEs to the context they're created...
2013-10-16 Eric ChristopherFix a pair of bugs in the emission of pubname tables:
2013-10-14 Manman RenDebug Info: static member DIE creation.
2013-10-11 Manman RenDebug Info: remove form from function addDIEEntry.
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context and type fields...
2013-10-08 Manman RenDebug Info: rename getOriginalTypeSize to getBaseTypeSize.
2013-10-08 Manman RenDebug Info: take advantage of the existing CU::resolve.
2013-10-07 Richard MittonFormally added an explicit enum for DWARF TLS support...
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-05 Eric ChristopherAdd a resolve method on CompileUnit that forwards to...
2013-10-05 Eric ChristopherMake a bunch of CompileUnit member functions private.
2013-10-04 David BlaikieMinor formatting/comment rewording/etc.
2013-10-04 Eric ChristopherTighten up some type arguments to functions. Where...
2013-10-04 David BlaikieRemove some dead code.
2013-10-04 David BlaikieSimplify setting of DIE tag for type DIEs by setting...
2013-10-04 Eric ChristopherPrune includes.
2013-10-04 Eric ChristopherUse addFlag to add the enum class attribute.
2013-10-04 Eric ChristopherUse Die->addValue and DIEIntegerOne directly when we...
2013-10-04 Eric ChristopherTemporarily revert r176882 as it needs to be implemente...
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-04 David BlaikieDebugInfo: Fix ordering of members after r191928
2013-10-03 David BlaikieDebugInfo: Avoid redundantly adding child DIEs to parents.
2013-10-03 Alexey SamsonovRemove wild .debug_aranges entries generated from unimp...
2013-10-01 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-01 Manman RenDebug Info: remove duplication of DIEs when a DIE is...
2013-09-24 Eric ChristopherAdd namespaces to the list of items that we expose...
2013-09-23 Eric ChristopherAdd more external types to the pubtypes table. Expand...
2013-09-23 Eric ChristopherFormatting.
2013-09-20 Eric ChristopherMove emission of the debug string table to early in...
2013-09-20 Eric ChristopherMigrate addGlobalName to the .cpp file as an intermedia...
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-09 Manman RenDebug Info: move DIScope::getContext back from DwarfDebug.
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Manman RenDebug Info: move DIScope::getContext to DwarfDebug.
2013-09-09 Manman RenDebug Info: Move isSubprogramContext from DebugInfo...
2013-09-07 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-05 Manman RenDebug Info: Use identifier to reference DIType in base...
2013-09-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-04 Michael GottesmanRevert "Revert "Remove the darwin gdb option, that...
2013-09-04 Michael GottesmanRevert "Remove the darwin gdb option, that version...
2013-09-04 Eric ChristopherRemove the darwin gdb option, that version of gdb is...
2013-08-27 Eric ChristopherUse DW_FORM_sdata for signed constant values and udata...
2013-08-26 Eric ChristopherRemove the language parameter and variable from the...
2013-08-19 David BlaikieDebugInfo: don't emit zero-length names for parameters
2013-08-16 David BlaikieDebugInfo: Allow the addition of other (such as static...
2013-08-08 Eric ChristopherFor DW_TAG_template_type_parameter the actual passed...
2013-08-08 Eric ChristopherThe conversion to bool is fine here, no need to check...
2013-08-08 Eric ChristopherMake sure that if we're going to attempt to add a type...
2013-08-08 Eric ChristopherChange variable name and reflow formatting.
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-01 David BlaikieDebugInfo: Emit definitions for types with no members.
2013-07-26 Eric ChristopherAdd preliminary support for hashing DIEs and breaking...
2013-07-14 Eric ChristopherCollapse temporary variable into call.
2013-07-09 Eric ChristopherFix comment.
2013-07-09 Adrian PrantlTypo.
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-08 Manman RenDebug Info: clean up usage of Verify.
2013-07-03 Eric ChristopheraddConstantValue, addConstantFPValue never returned...
2013-07-02 Ulrich Weigand[DebugInfo] Allow getDebugThreadLocalSymbol to return...
2013-07-02 Ulrich Weigand[DebugInfo] Introduce DIEExpr variant of DIEValue to...
2013-07-01 David BlaikiePR14728: DebugInfo: TLS variables with -gsplit-dwarf
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-06-28 David BlaikieDebugInfo: Pass MCSymbolRefExprs for labels instead...
2013-06-24 Eric ChristopherFormatting.
2013-06-24 Eric ChristopherUse const references instead of pointers to references...
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-20 David BlaikieDebugInfo: don't use location lists when the location...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-06-01 Benjamin KramerMove getRealLinkageName to a common place and remove...
2013-05-30 Eric ChristopherFormatting.
2013-05-29 Manman RenLTO+Debug Info: revert r182791.
2013-05-28 Manman RenLTO+Debug Info: correctly emit inlined_subroutine when...
2013-05-22 David BlaikieSolidify the assumption that a DW_TAG_subprogram's...
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-09 Eric ChristopherRevert "Make sure debug info contains linkage names...
2013-05-08 Eric ChristopherMake sure debug info contains linkage names (DW_AT_MIPS...
2013-05-08 Eric ChristopherPass the MDNode in and do the insertion at compile...
2013-04-22 Eric ChristopherUpdate comment. Whitespace.
2013-04-04 Adrian Prantltypo
next