aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
AgeCommit message (Expand)Author
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
2006-01-26Split out Dwarf constants for use outside DwarfWriter.Jim Laskey