aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Dwarf.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Modernize doxygen comments in Support/Dwarf.hFrederic Riss1-45/+0
2014-10-09Add ApplePropertyString dump helper to Dwarf.{h|cpp}.Frederic Riss1-0/+33
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-0/+1
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-2/+0
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-0/+2
2014-09-05Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageStrin...Frederic Riss1-0/+1
2014-09-04[ dwarfdump ] Add symbolic dump of known DWARF attribute values.Frederic Riss1-0/+31
2014-09-04Revert "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()"Frederic Riss1-1/+0
2014-09-04[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()Frederic Riss1-0/+1
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-22/+22
2013-12-22Dwarf: Fix a copy-paste bug.Benjamin Kramer1-1/+1
2013-12-18Pull in a couple of new constants from the upcoming DWARF 5 standard.Adrian Prantl1-0/+21
2013-10-07Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton1-3/+4
2013-09-20DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie1-2/+2
2013-09-19DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie1-0/+34
2013-09-19Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie1-23/+0
2013-09-09Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher1-0/+23
2013-09-05Move accelerator table defines and constants to Dwarf.h sinceEric Christopher1-0/+16
2013-09-05Formatting.Eric Christopher1-2/+2
2013-07-14Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher1-0/+1
2013-02-21Previously, parsing capability of the .debug_frame section was addedEli Bendersky1-0/+1
2013-01-08Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher1-1/+0
2013-01-08Remove what appears to be a dead llvm-specific debug tag.Eric Christopher1-1/+0
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-1/+1
2012-11-30Add support for fission attributes/forms/operations -> string.Eric Christopher1-0/+16
2012-03-29Lowercase the tag name to match the rest of dwarf.Eric Christopher1-1/+1
2012-02-03Add new tag and an attribute to support debug info for objective-c property.Devang Patel1-0/+2
2011-09-15Add some more DWARF extensions from:Nick Lewycky1-0/+32
2011-09-15Update Dwarf enums list for DWARF 4.Nick Lewycky1-0/+16
2011-09-12Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel1-0/+1
2011-05-12Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel1-1/+1
2011-05-12Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel1-0/+1
2011-04-21Add DW_OP_bit_piece.Devang Patel1-0/+1
2011-04-16Introduce support to encode Objective-C property information in debugging inf...Devang Patel1-0/+4
2011-02-18Provide tag strings for llvm specific tags.Devang Patel1-0/+4
2010-06-17Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and Jason Molenda1-212/+299
2010-04-19Fix typo. add a test case.Devang Patel1-1/+1
2010-04-19Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel1-1/+2
2009-12-29Do not crash when .ll printing metadata that smells like debug info, but isn't.Chris Lattner1-46/+23
2009-12-29fix indentation, fit in 80 cols.Chris Lattner1-382/+382
2009-12-29fix .cpp file to not wrap the entire file in namespace blocks.Chris Lattner1-30/+23
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin1-21/+21
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin1-21/+22
2009-05-14Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block.Mike Stump1-0/+2
2009-05-13Fix whitespacing (space after switch).Mike Stump1-21/+21
2009-02-17The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel1-0/+2
2009-01-23Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel1-0/+2
2008-10-12Change TAG_ names to DW_TAG for gcc (testsuite) compatibility.Dale Johannesen1-59/+59
2008-10-12Change Dwarf comments starting with AT_ to DW_AT_ toDale Johannesen1-96/+96
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman1-3/+0