Support: Rewrite LocationAtom and OperationEncodingString(), NFC
[oota-llvm.git] / lib / Support / Dwarf.cpp
2015-02-13 Duncan P. N. Exon... Support: Rewrite LocationAtom and OperationEncodingStri...
2015-02-07 Duncan P. N. Exon... Support: Add dwarf::getVirtuality()
2015-02-07 Duncan P. N. Exon... Support: Use Dwarf.def for DW_VIRTUALITY, NFC
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getAttributeEncoding()
2015-02-06 Duncan P. N. Exon... Support: Rewrite AttributeEncodingString(), NFC
2015-02-06 Duncan P. N. Exon... Support: Stop stringifying DW_ATE_{lo,hi}_user
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getLanguage()
2015-02-06 Duncan P. N. Exon... Support: Rewrite dwarf::LanguageString(), NFC
2015-02-06 Duncan P. N. Exon... Support: Stop stringifying DW_LANG_{lo,hi}_user
2015-02-03 Duncan P. N. Exon... Support: Add string => unsigned mapping for DW_TAG
2015-02-03 Duncan P. N. Exon... Support: Re-implement dwarf::TagString() using a .def...
2015-02-03 Duncan P. N. Exon... Support: Stop stringifying DW_TAG_{lo,hi}_user
2014-10-23 Frederic RissModernize doxygen comments in Support/Dwarf.h
2014-10-09 Frederic RissAdd ApplePropertyString dump helper to Dwarf.{h|cpp}.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-05 Frederic RissReapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler...
2014-09-04 Frederic Riss[ dwarfdump ] Add symbolic dump of known DWARF attribut...
2014-09-04 Frederic RissRevert "[dwarfdump] Add missing DW_LANG_Mips_Assembler...
2014-09-04 Frederic Riss[dwarfdump] Add missing DW_LANG_Mips_Assembler case...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2013-12-22 Benjamin KramerDwarf: Fix a copy-paste bug.
2013-12-18 Adrian PrantlPull in a couple of new constants from the upcoming...
2013-10-07 Richard MittonFormally added an explicit enum for DWARF TLS support...
2013-09-20 David BlaikieDebugInfo: GDBIndexEntry*String conversion functions...
2013-09-19 David BlaikieDebugInfo: Improve IR annotation comments for GNU pubth...
2013-09-19 David BlaikieUnshift the GDB index/GNU pubnames constants modified...
2013-09-09 Eric ChristopherAdd constant defines for gnu pubnames and gnu pubtypes...
2013-09-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-05 Eric ChristopherFormatting.
2013-07-14 Eric ChristopherAdd DW_AT_GNU_odr_signature to the set of dwarf attributes.
2013-02-21 Eli BenderskyPreviously, parsing capability of the .debug_frame...
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 Eric ChristopherRemove what appears to be a dead llvm-specific debug...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-11-30 Eric ChristopherAdd support for fission attributes/forms/operations...
2012-03-29 Eric ChristopherLowercase the tag name to match the rest of dwarf.
2012-02-03 Devang PatelAdd new tag and an attribute to support debug info...
2011-09-15 Nick LewyckyAdd some more DWARF extensions from:
2011-09-15 Nick LewyckyUpdate Dwarf enums list for DWARF 4.
2011-09-12 Devang PatelAdd DW_ATE_UTF, which clang started using in my previou...
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Devang PatelLet Objective-C front-end identify class extension...
2011-04-21 Devang PatelAdd DW_OP_bit_piece.
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-02-18 Devang PatelProvide tag strings for llvm specific tags.
2010-06-17 Jason MolendaAdd the entire range of DW_OP_lit[0..31], DW_OP_reg...
2010-04-19 Devang PatelFix typo. add a test case.
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
2009-12-29 Chris LattnerDo not crash when .ll printing metadata that smells...
2009-12-29 Chris Lattnerfix indentation, fit in 80 cols.
2009-12-29 Chris Lattnerfix .cpp file to not wrap the entire file in namespace...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-05-14 Mike StumpAdd dumping support for DW_AT_APPLE_isa and DW_AT_APPLE...
2009-05-13 Mike StumpFix whitespacing (space after switch).
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2008-10-12 Dale JohannesenChange TAG_ names to DW_TAG for gcc (testsuite) compati...
2008-10-12 Dale JohannesenChange Dwarf comments starting with AT_ to DW_AT_ to
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-08-21 Jim LaskeyAdding new Dwarf constants.
2006-07-26 Reid SpencerFor PR780:
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-02-27 Jim LaskeyQualify dwarf namespace inside llvm namespace.
2006-02-27 Jim LaskeyRe-orging file.