summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-301/+0
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-0/+301
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-301/+0
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-0/+301
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-301/+0
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-0/+301
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-301/+0
* Add a debug dump for DbgValueHistoryMapVedant Kumar2018-06-011-0/+30
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-7/+7
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-7/+16
* DbgValueHistoryCalculator: Ignore call instructions that claim to clobber SP.Adrian Prantl2017-06-011-0/+4
* BitVector: add iterators for set bitsFrancis Visoiu Mistrih2017-05-171-2/+1
* CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MIDuncan P. N. Exon Smith2016-09-111-2/+2
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-2/+2
* Improve virtual register handling when computing debug informationDominic Chen2016-08-111-7/+16
* AsmPrinter: Avoid implicit iterator conversions in DbgValueHistoryCalculator,...Duncan P. N. Exon Smith2016-07-081-2/+2
* Consider regmasks when computing register-based DBG_VALUE live rangesReid Kleckner2016-03-251-26/+40
* CodeGen: Change MachineInstr to use MachineInstr&, NFCDuncan P. N. Exon Smith2016-02-271-1/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-1/+1
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-1/+1
* AsmPrinter: Simplify logic for debug info intrinsics' !dbg attachmentsDuncan P. N. Exon Smith2015-04-161-4/+1
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-10/+15
* CodeGen: Assert that inlined-at locations agreeDuncan P. N. Exon Smith2015-04-031-0/+2
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* DbgValueHistoryCalculator: Store modified registers in a BitVector instead of...Benjamin Kramer2014-10-061-23/+33
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-3/+3
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-3/+3
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-3/+3
* Improve performance of calculateDbgValueHistory.Adrian Prantl2014-08-061-10/+16
* Cleanup collectChangingRegsAdrian Prantl2014-08-061-3/+4
* Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl2014-08-011-2/+6
* Generate better location ranges for some register-described variables.Alexey Samsonov2014-06-091-24/+55
* Change representation of instruction ranges where variable is accessible.Alexey Samsonov2014-05-271-47/+53
* Don't pre-populate the set of keys in the map with variable locations history.Alexey Samsonov2014-05-271-0/+1
* Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.Alexey Samsonov2014-05-201-116/+135
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-301-14/+11
* Move logic for calculating DBG_VALUE history map into separate file/class.Alexey Samsonov2014-04-301-0/+152
OpenPOWER on IntegriCloud