aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Dwarf.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-298/+35
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-112/+59
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+42
* Merging r196144:Manman Ren2013-12-091-1/+0
* Merging r195494:Bill Wendling2013-12-091-0/+1
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-251-0/+28
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-211-27/+68
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-071-0/+3
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-231-2/+3
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-201-3/+2
* Fixed warningRichard Mitton2013-09-191-1/+1
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-1/+2
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-191-9/+8
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-191-7/+13
* Unbreak C++03 build.Benjamin Kramer2013-09-191-4/+6
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-191-31/+42
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-191-21/+18
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-131-1/+22
* Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher2013-09-091-0/+17
* Formatting.Eric Christopher2013-09-091-2/+2
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-051-0/+26
* Rename enums to match convention and remove superfluous "dwarf" in names.Eric Christopher2013-09-051-2/+2
* Clean up some whitespace and comment formatting.Eric Christopher2013-09-051-21/+18
* Move default dwarf version enum into the llvm dwarf constants ratherEric Christopher2013-09-041-3/+2
* Migrate the DWARF_VERSION constant to 4. It largely needs to go away.Eric Christopher2013-09-031-1/+1
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-211-1/+3
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-141-0/+2
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-101-1/+1
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-091-1/+1
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-051-2/+11
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-2/+0
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-081-2/+2
* Add constant definitions for fission dwarf attributes, forms, etc.Eric Christopher2012-11-161-3/+26
* Lowercase the tag name to match the rest of dwarf.Eric Christopher2012-03-291-1/+1
* Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel2012-02-041-1/+2
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-031-0/+2
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+1
* Despite what the GCC wiki says, a quick search shows thatNick Lewycky2011-09-151-1/+1
* Add some more DWARF extensions from:Nick Lewycky2011-09-151-1/+27
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-151-1/+17
* Maintain hexadecimal order.Devang Patel2011-09-131-1/+1
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-121-0/+1
* Increment debug info version to accommodate upcoming change in debug info nod...Devang Patel2011-08-161-1/+2
* Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-191-2/+3
* Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-191-3/+2
* Make a provision to encode inline location in a variable. This will enable dw...Devang Patel2011-07-191-2/+3
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-121-1/+1
* Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel2011-05-121-0/+1
* Add DW_OP_bit_piece.Devang Patel2011-04-211-0/+1