summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs.Devang Patel2012-02-071-17/+17
* DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel2012-02-061-0/+11
* Emit new property tag.Devang Patel2012-02-041-1/+29
* Add a comment and ensure that anyone else looking at this code doesn't startEric Christopher2012-01-061-6/+5
* As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher2012-01-061-2/+15
* Resolve part of a fixme and add a new one.Eric Christopher2011-12-161-2/+5
* Add a fixme here.Eric Christopher2011-12-161-0/+1
* DW_AT_virtuality is also defined to be constant, not flag.Nick Lewycky2011-12-141-2/+2
* DW_AT_accessibility is "constant" class, not form class, so it may not useNick Lewycky2011-12-131-6/+6
* DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel2011-11-171-4/+4
* Initialize variable.Eric Christopher2011-11-111-1/+2
* If we have a DIE with an AT_specification use that instead of the normalEric Christopher2011-11-111-7/+10
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-101-1/+12
* Move type handling to make sure we get all created types that aren'tEric Christopher2011-11-101-7/+5
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-091-4/+2
* Also add the linkage name to the name accelerator tables if it existsEric Christopher2011-11-081-0/+5
* Add all completed and named types to the dwarf type accelerator tables.Eric Christopher2011-11-071-0/+6
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-071-2/+11
* Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi2011-10-281-7/+9
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-281-15/+11
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-28/+33
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-261-19/+16
* Whitespace.Eric Christopher2011-10-031-1/+1
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-261-2/+2
* Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel2011-09-211-1/+1
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-141-4/+11
* Eliminate unnecessary forwarding function.Devang Patel2011-08-181-0/+3
* Add new DIE into the map asap.Devang Patel2011-08-181-8/+6
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-161-3/+7
* Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel2011-08-151-0/+108
* Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel2011-08-151-0/+109
* 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