Make DwarfCompileUnit::Skeleton more narrowly typed (DwarfCompileUnit* instead of...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.h
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.