summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
Commit message (Expand)AuthorAgeFilesLines
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* Remove unreachable code. (NFC)Adrian Prantl2017-08-021-1/+1
* Use print() instead of dump() in codeMatthias Braun2017-01-281-1/+3
* Refactor the DIExpression fragment query interface (NFC)Adrian Prantl2016-12-221-2/+2
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-5/+5
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Make headers self-contained again.Benjamin Kramer2016-03-041-0/+1
* Improve the debug output of DwarfDebug::buildLocationList().Adrian Prantl2016-02-291-0/+14
* [DwarfDebug] Move MergeValues to .cpp, NFCKeno Fischer2016-01-161-12/+1
* Replace a forward declaration with an #include.Adrian Prantl2015-10-151-1/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* AsmPrinter: Don't emit empty .debug_loc entriesDuncan P. N. Exon Smith2015-06-211-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-10/+10
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-4/+3
* AsmPrinter: Create a unified .debug_loc streamDuncan P. N. Exon Smith2015-04-171-8/+3
* AsmPrinter: Store MDExpression directly instead of MDNode, NFCDuncan P. N. Exon Smith2015-04-171-9/+7
* AsmPrinter: Stop storing MDLocalVariable in DebugLocEntryDuncan P. N. Exon Smith2015-04-171-25/+15
* AsmPrinter: Calculate type upfront for location lists, NFCDuncan P. N. Exon Smith2015-04-171-2/+1
* AsmPrinter: Remove dead code, NFCDuncan P. N. Exon Smith2015-04-161-1/+0
* DebugInfo: Gut DIExpressionDuncan P. N. Exon Smith2015-04-141-5/+4
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-7/+10
* DebugInfo: Remove DIDescriptor::Verify()Duncan P. N. Exon Smith2015-04-061-1/+1
* IR: Take advantage of -verify checks for MDExpressionDuncan P. N. Exon Smith2015-03-161-1/+1
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-12/+25
* Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"Adrian Prantl2015-03-021-15/+0
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-0/+15
* Revert r230930, it caused PR22747.Nico Weber2015-03-021-14/+0
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-0/+14
* Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in theAdrian Prantl2015-02-091-6/+6
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-16/+30
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-30/+16
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-16/+30
* Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...Craig Topper2014-08-271-1/+1
* 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
OpenPOWER on IntegriCloud