aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
AgeCommit message (Expand)Author
2013-03-12Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren
2013-02-12Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek
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-07Add support for separating strings for the split debug info DWARF5Eric Christopher
2012-12-20Whitespace and 80-column cleanup.Eric Christopher
2012-12-20Start splitting out the debug string section handling by moving itEric Christopher
2012-12-06s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...Bill Wendling
2012-12-06Handle non-default array bounds.Bill Wendling
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-03Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky
2012-09-1080-col fixup.Eric Christopher
2012-08-24Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-03-29Add support for objc property decls according to the page at:Eric Christopher
2012-03-28Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher
2012-02-22Add the source language into the compile unit.Eric Christopher
2012-01-06As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher
2011-11-10Make types and namespaces take multiple DIEs for the accelerator tablesEric Christopher
2011-11-10Rework adding function names to the dwarf accelerator tables, allowEric Christopher
2011-11-09Remove the pubnames section, no one consumes it.Eric Christopher
2011-11-07Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher
2011-11-07Typo.Eric Christopher
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky
2011-08-16Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel
2011-08-15Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel
2011-08-15Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel
2011-08-15Refactor. A subprogram is part of compile unit so let CompileUnit construct n...Devang Patel
2011-06-24Handle debug info for i128 constants.Devang Patel
2011-06-01Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...Devang Patel
2011-05-31Refactor.Devang Patel
2011-05-27Select DW_AT_const_value size based on variable size.Devang Patel
2011-05-20Fix typo.Jim Grosbach
2011-04-27Simplify handling of variables with complex address (i.e. blocks variables)Devang Patel
2011-04-26Refactor code. Keep dwarf register operation selection logic at one place.Devang Patel
2011-04-25Rename a method to match what it really does.Devang Patel
2011-04-12Do not reuse parameter name.Devang Patel
2011-04-12This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...Devang Patel
2011-04-12Refactor CompileUnit into a separate header.Devang Patel