summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-67/+0
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-0/+67
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-67/+0
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-0/+67
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-67/+0
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-0/+67
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-67/+0
* Add a debug dump for DbgValueHistoryMapVedant Kumar2018-06-011-0/+4
* Add a few missing headers for modularization/IWYU/etcDavid Blaikie2017-10-271-1/+1
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-9/+13
* One more batch of self-containing headers.Benjamin Kramer2016-01-271-2/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-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-3/+3
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-5/+9
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl2014-08-011-0/+2
* Change representation of instruction ranges where variable is accessible.Alexey Samsonov2014-05-271-6/+25
* Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.Alexey Samsonov2014-05-201-3/+4
* Use a single data structure to store all user variables in DwarfDebugAlexey Samsonov2014-04-301-3/+3
* Move logic for calculating DBG_VALUE history map into separate file/class.Alexey Samsonov2014-04-301-0/+34
OpenPOWER on IntegriCloud