Typo.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.h
2013-05-08 Eric ChristopherTypo.
2013-05-06 David BlaikieDebugInfo: Support imported modules in lexical blocks
2013-03-12 Manman RenDebug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
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-07 Eric ChristopherAdd support for separating strings for the split debug...
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-06 Bill Wendlings/getLowerBoundDefault/getDefaultLowerBound/ for consis...
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Eli BenderskyFix PR12942: Allow two CUs to be generated from the...
2012-09-10 Eric Christopher80-col fixup.
2012-08-24 Eric ChristopherUse DW_FORM_flag_present to save space in debug informa...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
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-02-22 Eric ChristopherAdd the source language into the compile unit.
2012-01-06 Eric ChristopherAs part of the ongoing work in finalizing the accelerat...
2011-11-10 Eric ChristopherMake types and namespaces take multiple DIEs for the...
2011-11-10 Eric ChristopherRework adding function names to the dwarf accelerator...
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Eric ChristopherTypo.
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-15 Devang PatelRefactor. Variables are part of compile unit so let...
2011-08-15 Devang PatelRefactor. Global variables are part of compile unit...
2011-08-15 Devang PatelRefactor. A subprogram is part of compile unit so let...
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-01 Devang PatelIncomplete type may not have corresponding DIE, so...
2011-05-31 Devang PatelRefactor.
2011-05-27 Devang PatelSelect DW_AT_const_value size based on variable size.
2011-05-20 Jim GrosbachFix typo.
2011-04-27 Devang PatelSimplify handling of variables with complex address...
2011-04-26 Devang PatelRefactor code. Keep dwarf register operation selection...
2011-04-25 Devang PatelRename a method to match what it really does.
2011-04-12 Devang PatelDo not reuse parameter name.
2011-04-12 Devang PatelThis mechanical patch moves type handling into CompileU...
2011-04-12 Devang PatelRefactor CompileUnit into a separate header.