summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
Commit message (Expand)AuthorAge
* Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.Manman Ren2013-12-02
* Debug Info: add a constant for debug info version number.Manman Ren2013-11-22
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-25
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-21
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-07
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-20
* Fixed warningRichard Mitton2013-09-19
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-19
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-19
* Unbreak C++03 build.Benjamin Kramer2013-09-19
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-19
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-19
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-13
* Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher2013-09-09
* Formatting.Eric Christopher2013-09-09
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-05
* Rename enums to match convention and remove superfluous "dwarf" in names.Eric Christopher2013-09-05
* Clean up some whitespace and comment formatting.Eric Christopher2013-09-05
* Move default dwarf version enum into the llvm dwarf constants ratherEric Christopher2013-09-04
* Migrate the DWARF_VERSION constant to 4. It largely needs to go away.Eric Christopher2013-09-03
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-21
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-14
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-10
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-09
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-05
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-08
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-08
* Add constant definitions for fission dwarf attributes, forms, etc.Eric Christopher2012-11-16
* Lowercase the tag name to match the rest of dwarf.Eric Christopher2012-03-29
* Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel2012-02-04
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-03
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* Despite what the GCC wiki says, a quick search shows thatNick Lewycky2011-09-15
* Add some more DWARF extensions from:Nick Lewycky2011-09-15
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-15
* Maintain hexadecimal order.Devang Patel2011-09-13
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-12
* Increment debug info version to accommodate upcoming change in debug info nod...Devang Patel2011-08-16
* Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-19
* Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-19
* Make a provision to encode inline location in a variable. This will enable dw...Devang Patel2011-07-19
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-12
* Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel2011-05-12
* Add DW_OP_bit_piece.Devang Patel2011-04-21
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-16
* Remove unused tag.Devang Patel2011-02-18
* Provide tag strings for llvm specific tags.Devang Patel2011-02-18
* add DW_TAG for rvalue refs.Chris Lattner2011-01-22