aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
AgeCommit message (Expand)Author
2012-03-11DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...Benjamin Kramer
2012-03-04Use uint16_t to store register overlaps to reduce static data.Craig Topper
2012-03-02Grammar-o in function name.Eric Christopher
2012-03-02If the linkage name doesn't exist we're supposed to emit a referenceEric Christopher
2012-03-02Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher
2012-03-01Reorder the sections being output to reduce the number of assemblerEric Christopher
2012-03-01Minimal changes for LLVM to compile under VS11.Michael J. Spencer
2012-02-22Add the source language into the compile unit.Eric Christopher
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-01-24Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.Eric Christopher
2012-01-06Use const vector references instead of a vector copy. Spotted by Devang.Eric Christopher
2012-01-06As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher
2011-12-16Extraneous whitespace and 80-col.Eric Christopher
2011-12-04Add inline subprogram names to the name lookup table since they mayEric Christopher
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-12The dwarf standard says that the only differences between a out-of-lineRafael Espindola
2011-11-10Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola
2011-11-10Make types and namespaces take multiple DIEs for the accelerator tablesEric Christopher
2011-11-10Rework adding function names to the dwarf accelerator tables, allowEric Christopher
2011-11-09Add comments.Benjamin Kramer
2011-11-09Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...Benjamin Kramer
2011-11-09Remove the pubnames section, no one consumes it.Eric Christopher
2011-11-08Also add the linkage name to the name accelerator tables if it existsEric Christopher
2011-11-08Add the base ObjC method name to the names lookup table as well.Eric Christopher
2011-11-07Add all completed and named types to the dwarf type accelerator tables.Eric Christopher
2011-11-07Use StringRef::startswith to do some string comparisons.Eric Christopher
2011-11-07Allow for the case where the name of the subprogram is "".Eric Christopher
2011-11-07Remove unnecessary addition to API. Replace with something much simpler.Eric Christopher
2011-11-07Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher
2011-11-07Expose a way to get the beginning of the dwarf string section.Eric Christopher
2011-11-07Fix up comment.Eric Christopher
2011-11-04Emit declarations before definitions if they are available. This causes DW_AT...Rafael Espindola
2011-11-02Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky
2011-10-26Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky
2011-10-17Minor style cleanup, no functionality change.Nick Lewycky
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher
2011-10-03Typo.Eric Christopher
2011-08-19Do not use named md nodes to track variables that are completely optimized. T...Devang Patel
2011-08-18Eliminate unnecessary forwarding function.Devang Patel
2011-08-16Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel
2011-08-16Remove unnecessary version check.Devang Patel
2011-08-15Refactor.Devang Patel
2011-08-15Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...Devang Patel
2011-08-15This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi...Devang Patel
2011-08-15Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel
2011-08-15There is no need to maintain a set to keep track of variables that use locati...Devang Patel
2011-08-15Fix warning.Devang Patel
2011-08-15Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct...Devang Patel