aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Dwarf.cpp
AgeCommit message (Expand)Author
2009-05-14Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block.Mike Stump
2009-05-13Fix whitespacing (space after switch).Mike Stump
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
2008-10-12Change TAG_ names to DW_TAG for gcc (testsuite) compatibility.Dale Johannesen
2008-10-12Change Dwarf comments starting with AT_ to DW_AT_ toDale Johannesen
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-08-21Adding new Dwarf constants.Jim Laskey
2006-07-26For PR780:Reid Spencer
2006-06-151. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey
2006-02-27Qualify dwarf namespace inside llvm namespace.Jim Laskey
2006-02-27Re-orging file.Jim Laskey