aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Dwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-296/+64
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-42/+63
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-22/+22
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+21
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-071-3/+4
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-201-2/+2
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-191-0/+34
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-191-23/+0
* Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher2013-09-091-0/+23
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-051-0/+16
* Formatting.Eric Christopher2013-09-051-2/+2
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-141-0/+1
* Previously, parsing capability of the .debug_frame section was addedEli Bendersky2013-02-211-0/+1
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-1/+0
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-081-1/+0
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Add support for fission attributes/forms/operations -> string.Eric Christopher2012-11-301-0/+16
* Lowercase the tag name to match the rest of dwarf.Eric Christopher2012-03-291-1/+1
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-031-0/+2
* Add some more DWARF extensions from:Nick Lewycky2011-09-151-0/+32
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-151-0/+16
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-121-0/+1
* 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
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-161-0/+4
* Provide tag strings for llvm specific tags.Devang Patel2011-02-181-0/+4
* Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and Jason Molenda2010-06-171-212/+299
* Fix typo. add a test case.Devang Patel2010-04-191-1/+1
* Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel2010-04-191-1/+2
* Do not crash when .ll printing metadata that smells like debug info, but isn't.Chris Lattner2009-12-291-46/+23
* fix indentation, fit in 80 cols.Chris Lattner2009-12-291-382/+382
* fix .cpp file to not wrap the entire file in namespace blocks.Chris Lattner2009-12-291-30/+23
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-21/+21
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-21/+22
* Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block.Mike Stump2009-05-141-0/+2
* Fix whitespacing (space after switch).Mike Stump2009-05-131-21/+21
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-171-0/+2
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-231-0/+2
* Change TAG_ names to DW_TAG for gcc (testsuite) compatibility.Dale Johannesen2008-10-121-59/+59
* Change Dwarf comments starting with AT_ to DW_AT_ toDale Johannesen2008-10-121-96/+96
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Adding new Dwarf constants.Jim Laskey2006-08-211-0/+1
* For PR780:Reid Spencer2006-07-261-0/+3
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-151-0/+7
* Qualify dwarf namespace inside llvm namespace.Jim Laskey2006-02-271-1/+4
* Re-orging file.Jim Laskey2006-02-271-0/+572