Add some more DWARF extensions from:
[oota-llvm.git] / lib / Support / Dwarf.cpp
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.