Remove the pubnames section, no one consumes it.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.h
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.