Add new tag and an attribute to support debug info for objective-c property.
[oota-llvm.git] / include / llvm / Support / Dwarf.h
2012-02-03 Devang PatelAdd new tag and an attribute to support debug info...
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-09-15 Nick LewyckyDespite what the GCC wiki says, a quick search shows...
2011-09-15 Nick LewyckyAdd some more DWARF extensions from:
2011-09-15 Nick LewyckyUpdate Dwarf enums list for DWARF 4.
2011-09-13 Devang PatelMaintain hexadecimal order.
2011-09-12 Devang PatelAdd DW_ATE_UTF, which clang started using in my previou...
2011-08-16 Devang PatelIncrement debug info version to accommodate upcoming...
2011-07-19 Devang PatelReapply r135457. This needs llvm-gcc change, that I...
2011-07-19 Bob WilsonRevert "Make a provision to encode inline location...
2011-07-19 Devang PatelMake a provision to encode inline location in a variabl...
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 PatelRemove unused tag.
2011-02-18 Devang PatelProvide tag strings for llvm specific tags.
2011-01-22 Chris Lattneradd DW_TAG for rvalue refs.
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-06-17 Jason MolendaAdd the entire range of DW_OP_lit[0..31], DW_OP_reg...
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
2010-03-09 Devang PatelStart using DIFile. See updated SourceLevelDebugging...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-05-11 Mike StumpAdd DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696
2009-02-20 Misha BrukmanRemoved trailing whitespace.
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...
2009-01-20 Devang Patelindentation...
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2006-08-21 Jim LaskeyAdding new Dwarf constants.
2006-07-26 Reid SpencerFor PR780:
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-03-23 Jim LaskeyGenerate local variable and scope information and equiv...
2006-03-01 Jim LaskeyRemove comma from enum list.
2006-03-01 Jim LaskeySwitch back to using actual dwarf tags. Simplifies...
2006-02-27 Jim LaskeyQualify dwarf namespace inside llvm namespace.
2006-02-27 Jim LaskeyRe-orging file.
2006-01-26 Jim LaskeySplit out Dwarf constants for use outside DwarfWriter.