Remove the pubnames section, no one consumes it.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.cpp
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-08 Eric ChristopherAlso add the linkage name to the name accelerator table...
2011-11-07 Eric ChristopherAdd all completed and named types to the dwarf type...
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-10-28 NAKAMURA TakumiDwarf: [PR11022] Fix emitting DW_AT_const_value(>i64...
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-03 Eric ChristopherWhitespace.
2011-09-26 James MolloyFix emission of debug data for global variables. getCon...
2011-09-21 Devang PatelDo not unnecessarily use AT_specification DIE because...
2011-09-14 Devang PatelAdd support to emit debug info for C++0x nullptr type.
2011-08-18 Devang PatelEliminate unnecessary forwarding function.
2011-08-18 Devang PatelAdd new DIE into the map asap.
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-07-20 Devang PatelWhile emitting constant value, look through derived...
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-31 Devang PatelInclude global types, that are referenced through local...
2011-05-28 Devang PatelSelect DW_AT_const_value size based on global variable...
2011-05-27 Devang PatelKeep this simple. Use DIType to get signness and size...
2011-05-27 Devang PatelHandle signed types gracefully.
2011-05-27 Devang PatelSelect DW_AT_const_value size based on variable size.
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Devang PatelLet Objective-C front-end identify class extension...
2011-05-06 Devang PatelMove CompileUnit::getOrCreateNameSpace() and CompileUni...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
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-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-12 Devang PatelI missed this new file in previous commit.