| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove tabs. | Devang Patel | 2012-02-07 | 1 | -17/+17 |
* | DebugInfo: Provide a new hook to encode relationship between a property and a... | Devang Patel | 2012-02-06 | 1 | -0/+11 |
* | Emit new property tag. | Devang Patel | 2012-02-04 | 1 | -1/+29 |
* | Add a comment and ensure that anyone else looking at this code doesn't start | Eric Christopher | 2012-01-06 | 1 | -6/+5 |
* | As part of the ongoing work in finalizing the accelerator tables, extend | Eric Christopher | 2012-01-06 | 1 | -2/+15 |
* | Resolve part of a fixme and add a new one. | Eric Christopher | 2011-12-16 | 1 | -2/+5 |
* | Add a fixme here. | Eric Christopher | 2011-12-16 | 1 | -0/+1 |
* | DW_AT_virtuality is also defined to be constant, not flag. | Nick Lewycky | 2011-12-14 | 1 | -2/+2 |
* | DW_AT_accessibility is "constant" class, not form class, so it may not use | Nick Lewycky | 2011-12-13 | 1 | -6/+6 |
* | DISubrange supports unsigned lower/upper array bounds, so let's not fake it i... | Devang Patel | 2011-11-17 | 1 | -4/+4 |
* | Initialize variable. | Eric Christopher | 2011-11-11 | 1 | -1/+2 |
* | If we have a DIE with an AT_specification use that instead of the normal | Eric Christopher | 2011-11-11 | 1 | -7/+10 |
* | Check in getOrCreateSubprogramDIE if a declaration exists and if so output | Rafael Espindola | 2011-11-10 | 1 | -1/+12 |
* | Move type handling to make sure we get all created types that aren't | Eric Christopher | 2011-11-10 | 1 | -7/+5 |
* | Remove the pubnames section, no one consumes it. | Eric Christopher | 2011-11-09 | 1 | -4/+2 |
* | Also add the linkage name to the name accelerator tables if it exists | Eric Christopher | 2011-11-08 | 1 | -0/+5 |
* | Add all completed and named types to the dwarf type accelerator tables. | Eric Christopher | 2011-11-07 | 1 | -0/+6 |
* | Add the support code to enable the dwarf accelerator tables. Upcoming patches | Eric Christopher | 2011-11-07 | 1 | -2/+11 |
* | Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut... | NAKAMURA Takumi | 2011-10-28 | 1 | -7/+9 |
* | Always use the string pool, even when it makes the .o larger. This may help | Nick Lewycky | 2011-10-28 | 1 | -15/+11 |
* | Teach our Dwarf emission to use the string pool. | Nick Lewycky | 2011-10-27 | 1 | -28/+33 |
* | Reflow lines, fix comments for doxygen style, fix whitespace. No functionality | Nick Lewycky | 2011-10-26 | 1 | -19/+16 |
* | Whitespace. | Eric Christopher | 2011-10-03 | 1 | -1/+1 |
* | Fix emission of debug data for global variables. getContext() on DIGlobalVari... | James Molloy | 2011-09-26 | 1 | -2/+2 |
* | Do not unnecessarily use AT_specification DIE because it does not add any value. | Devang Patel | 2011-09-21 | 1 | -1/+1 |
* | Add support to emit debug info for C++0x nullptr type. | Devang Patel | 2011-09-14 | 1 | -4/+11 |
* | Eliminate unnecessary forwarding function. | Devang Patel | 2011-08-18 | 1 | -0/+3 |
* | Add new DIE into the map asap. | Devang Patel | 2011-08-18 | 1 | -8/+6 |
* | Until now all debug info MDNodes referred to a root MDNode, a compile unit. T... | Devang Patel | 2011-08-16 | 1 | -3/+7 |
* | Refactor. Variables are part of compile unit so let CompileUnit create new va... | Devang Patel | 2011-08-15 | 1 | -0/+108 |
* | Refactor. Global variables are part of compile unit so let CompileUnit create... | Devang Patel | 2011-08-15 | 1 | -0/+109 |
* | Refactor. A subprogram is part of compile unit so let CompileUnit construct n... | Devang Patel | 2011-08-15 | 1 | -2/+121 |
* | While emitting constant value, look through derived type and use underlying b... | Devang Patel | 2011-07-20 | 1 | -14/+23 |
* | Handle debug info for i128 constants. | Devang Patel | 2011-06-24 | 1 | -1/+1 |
* | Incomplete type may not have corresponding DIE, so do not check DIEEntry eage... | Devang Patel | 2011-06-01 | 1 | -4/+5 |
* | Refactor. | Devang Patel | 2011-05-31 | 1 | -7/+8 |
* | Include global types, that are referenced through local variables, in debug_p... | Devang Patel | 2011-05-31 | 1 | -1/+7 |
* | Select DW_AT_const_value size based on global variable size. | Devang Patel | 2011-05-28 | 1 | -5/+13 |
* | Keep this simple. Use DIType to get signness and size of a type. Based on siz... | Devang Patel | 2011-05-27 | 1 | -18/+13 |
* | Handle signed types gracefully. | Devang Patel | 2011-05-27 | 1 | -9/+21 |
* | Select DW_AT_const_value size based on variable size. | Devang Patel | 2011-05-27 | 1 | -2/+11 |
* | Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. | Devang Patel | 2011-05-12 | 1 | -2/+2 |
* | Let Objective-C front-end identify class extension, in dwarf output, using an... | Devang Patel | 2011-05-12 | 1 | -0/+4 |
* | Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D... | Devang Patel | 2011-05-06 | 1 | -0/+35 |
* | Teach dwarf writer to handle complex address expression for .debug_loc entries. | Devang Patel | 2011-04-28 | 1 | -5/+12 |
* | Simplify handling of variables with complex address (i.e. blocks variables) | Devang Patel | 2011-04-27 | 1 | -21/+4 |
* | Refactor code. Keep dwarf register operation selection logic at one place. | Devang Patel | 2011-04-26 | 1 | -72/+60 |
* | Rename a method to match what it really does. | Devang Patel | 2011-04-25 | 1 | -3/+4 |
* | Introduce support to encode Objective-C property information in debugging inf... | Devang Patel | 2011-04-16 | 1 | -0/+31 |
* | I missed this new file in previous commit. | Devang Patel | 2011-04-12 | 1 | -0/+973 |