]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Reapply an improved version of r180816/180817.
[opencl/llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.cpp
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
2013-03-12 Manman RenDebug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-27 Eric ChristopherRemove unnecessary check against isGlobalVariable....
2013-02-27 Eric ChristopherRework comment slightly and fix a few typos.
2013-02-27 Manman RenDebug Info: for static member variables, always put...
2013-02-27 Manman RenDebug Info: for static member variables, add AT_MIPS_li...
2013-02-26 Manman RenRevert r176120 as it caused a failure at static-member.cpp
2013-02-26 Manman RenDebug Info: for static member variables, move AT_MIPS_l...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-01 Manman Ren[Dwarf] avoid emitting multiple AT_const_value for...
2013-01-29 David BlaikieSupport artificial parameters in function types.
2013-01-20 David BlaikieThe last of PR14471 - emission of constant floats
2013-01-18 Eric ChristopherSplit out DW_OP_addr for the split debug info DWARF5...
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-07 Eric ChristopherAdd more comments to what's going on here.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-05 David BlaikieEmit DW_TAG_formal_parameter for unnamed parameters.
2013-01-04 Eric ChristopherAdd a name for the anonymous type we're creating for...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-13 David BlaikieDebug Info: add support to mark member variables as...
2012-12-06 Bill Wendlings/getLowerBoundDefault/getDefaultLowerBound/ for consis...
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-03 Eli BenderskyFix PR12942: Allow two CUs to be generated from the...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-21 Eric ChristopherWhitespace.
2012-11-21 Eric ChristopherUpdate for some of the coding standard before rearrangi...
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-20 Eric ChristopherOnly emit DW_AT_object_pointer if this is a definition.
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-10 Eric ChristopherNo reason to construct this twice.
2012-08-24 Eric ChristopherUse DW_FORM_flag_present to save space in debug informa...
2012-08-23 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-08-14 Eric ChristopherGrammar.
2012-07-04 Eric ChristopherReduce some code duplication.
2012-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...
2012-06-01 Eric ChristopherAdd support for enum forward declarations.
2012-05-27 Peter CollingbourneHave getOrCreateSubprogramDIE store the DIE for a subpr...
2012-05-23 Eric ChristopherAdd support for C++11 enum classes in llvm.
2012-05-22 Eric ChristopherUntabify and 80-col.
2012-05-22 Eric ChristopherFormatting consistency.
2012-05-08 Eric ChristopherHandle OpDeref in case it comes in as a register operand.
2012-04-16 Eric ChristopherMake comment here more clear.
2012-03-29 Eric ChristopherAdd support for objc property decls according to the...
2012-03-28 Eric ChristopherFix the output of the DW_TAG_friend tag to include...
2012-03-15 Eric ChristopherFor types with a parent of the compile unit make sure...
2012-03-15 Eric ChristopherRevert the removal of DW_AT_MIPS_linkage_name when...
2012-03-14 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-03-07 Eric ChristopherAdd the DW_AT_APPLE_runtime_class attribute to forward...
2012-02-22 Eric ChristopherOnly add DW_AT_prototyped if we're working with a C...
2012-02-22 Eric ChristopherAdd the source language into the compile unit.
2012-02-22 Eric ChristopherRemove extra semi-colon.
2012-02-21 Eric ChristopherThere's no need for a DW_AT_byte_size on a pointer...
2012-02-07 Devang PatelRemove tabs.
2012-02-06 Devang PatelDebugInfo: Provide a new hook to encode relationship...
2012-02-04 Devang PatelEmit new property tag.
2012-01-06 Eric ChristopherAdd a comment and ensure that anyone else looking at...
2012-01-06 Eric ChristopherAs part of the ongoing work in finalizing the accelerat...
2011-12-16 Eric ChristopherResolve part of a fixme and add a new one.
2011-12-16 Eric ChristopherAdd a fixme here.
2011-12-14 Nick LewyckyDW_AT_virtuality is also defined to be constant, not...
2011-12-13 Nick LewyckyDW_AT_accessibility is "constant" class, not form class...
2011-11-17 Devang PatelDISubrange supports unsigned lower/upper array bounds...
2011-11-11 Eric ChristopherInitialize variable.
2011-11-11 Eric ChristopherIf we have a DIE with an AT_specification use that...
2011-11-10 Rafael EspindolaCheck in getOrCreateSubprogramDIE if a declaration...
next