Age | Commit message (Expand) | Author |
2012-03-15 | For types with a parent of the compile unit make sure and emit | Eric Christopher |
2012-03-15 | Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting | Eric Christopher |
2012-03-14 | Remove the DW_AT_MIPS_linkage name attribute when we don't need it | Eric Christopher |
2012-03-07 | Add the DW_AT_APPLE_runtime_class attribute to forward declarations | Eric Christopher |
2012-02-22 | Only add DW_AT_prototyped if we're working with a C-like language. | Eric Christopher |
2012-02-22 | Add the source language into the compile unit. | Eric Christopher |
2012-02-22 | Remove extra semi-colon. | Eric Christopher |
2012-02-21 | There's no need for a DW_AT_byte_size on a pointer type. | Eric Christopher |
2012-02-07 | Remove tabs. | Devang Patel |
2012-02-06 | DebugInfo: Provide a new hook to encode relationship between a property and a... | Devang Patel |
2012-02-04 | Emit new property tag. | Devang Patel |
2012-01-06 | Add a comment and ensure that anyone else looking at this code doesn't start | Eric Christopher |
2012-01-06 | As part of the ongoing work in finalizing the accelerator tables, extend | Eric Christopher |
2011-12-16 | Resolve part of a fixme and add a new one. | Eric Christopher |
2011-12-16 | Add a fixme here. | Eric Christopher |
2011-12-14 | DW_AT_virtuality is also defined to be constant, not flag. | Nick Lewycky |
2011-12-13 | DW_AT_accessibility is "constant" class, not form class, so it may not use | Nick Lewycky |
2011-11-17 | DISubrange supports unsigned lower/upper array bounds, so let's not fake it i... | Devang Patel |
2011-11-11 | Initialize variable. | Eric Christopher |
2011-11-11 | If we have a DIE with an AT_specification use that instead of the normal | Eric Christopher |
2011-11-10 | Check in getOrCreateSubprogramDIE if a declaration exists and if so output | Rafael Espindola |
2011-11-10 | Move type handling to make sure we get all created types that aren't | Eric Christopher |
2011-11-09 | Remove the pubnames section, no one consumes it. | Eric Christopher |
2011-11-08 | Also add the linkage name to the name accelerator tables if it exists | Eric Christopher |
2011-11-07 | Add all completed and named types to the dwarf type accelerator tables. | Eric Christopher |
2011-11-07 | Add the support code to enable the dwarf accelerator tables. Upcoming patches | Eric Christopher |
2011-10-28 | Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut... | NAKAMURA Takumi |
2011-10-28 | Always use the string pool, even when it makes the .o larger. This may help | Nick Lewycky |
2011-10-27 | Teach our Dwarf emission to use the string pool. | Nick Lewycky |
2011-10-26 | Reflow lines, fix comments for doxygen style, fix whitespace. No functionality | Nick Lewycky |
2011-10-03 | Whitespace. | Eric Christopher |
2011-09-26 | Fix emission of debug data for global variables. getContext() on DIGlobalVari... | James Molloy |
2011-09-21 | Do not unnecessarily use AT_specification DIE because it does not add any value. | Devang Patel |
2011-09-14 | Add support to emit debug info for C++0x nullptr type. | Devang Patel |
2011-08-18 | Eliminate unnecessary forwarding function. | Devang Patel |
2011-08-18 | Add new DIE into the map asap. | Devang Patel |
2011-08-16 | Until now all debug info MDNodes referred to a root MDNode, a compile unit. T... | Devang Patel |
2011-08-15 | Refactor. Variables are part of compile unit so let CompileUnit create new va... | Devang Patel |
2011-08-15 | Refactor. Global variables are part of compile unit so let CompileUnit create... | Devang Patel |
2011-08-15 | Refactor. A subprogram is part of compile unit so let CompileUnit construct n... | Devang Patel |
2011-07-20 | While emitting constant value, look through derived type and use underlying b... | Devang Patel |
2011-06-24 | Handle debug info for i128 constants. | Devang Patel |
2011-06-01 | Incomplete type may not have corresponding DIE, so do not check DIEEntry eage... | Devang Patel |
2011-05-31 | Refactor. | Devang Patel |
2011-05-31 | Include global types, that are referenced through local variables, in debug_p... | Devang Patel |
2011-05-28 | Select DW_AT_const_value size based on global variable size. | Devang Patel |
2011-05-27 | Keep this simple. Use DIType to get signness and size of a type. Based on siz... | Devang Patel |
2011-05-27 | Handle signed types gracefully. | Devang Patel |
2011-05-27 | Select DW_AT_const_value size based on variable size. | Devang Patel |
2011-05-12 | Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. | Devang Patel |