summaryrefslogtreecommitdiff
path: root/lib/Support/Dwarf.cpp
Commit message (Expand)AuthorAge
* Add some more DWARF extensions from:Nick Lewycky2011-09-15
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-15
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-12
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-12
* Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel2011-05-12
* Add DW_OP_bit_piece.Devang Patel2011-04-21
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-16
* Provide tag strings for llvm specific tags.Devang Patel2011-02-18
* Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and Jason Molenda2010-06-17
* Fix typo. add a test case.Devang Patel2010-04-19
* Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel2010-04-19
* Do not crash when .ll printing metadata that smells like debug info, but isn't.Chris Lattner2009-12-29
* fix indentation, fit in 80 cols.Chris Lattner2009-12-29
* fix .cpp file to not wrap the entire file in namespace blocks.Chris Lattner2009-12-29
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block.Mike Stump2009-05-14
* Fix whitespacing (space after switch).Mike Stump2009-05-13
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-17
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-23
* Change TAG_ names to DW_TAG for gcc (testsuite) compatibility.Dale Johannesen2008-10-12
* Change Dwarf comments starting with AT_ to DW_AT_ toDale Johannesen2008-10-12
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Adding new Dwarf constants.Jim Laskey2006-08-21
* For PR780:Reid Spencer2006-07-26
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-15
* Qualify dwarf namespace inside llvm namespace.Jim Laskey2006-02-27
* Re-orging file.Jim Laskey2006-02-27