History log of /external/llvm/include/llvm/Support/Dwarf.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6c31ee2b10827583a0fbcb39623fdfb440c917ef 29-Mar-2012 Eric Christopher <echristo@apple.com> Lowercase the tag name to match the rest of dwarf.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153691 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
0df823461dd3de0146c656cba4697d96998f3d24 04-Feb-2012 Devang Patel <dpatel@apple.com> Update llvm debug version to support new structure and tag for Objective-C property's debug info.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149736 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
36b24b0dfa2ca1ea203f37ce62d06ee23bd63c82 04-Feb-2012 Devang Patel <dpatel@apple.com> Add new tag and an attribute to support debug info for objective-c property.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149724 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
94c2e85bea1ab1b837a4c055ccc83d5cd32dd027 09-Dec-2011 Kevin Enderby <enderby@apple.com> The second part of support for generating dwarf for assembly source files. This
generates the dwarf Compile Unit DIE and a dwarf subprogram DIE for each
non-temporary label.

The next part will be to get the clang driver to enable this when assembling
a .s file. rdar://9275556


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146262 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
2460f32a8ab3fec16f1578c0119c3c029d236fa5 15-Sep-2011 Nick Lewycky <nicholas@mxc.ca> Despite what the GCC wiki says, a quick search shows that
DW_AT_GNU_template_name = 0x2110, not 0x2108. That would explain those
attr #0x2110 under the DW_TAG_GNU_template_template_param I'm seeing. Migrate
from documented values to reality.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139785 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
3a4178ea13b508bdad6f51d351d8ad3cf589959e 15-Sep-2011 Nick Lewycky <nicholas@mxc.ca> Add some more DWARF extensions from:
1. http://gcc.gnu.org/wiki/TemplateParmsDwarf
2. ftp://ftp.software.ibm.com/software/os390/czos/dwarf/mips_extensions.pdf


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139784 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
f59c532cfd2743b386b729244d3cb752ac55ab0b 15-Sep-2011 Nick Lewycky <nicholas@mxc.ca> Update Dwarf enums list for DWARF 4.
Note that DW_TAG_rvalue_reference_type is officially 0x42, not 0x41.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139779 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
de9ddbf19ada796c17e3c42eae477055616130df 13-Sep-2011 Devang Patel <dpatel@apple.com> Maintain hexadecimal order.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139601 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
5443140021291121a1e9d11cc4d74428f259cd6f 12-Sep-2011 Devang Patel <dpatel@apple.com> Add DW_ATE_UTF, which clang started using in my previous commit!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139503 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
d6a49773ffbe35847baa7a68773ebbb326120dd0 16-Aug-2011 Devang Patel <dpatel@apple.com> Increment debug info version to accommodate upcoming change in debug info node structure.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137751 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
23336b449eee301f4c4dcabbd75dedf3c75c30fc 19-Jul-2011 Devang Patel <dpatel@apple.com> Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yesterday.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135504 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
f51bb7cef8b0aa25506308c2ec0fcde58e1dc7ed 19-Jul-2011 Bob Wilson <bob.wilson@apple.com> Revert "Make a provision to encode inline location in a variable. This will enable dwarf writer to easily distinguish between two instances of a inlined variable in one basic block."

