| Commit message (Expand) | Author | Age | Files | Lines |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-25 | 1 | -1/+0 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -6/+42 |
* | Merging r196144: | Manman Ren | 2013-12-09 | 1 | -1/+0 |
* | Merging r195494: | Bill Wendling | 2013-12-09 | 1 | -0/+1 |
* | DIEHash: Summary hashing of nested types | David Blaikie | 2013-10-25 | 1 | -0/+28 |
* | DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own... | David Blaikie | 2013-10-21 | 1 | -27/+68 |
* | Formally added an explicit enum for DWARF TLS support. No functionality change. | Richard Mitton | 2013-10-07 | 1 | -0/+3 |
* | Explicitly request unsigned enum types when desired | Reid Kleckner | 2013-09-23 | 1 | -2/+3 |
* | DebugInfo: GDBIndexEntry*String conversion functions now return const char* f... | David Blaikie | 2013-09-20 | 1 | -3/+2 |
* | Fixed warning | Richard Mitton | 2013-09-19 | 1 | -1/+1 |
* | Added support for generate DWARF .debug_aranges sections automatically. | Richard Mitton | 2013-09-19 | 1 | -1/+2 |
* | DebugInfo: llvm-dwarfdump support for gnu_pubnames section | David Blaikie | 2013-09-19 | 1 | -9/+8 |
* | DebugInfo: Improve IR annotation comments for GNU pubthings. | David Blaikie | 2013-09-19 | 1 | -7/+13 |
* | Unbreak C++03 build. | Benjamin Kramer | 2013-09-19 | 1 | -4/+6 |
* | Unshift the GDB index/GNU pubnames constants modified in r191025 | David Blaikie | 2013-09-19 | 1 | -31/+42 |
* | DebugInfo: Simplify gnu_pubnames index computation. | David Blaikie | 2013-09-19 | 1 | -21/+18 |
* | Add initial support for handling gnu style pubnames accepted by some | Eric Christopher | 2013-09-13 | 1 | -1/+22 |
* | Add constant defines for gnu pubnames and gnu pubtypes - they're used | Eric Christopher | 2013-09-09 | 1 | -0/+17 |
* | Formatting. | Eric Christopher | 2013-09-09 | 1 | -2/+2 |
* | Move accelerator table defines and constants to Dwarf.h since | Eric Christopher | 2013-09-05 | 1 | -0/+26 |
* | Rename enums to match convention and remove superfluous "dwarf" in names. | Eric Christopher | 2013-09-05 | 1 | -2/+2 |
* | Clean up some whitespace and comment formatting. | Eric Christopher | 2013-09-05 | 1 | -21/+18 |
* | Move default dwarf version enum into the llvm dwarf constants rather | Eric Christopher | 2013-09-04 | 1 | -3/+2 |
* | Migrate the DWARF_VERSION constant to 4. It largely needs to go away. | Eric Christopher | 2013-09-03 | 1 | -1/+1 |
* | DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub... | David Majnemer | 2013-08-21 | 1 | -1/+3 |
* | Add DW_AT_GNU_odr_signature to the set of dwarf attributes. | Eric Christopher | 2013-07-14 | 1 | -0/+2 |
* | Revert "Update the version of dwarf we say we're emitting to at least 3." | Eric Christopher | 2013-04-10 | 1 | -1/+1 |
* | Update the version of dwarf we say we're emitting to at least 3. | Eric Christopher | 2013-04-09 | 1 | -1/+1 |
* | Initial support for DWARF CFI parsing and dumping in LLVM | Eli Bendersky | 2013-02-05 | 1 | -2/+11 |
* | Remove the llvm-local DW_TAG_vector_type tag and add a test to | Eric Christopher | 2013-01-08 | 1 | -2/+0 |
* | Remove what appears to be a dead llvm-specific debug tag. | Eric Christopher | 2013-01-08 | 1 | -2/+2 |
* | Add constant definitions for fission dwarf attributes, forms, etc. | Eric Christopher | 2012-11-16 | 1 | -3/+26 |
* | Lowercase the tag name to match the rest of dwarf. | Eric Christopher | 2012-03-29 | 1 | -1/+1 |
* | Update llvm debug version to support new structure and tag for Objective-C pr... | Devang Patel | 2012-02-04 | 1 | -1/+2 |
* | Add new tag and an attribute to support debug info for objective-c property. | Devang Patel | 2012-02-03 | 1 | -0/+2 |
* | The second part of support for generating dwarf for assembly source files. This | Kevin Enderby | 2011-12-09 | 1 | -0/+1 |
* | Despite what the GCC wiki says, a quick search shows that | Nick Lewycky | 2011-09-15 | 1 | -1/+1 |
* | Add some more DWARF extensions from: | Nick Lewycky | 2011-09-15 | 1 | -1/+27 |
* | Update Dwarf enums list for DWARF 4. | Nick Lewycky | 2011-09-15 | 1 | -1/+17 |
* | Maintain hexadecimal order. | Devang Patel | 2011-09-13 | 1 | -1/+1 |
* | Add DW_ATE_UTF, which clang started using in my previous commit! | Devang Patel | 2011-09-12 | 1 | -0/+1 |
* | Increment debug info version to accommodate upcoming change in debug info nod... | Devang Patel | 2011-08-16 | 1 | -1/+2 |
* | Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester... | Devang Patel | 2011-07-19 | 1 | -2/+3 |
* | Revert "Make a provision to encode inline location in a variable. This will e... | Bob Wilson | 2011-07-19 | 1 | -3/+2 |
* | Make a provision to encode inline location in a variable. This will enable dw... | Devang Patel | 2011-07-19 | 1 | -2/+3 |
* | Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. | Devang Patel | 2011-05-12 | 1 | -1/+1 |
* | Let Objective-C front-end identify class extension, in dwarf output, using an... | Devang Patel | 2011-05-12 | 1 | -0/+1 |
* | Add DW_OP_bit_piece. | Devang Patel | 2011-04-21 | 1 | -0/+1 |
* | Introduce support to encode Objective-C property information in debugging inf... | Devang Patel | 2011-04-16 | 1 | -1/+13 |
* | Remove unused tag. | Devang Patel | 2011-02-18 | 1 | -1/+0 |