aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Dwarf.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-101-1/+1
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-091-1/+1
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-051-2/+11
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-2/+0
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-081-2/+2
* Add constant definitions for fission dwarf attributes, forms, etc.Eric Christopher2012-11-161-3/+26
* Lowercase the tag name to match the rest of dwarf.Eric Christopher2012-03-291-1/+1
* Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel2012-02-041-1/+2
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-031-0/+2
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+1
* Despite what the GCC wiki says, a quick search shows thatNick Lewycky2011-09-151-1/+1
* Add some more DWARF extensions from:Nick Lewycky2011-09-151-1/+27
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-151-1/+17
* Maintain hexadecimal order.Devang Patel2011-09-131-1/+1
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-121-0/+1
* Increment debug info version to accommodate upcoming change in debug info nod...Devang Patel2011-08-161-1/+2
* Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-191-2/+3
* Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-191-3/+2
* Make a provision to encode inline location in a variable. This will enable dw...Devang Patel2011-07-191-2/+3
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-121-1/+1
* Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel2011-05-121-0/+1
* Add DW_OP_bit_piece.Devang Patel2011-04-211-0/+1
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-161-1/+13
* Remove unused tag.Devang Patel2011-02-181-1/+0
* Provide tag strings for llvm specific tags.Devang Patel2011-02-181-1/+0
* add DW_TAG for rvalue refs.Chris Lattner2011-01-221-0/+1
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-301-0/+1
* Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel2010-09-291-1/+2
* Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and Jason Molenda2010-06-171-0/+87
* Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel2010-04-191-0/+1
* Start using DIFile. See updated SourceLevelDebugging.html for more information.Devang Patel2010-03-091-1/+2
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-1/+0
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-211-0/+1
* Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696Mike Stump2009-05-111-0/+2
* Removed trailing whitespace.Misha Brukman2009-02-201-11/+11
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-171-0/+2
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-231-1/+5
* indentation...Devang Patel2009-01-201-5/+5
* Need only one set of debug info versions enum.Devang Patel2009-01-201-0/+11
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-4/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-1/+1
* Support for non-landing pad exception handling.Jim Laskey2007-02-011-1/+19
* Adding new Dwarf constants.Jim Laskey2006-08-211-2/+3
* For PR780:Reid Spencer2006-07-261-0/+4
* 1. Revise vector debug support.Jim Laskey2006-06-161-0/+2
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-151-3/+10
* Generate local variable and scope information and equivalent dwarf forms.Jim Laskey2006-03-231-1/+11
* Remove comma from enum list.Jim Laskey2006-03-011-1/+1
* Switch back to using actual dwarf tags. Simplifies code without loss to otherJim Laskey2006-03-011-0/+10