This reverts commit 9fec5e346efdf744b151ae6604f912908315fa7a.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135486 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
9fec5e346efdf744b151ae6604f912908315fa7a 19-Jul-2011 Devang Patel <dpatel@apple.com> Make a provision to encode inline location in a variable. This will enable dwarf writer to easily distinguish between two instances of a inlined variable in one basic block.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135457 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
201e6cdc39d5dca4e70cdd331f6f5055b3af3534 12-May-2011 Devang Patel <dpatel@apple.com> Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.
s/DW_AT_APPLE_objc_class_extension/DW_AT_APPLE_objc_complete_type/g


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131244 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
b11f80e94b590c90d07254dfa2406cf504e09cd3 12-May-2011 Devang Patel <dpatel@apple.com> Let Objective-C front-end identify class extension, in dwarf output, using an attribute DW_AT_APPLE_objc_class_extension.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131238 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
06161fcdd6f8fe80aff090f9c4d75e1cab2b7da2 22-Apr-2011 Devang Patel <dpatel@apple.com> Add DW_OP_bit_piece.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129945 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
e9db5e29e3af91eec572bfeb8dcec908213298b0 16-Apr-2011 Devang Patel <dpatel@apple.com> Introduce support to encode Objective-C property information in debugging information generated for an interface.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129624 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
f3a32140492d8df34439a910290f3c16b08023cd 19-Feb-2011 Devang Patel <dpatel@apple.com> Remove unused tag.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125988 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
98d9f5d90dacf5664fe55bc98a03322d2da68a7c 19-Feb-2011 Devang Patel <dpatel@apple.com> Provide tag strings for llvm specific tags.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125986 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
b83e60e602768238d5c56aee92537f8d5470a268 22-Jan-2011 Chris Lattner <sabre@nondot.org> add DW_TAG for rvalue refs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124019 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
3bb435301a2b5c901a993b0e151d05b596697038 30-Sep-2010 Kevin Enderby <enderby@apple.com> Did my commit for the last patch for the .loc directory from the wrong place and
missed a bunch of files. Here the rest. Sorry about that.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115173 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
9dd2b47d444e310347debcac5cdddedbb22881e6 29-Sep-2010 Devang Patel <dpatel@apple.com> Generalize DISubprogram element to encode various flags instead of just one boolean for isArtificial.
This is a backword compatible change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115084 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
f7a503e6bb0773c198620defd5bd71813d1398e9 17-Jun-2010 Jason Molenda <jmolenda@apple.com> Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and
DW_OP_breg[0..31] to Dwarf.h.

Add "DW_" prefix to the llvm::dwarf::*String methods which did not
already have them in Dwarf.cpp.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106197 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
2a4a3b7c6180202d24aff5b1992067907aefcab6 19-Apr-2010 Devang Patel <dpatel@apple.com> Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101805 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
4b945500a5eb1b32ee8004e40e386105ee5815eb 09-Mar-2010 Devang Patel <dpatel@apple.com> Start using DIFile. See updated SourceLevelDebugging.html for more information.

This patch updates LLVMDebugVersion to 8.
Debug info descriptors encoded using LLVMDebugVersion 7 is supported.

Corresponding llvmgcc and clang FE commits are required.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98020 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
9184b25fa543a900463215c11635c2c014ddb623 15-Feb-2010 Anton Korobeynikov <asl@math.spbu.ru> Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96285 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
01248e671100fbd6eac6bc3646096dc75ec885d1 21-Aug-2009 Reid Kleckner <reid@kleckner.net> Fix a bug where the DWARF emitter in the JIT was not initializing alignment
bytes. libgcc doesn't seem to mind, but if you pass this DWARF to GDB, it
doesn't like it.

Also make the JIT memory manager to initialize it's memory to garbage in debug
mode, so that it's easier to find bugs like these in the future.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79674 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
6dc4ade59505fd8a01370ff8da5b18110f7a2f41 11-May-2009 Mike Stump <mrs@apple.com> Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71479 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
fe2cce63aa26d0916fa7be32c6bf7fa8fb059ee7 20-Feb-2009 Misha Brukman <brukman+llvm@gmail.com> Removed trailing whitespace.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65196 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
13319ceffdd99d153e62011c5dda08b95e3279e3 17-Feb-2009 Devang Patel <dpatel@apple.com> The debugger sometimes lookup dynamically in the runtime to find ivar info of any Objective-C classes. It would be very helpful to debugger if the compiler encodes runtime version number in DWARF.

Add support for two additional DWARF attributes to encode Objective-C runtime version number.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64834 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
3b64c6bc2916bc62a99ef8a2995a426d994e1a04 23-Jan-2009 Devang Patel <dpatel@apple.com> Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_flags.

DW_AT_APPLE_optimized flag is set when a compile_unit is optimized. The debugger takes advantage of this information some way.

