summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor. A subprogram is part of compile unit so let CompileUnit construct n...Devang Patel2011-08-151-2/+121
* While emitting constant value, look through derived type and use underlying b...Devang Patel2011-07-201-14/+23
* Handle debug info for i128 constants.Devang Patel2011-06-241-1/+1
* Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...Devang Patel2011-06-011-4/+5
* Refactor.Devang Patel2011-05-311-7/+8
* Include global types, that are referenced through local variables, in debug_p...Devang Patel2011-05-311-1/+7
* Select DW_AT_const_value size based on global variable size.Devang Patel2011-05-281-5/+13
* Keep this simple. Use DIType to get signness and size of a type. Based on siz...Devang Patel2011-05-271-18/+13
* Handle signed types gracefully.Devang Patel2011-05-271-9/+21
* Select DW_AT_const_value size based on variable size.Devang Patel2011-05-271-2/+11
* 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