summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
Commit message (Expand)AuthorAgeFilesLines
...
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* DebugLocEntry: Restore the comparison predicate from before theAdrian Prantl2014-08-121-1/+4
* Add a couple of convenience accessors to DebugLocEntry::Value to furtherAdrian Prantl2014-08-111-5/+5
* Make these DebugLocEntry::Value comparison operators friend functionsAdrian Prantl2014-08-111-24/+34
* Debug info: Remove an obsolete constructor from DebugLocEntry.Adrian Prantl2014-08-111-2/+2
* Debug info: Modify DebugLocEntry::addValue to take multiple values so itAdrian Prantl2014-08-111-6/+6
* Debug Info: Move the sorting and uniqueing of pieces from emitLocPieces()Adrian Prantl2014-08-111-1/+17
* Debug info: Refactor DebugLocEntry's Merge function to makeAdrian Prantl2014-08-111-8/+13
* DebugInfo: Move the reference to the CU from the location list entry to the l...David Blaikie2014-08-051-9/+3
* Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl2014-08-011-1/+21
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* Debug Info: Prepare DebugLocEntry to handle more than a single value perAdrian Prantl2014-04-271-69/+69
* Debug info: Store the DIVariable in DebugLocEntry also for constants,Adrian Prantl2014-04-111-6/+6
* clarify commentAdrian Prantl2014-04-021-1/+2
* Add a doxygen comment to DebugLocEntry::Merge.Adrian Prantl2014-04-011-0/+3
* DebugLocEntry: Actually merge the loc entry when returning true.David Blaikie2014-04-011-1/+5
* Fix accidental fallthrough in DebugLocEntry::hasSameValueOrLocationDavid Blaikie2014-04-011-5/+10
* Remove unused function DebugLocEntry::isEmptyDavid Blaikie2014-04-011-3/+0
* Refactor out the comparison of the location/value in a DebugLocEntryDavid Blaikie2014-04-011-18/+19
* DebugInfo: Split DebugLocEntry into its own file.David Blaikie2014-04-011-0/+112
OpenPOWER on IntegriCloud