DW_AT_APPLE_flags encodes command line options when certain env. variable is set. This is used by build engineers to track various gcc command lines used by by a project, irrespective of whether the project used makefile, Xcode or something else.

llvm-gcc patch is next.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62888 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
018ec84b32cfe87941e496faa410a0aaa445d0cd 20-Jan-2009 Devang Patel <dpatel@apple.com> indentation...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62603 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
6906ba52f050a6608502987e754a622f5c5111a6 20-Jan-2009 Devang Patel <dpatel@apple.com> Need only one set of debug info versions enum.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62602 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
84b7df43fb098268f6ce37a3e32bcc2f455ecf96 06-May-2008 Dan Gohman <gohman@apple.com> Remove uses of llvm/System/IncludeFile.h that are no longer needed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50695 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
7ed47a13356daed2a34cd2209a31f92552e3bdd8 29-Dec-2007 Chris Lattner <sabre@nondot.org> Don't attribute in file headers anymore. See llvmdev for the
discussion of this change. Boy are my fingers tired. ;-)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45411 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
bed2946a96ecb15b0b636fa74cb26ce61b1c648e 16-Apr-2007 Anton Korobeynikov <asl@math.spbu.ru> Removed tabs everywhere except autogenerated & external files. Add make
target for tabs checking.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36146 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
b82313fdc21e8190768addf0f16710b94f0e1441 01-Feb-2007 Jim Laskey <jlaskey@mac.com> Support for non-landing pad exception handling.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33755 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
6f397bf4c8f19691bde016e5e6fbeddf8cd7f363 21-Aug-2006 Jim Laskey <jlaskey@mac.com> Adding new Dwarf constants.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29798 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
7107c3badfe78ec89dcab6c02cf1b1bcaccc42a8 26-Jul-2006 Reid Spencer <rspencer@reidspencer.com> For PR780:
1. Move IncludeFile.h to System library
2. Move IncludeFile.cpp to System library
3. #1 and #2 required to prevent cyclic library dependencies for libSystem
4. Convert all existing uses of Support/IncludeFile.h to System/IncludeFile.h
5. Add IncludeFile support to various lib/System classes.
6. Add new lib/System classes to LinkAllVMCore.h
All this in an attempt to pull in lib/System to what's required for VMCore


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29287 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
7089f45987728197e80174e7640f0178d688080e 16-Jun-2006 Jim Laskey <jlaskey@mac.com> 1. Revise vector debug support.

2. Update docs for vector debug support and new version control.

3. Simplify serialization of DebugDescInfo subclasses.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28816 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
f8a01a966120a041fe96300271573a8bf5a3e668 15-Jun-2006 Jim Laskey <jlaskey@mac.com> 1. Support standard dwarf format (was bootstrapping in Apple format.)

2. Add vector support.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28807 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
b8509c5752d58280178f611e0c3f8b89ed076598 23-Mar-2006 Jim Laskey <jlaskey@mac.com> Generate local variable and scope information and equivalent dwarf forms.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26989 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
abd19e8b5bc96b62000d60254bcfe6297639d4b1 01-Mar-2006 Jim Laskey <jlaskey@mac.com> Remove comma from enum list.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26456 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
9c4447aa2b47f133ac3eac095adb3c375d33031e 01-Mar-2006 Jim Laskey <jlaskey@mac.com> Switch back to using actual dwarf tags. Simplifies code without loss to other
debug forms.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26455 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
9a777a3a8ed8f73cc9a256208ad3c52391eb5aae 27-Feb-2006 Jim Laskey <jlaskey@mac.com> Qualify dwarf namespace inside llvm namespace.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26409 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
0d086af82b2b659688911a5e8c3eb27d58156063 27-Feb-2006 Jim Laskey <jlaskey@mac.com> Re-orging file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26401 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h
a550f638333815177ac79a6fa357461d77396614 26-Jan-2006 Jim Laskey <jlaskey@mac.com> Split out Dwarf constants for use outside DwarfWriter.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25646 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/Dwarf.h