aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
AgeCommit message (Expand)Author
2013-02-05Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky
2013-01-08Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher
2013-01-08Remove what appears to be a dead llvm-specific debug tag.Eric Christopher
2012-11-16Add constant definitions for fission dwarf attributes, forms, etc.Eric Christopher
2012-03-29Lowercase the tag name to match the rest of dwarf.Eric Christopher
2012-02-04Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel
2012-02-03Add new tag and an attribute to support debug info for objective-c property.Devang Patel
2011-12-09The second part of support for generating dwarf for assembly source files. ThisKevin Enderby
2011-09-15Despite what the GCC wiki says, a quick search shows thatNick Lewycky
2011-09-15Add some more DWARF extensions from:Nick Lewycky
2011-09-15Update Dwarf enums list for DWARF 4.Nick Lewycky
2011-09-13Maintain hexadecimal order.Devang Patel
2011-09-12Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel
2011-08-16Increment debug info version to accommodate upcoming change in debug info nod...Devang Patel
2011-07-19Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel
2011-07-19Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson
2011-07-19Make a provision to encode inline location in a variable. This will enable dw...Devang Patel
2011-05-12Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel
2011-05-12Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel
2011-04-21Add DW_OP_bit_piece.Devang Patel
2011-04-16Introduce support to encode Objective-C property information in debugging inf...Devang Patel
2011-02-18Remove unused tag.Devang Patel
2011-02-18Provide tag strings for llvm specific tags.Devang Patel
2011-01-22add DW_TAG for rvalue refs.Chris Lattner
2010-09-30Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby
2010-09-29Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel
2010-06-17Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and Jason Molenda
2010-04-19Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel
2010-03-09Start using DIFile. See updated SourceLevelDebugging.html for more information.Devang Patel
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov
2009-08-21Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner
2009-05-11Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696Mike Stump
2009-02-20Removed trailing whitespace.Misha Brukman
2009-02-17The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel
2009-01-23Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel
2009-01-20indentation...Devang Patel
2009-01-20Need only one set of debug info versions enum.Devang Patel
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-02-01Support for non-landing pad exception handling.Jim Laskey
2006-08-21Adding new Dwarf constants.Jim Laskey
2006-07-26For PR780:Reid Spencer
2006-06-161. Revise vector debug support.Jim Laskey
2006-06-151. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey
2006-03-23Generate local variable and scope information and equivalent dwarf forms.Jim Laskey
2006-03-01Remove comma from enum list.Jim Laskey
2006-03-01Switch back to using actual dwarf tags. Simplifies code without loss to otherJim Laskey
2006-02-27Qualify dwarf namespace inside llvm namespace.Jim Laskey
2006-02-27Re-orging file.Jim Laskey