summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-121-2/+2
* Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel2011-05-121-0/+4
* Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...Devang Patel2011-05-061-0/+35
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-281-5/+12
* Simplify handling of variables with complex address (i.e. blocks variables)Devang Patel2011-04-271-21/+4
* Refactor code. Keep dwarf register operation selection logic at one place.Devang Patel2011-04-261-72/+60
* Rename a method to match what it really does.Devang Patel2011-04-251-3/+4
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-161-0/+31
* I missed this new file in previous commit.Devang Patel2011-04-121-0/+973
OpenPOWER on IntegriCloud