| Commit message (Expand) | Author | Age | Files | Lines |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -5/+5 |
* | Only emit DW_AT_object_pointer if this is a definition. | Eric Christopher | 2012-09-20 | 1 | -3/+0 |
* | Recommit, with fixes: | Eric Christopher | 2012-09-12 | 1 | -0/+3 |
* | Revert "Add some support for dealing with an object pointer on arguments." | Eric Christopher | 2012-09-12 | 1 | -4/+0 |
* | Add some support for dealing with an object pointer on arguments. | Eric Christopher | 2012-09-12 | 1 | -0/+4 |
* | No reason to construct this twice. | Eric Christopher | 2012-09-10 | 1 | -1/+1 |
* | Use DW_FORM_flag_present to save space in debug information if we're | Eric Christopher | 2012-08-24 | 1 | -20/+26 |
* | Remove the DW_AT_MIPS_linkage name attribute when we don't need it | Eric Christopher | 2012-08-23 | 1 | -1/+8 |
* | Grammar. | Eric Christopher | 2012-08-14 | 1 | -1/+1 |
* | Reduce some code duplication. | Eric Christopher | 2012-07-04 | 1 | -19/+4 |
* | The DIBuilder class is just a wrapper around debug info creation | Bill Wendling | 2012-06-29 | 1 | -1/+1 |
* | Add support for enum forward declarations. | Eric Christopher | 2012-06-01 | 1 | -6/+7 |
* | Have getOrCreateSubprogramDIE store the DIE for a subprogram | Peter Collingbourne | 2012-05-27 | 1 | -5/+5 |
* | Add support for C++11 enum classes in llvm. | Eric Christopher | 2012-05-23 | 1 | -0/+5 |
* | Untabify and 80-col. | Eric Christopher | 2012-05-22 | 1 | -17/+17 |
* | Formatting consistency. | Eric Christopher | 2012-05-22 | 1 | -3/+4 |
* | Handle OpDeref in case it comes in as a register operand. | Eric Christopher | 2012-05-08 | 1 | -1/+2 |
* | Make comment here more clear. | Eric Christopher | 2012-04-16 | 1 | -3/+4 |
* | Add support for objc property decls according to the page at: | Eric Christopher | 2012-03-29 | 1 | -0/+20 |
* | Fix the output of the DW_TAG_friend tag to include DW_AT_friend | Eric Christopher | 2012-03-28 | 1 | -6/+12 |
* | For types with a parent of the compile unit make sure and emit | Eric Christopher | 2012-03-15 | 1 | -5/+4 |
* | Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting | Eric Christopher | 2012-03-15 | 1 | -5/+8 |
* | Remove the DW_AT_MIPS_linkage name attribute when we don't need it | Eric Christopher | 2012-03-14 | 1 | -5/+5 |
* | Add the DW_AT_APPLE_runtime_class attribute to forward declarations | Eric Christopher | 2012-03-07 | 1 | -5/+6 |
* | Only add DW_AT_prototyped if we're working with a C-like language. | Eric Christopher | 2012-02-22 | 1 | -3/+12 |
* | Add the source language into the compile unit. | Eric Christopher | 2012-02-22 | 1 | -2/+3 |
* | Remove extra semi-colon. | Eric Christopher | 2012-02-22 | 1 | -1/+1 |
* | There's no need for a DW_AT_byte_size on a pointer type. | Eric Christopher | 2012-02-21 | 1 | -1/+1 |
* | 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 |