summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAge
* Remove duplicate code that we could just fallthrough to.Eric Christopher2012-05-18
* Fix thinko in conditional.Eric Christopher2012-05-08
* Handle OpDeref in case it comes in as a register operand.Eric Christopher2012-05-08
* Patch to set is_stmt a little better for prologue lines in a function.Eric Christopher2012-04-05
* Fix thinko check for number of operands to be the one that actuallyEric Christopher2012-04-03
* Add a line number for the scope of the function (starting at the firstEric Christopher2012-04-03
* Turn on the accelerator tables for Darwin.Eric Christopher2012-04-02
* Use DW_AT_low_pc for a single entry point into a routine.Eric Christopher2012-03-27
* Use the file in the inlined die rather than the compile unit forEric Christopher2012-03-26
* DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...Benjamin Kramer2012-03-11
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Grammar-o in function name.Eric Christopher2012-03-02
* If the linkage name doesn't exist we're supposed to emit a referenceEric Christopher2012-03-02
* Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher2012-03-02
* Reorder the sections being output to reduce the number of assemblerEric Christopher2012-03-01
* Minimal changes for LLVM to compile under VS11.Michael J. Spencer2012-03-01
* Add the source language into the compile unit.Eric Christopher2012-02-22
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.Eric Christopher2012-01-24
* Use const vector references instead of a vector copy. Spotted by Devang.Eric Christopher2012-01-06
* As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher2012-01-06
* Extraneous whitespace and 80-col.Eric Christopher2011-12-16
* Add inline subprogram names to the name lookup table since they mayEric Christopher2011-12-04
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* The dwarf standard says that the only differences between a out-of-lineRafael Espindola2011-11-12
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-10
* Make types and namespaces take multiple DIEs for the accelerator tablesEric Christopher2011-11-10
* Rework adding function names to the dwarf accelerator tables, allowEric Christopher2011-11-10
* Add comments.Benjamin Kramer2011-11-09
* Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...Benjamin Kramer2011-11-09
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-09
* Also add the linkage name to the name accelerator tables if it existsEric Christopher2011-11-08
* Add the base ObjC method name to the names lookup table as well.Eric Christopher2011-11-08
* Add all completed and named types to the dwarf type accelerator tables.Eric Christopher2011-11-07
* Use StringRef::startswith to do some string comparisons.Eric Christopher2011-11-07
* Allow for the case where the name of the subprogram is "".Eric Christopher2011-11-07
* Remove unnecessary addition to API. Replace with something much simpler.Eric Christopher2011-11-07
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-07
* Expose a way to get the beginning of the dwarf string section.Eric Christopher2011-11-07
* Fix up comment.Eric Christopher2011-11-07
* Emit declarations before definitions if they are available. This causes DW_AT...Rafael Espindola2011-11-04
* Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky2011-11-02
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-26
* Minor style cleanup, no functionality change.Nick Lewycky2011-10-17
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-11
* Typo.Eric Christopher2011-10-03
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-19
* Eliminate unnecessary forwarding function.Devang Patel2011-08-18