Include global types, that are referenced through local variables, in debug_pubtypes...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.cpp
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.