aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
AgeCommit message (Expand)Author
2011-08-18Eliminate unnecessary forwarding function.Devang Patel
2011-08-18Add new DIE into the map asap.Devang Patel
2011-08-16Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel
2011-08-15Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel
2011-08-15Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel
2011-08-15Refactor. A subprogram is part of compile unit so let CompileUnit construct n...Devang Patel
2011-07-20While emitting constant value, look through derived type and use underlying b...Devang Patel
2011-06-24Handle debug info for i128 constants.Devang Patel
2011-06-01Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...Devang Patel
2011-05-31Refactor.Devang Patel
2011-05-31Include global types, that are referenced through local variables, in debug_p...Devang Patel
2011-05-28Select DW_AT_const_value size based on global variable size.Devang Patel
2011-05-27Keep this simple. Use DIType to get signness and size of a type. Based on siz...Devang Patel
2011-05-27Handle signed types gracefully.Devang Patel
2011-05-27Select DW_AT_const_value size based on variable size.Devang Patel
2011-05-12Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel
2011-05-12Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel
2011-05-06Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...Devang Patel
2011-04-28Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel
2011-04-27Simplify handling of variables with complex address (i.e. blocks variables)Devang Patel
2011-04-26Refactor code. Keep dwarf register operation selection logic at one place.Devang Patel
2011-04-25Rename a method to match what it really does.Devang Patel
2011-04-16Introduce support to encode Objective-C property information in debugging inf...Devang Patel
2011-04-12I missed this new file in previous commit.Devang Patel