aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
AgeCommit message (Expand)Author
2013-03-12Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren
2013-03-11Remove support for versioned debug info.David Blaikie
2013-03-07Debug Info: store the files and directories for each compile unit.Manman Ren
2013-02-27Remove unnecessary check against isGlobalVariable. We check itEric Christopher
2013-02-27Rework comment slightly and fix a few typos.Eric Christopher
2013-02-27Debug Info: for static member variables, always put AT_MIPS_linkage_name to theManman Ren
2013-02-27Debug Info: for static member variables, add AT_MIPS_linkage_name to theManman Ren
2013-02-26Revert r176120 as it caused a failure at static-member.cppManman Ren
2013-02-26Debug Info: for static member variables, move AT_MIPS_linkage_name fromManman Ren
2013-02-12Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek
2013-02-01[Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren
2013-01-29Support artificial parameters in function types.David Blaikie
2013-01-20The last of PR14471 - emission of constant floatsDavid Blaikie
2013-01-18Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher
2013-01-16Define metadata interfaces for describing a static data memberEric Christopher
2013-01-15Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher
2013-01-08Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher
2013-01-07Add more comments to what's going on here.Eric Christopher
2013-01-07Add support for separating strings for the split debug info DWARF5Eric Christopher
2013-01-07PR14759: Debug info support for C++ member pointers.David Blaikie
2013-01-05Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie
2013-01-04Add a name for the anonymous type we're creating for subrangeEric Christopher
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-20Start splitting out the debug string section handling by moving itEric Christopher
2012-12-13Debug Info: add support to mark member variables as artificialDavid Blaikie
2012-12-06s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...Bill Wendling
2012-12-06Handle non-default array bounds.Bill Wendling
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling
2012-12-03Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-21Whitespace.Eric Christopher
2012-11-21Update for some of the coding standard before rearranging functionsEric Christopher
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-20Only emit DW_AT_object_pointer if this is a definition.Eric Christopher
2012-09-12Recommit, with fixes:Eric Christopher
2012-09-12Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher
2012-09-12Add some support for dealing with an object pointer on arguments.Eric Christopher
2012-09-10No reason to construct this twice.Eric Christopher
2012-08-24Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher
2012-08-23Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher
2012-08-14Grammar.Eric Christopher
2012-07-04Reduce some code duplication.Eric Christopher
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling
2012-06-01Add support for enum forward declarations.Eric Christopher
2012-05-27Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne
2012-05-23Add support for C++11 enum classes in llvm.Eric Christopher
2012-05-22Untabify and 80-col.Eric Christopher