summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer1-1/+1
2013-09-11Give internal classes hidden visibility.Benjamin Kramer1-1/+1
2013-08-26Formatting.Eric Christopher1-10/+10
2013-08-26Remove the language parameter and variable from the compile unit. WeEric Christopher1-5/+5
2013-08-08Be more rigorous about the sizes of forms and attributes.Eric Christopher1-15/+15
2013-07-22Formatting.Eric Christopher1-1/+1
2013-07-05Simplify code. No functionality change.Benjamin Kramer1-7/+3
2013-07-03addConstantValue, addConstantFPValue never returned anything butEric Christopher1-5/+5
2013-07-02[DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr valuesUlrich Weigand1-2/+5
2013-06-28DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie1-1/+5
2013-06-24Use const references instead of pointers to references that areEric Christopher1-4/+5
2013-06-20DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie1-1/+1
2013-05-08Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher1-2/+2
2013-05-08Typo.Eric Christopher1-2/+2
2013-05-06DebugInfo: Support imported modules in lexical blocksDavid Blaikie1-3/+3
2013-03-12Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren1-0/+5
2013-02-12Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek1-0/+9
2013-01-20The last of PR14471 - emission of constant floatsDavid Blaikie1-0/+3
2013-01-18Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher1-0/+5
2013-01-16Define metadata interfaces for describing a static data memberEric Christopher1-0/+6
2013-01-15Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher1-0/+5
2013-01-07Add support for separating strings for the split debug info DWARF5Eric Christopher1-0/+4
2012-12-20Whitespace and 80-column cleanup.Eric Christopher1-8/+8
2012-12-20Start splitting out the debug string section handling by moving itEric Christopher1-1/+5
2012-12-06s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...Bill Wendling1-1/+3
2012-12-06Handle non-default array bounds.Bill Wendling1-1/+2
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-2/+2
2012-12-03Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky1-4/+4
2012-09-1080-col fixup.Eric Christopher1-2/+2
2012-08-24Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher1-0/+3
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling1-1/+1
2012-03-29Add support for objc property decls according to the page at:Eric Christopher1-0/+1
2012-03-28Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher1-2/+4
2012-02-22Add the source language into the compile unit.Eric Christopher1-1/+6
2012-01-06As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher1-4/+5
2011-11-10Make types and namespaces take multiple DIEs for the accelerator tablesEric Christopher1-6/+12
2011-11-10Rework adding function names to the dwarf accelerator tables, allowEric Christopher1-3/+8
2011-11-09Remove the pubnames section, no one consumes it.Eric Christopher1-9/+0
2011-11-07Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher1-0/+28
2011-11-07Typo.Eric Christopher1-1/+1
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky1-2/+1
2011-08-16Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel1-1/+1
2011-08-15Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel1-0/+3
2011-08-15Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel1-0/+3
2011-08-15Refactor. A subprogram is part of compile unit so let CompileUnit construct n...Devang Patel1-0/+12
2011-06-24Handle debug info for i128 constants.Devang Patel1-1/+1
2011-06-01Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...Devang Patel1-1/+1
2011-05-31Refactor.Devang Patel1-3/+1
2011-05-27Select DW_AT_const_value size based on variable size.Devang Patel1-1/+1
2011-05-20Fix typo.Jim Grosbach1-1/+1