summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveDebugVariables.h
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-241-8/+5
* Mark dump() methods as const. NFCSam Clegg2017-06-211-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+1
* Erase unused FunctionDIs variables after r252219.Yaron Keren2015-11-071-1/+0
* [CodeGen] Reduce visibility of implementation detailsBenjamin Kramer2015-07-011-1/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-1/+1
* DebugInfo: Remove DIDescriptor from the DebugInfo APIDuncan P. N. Exon Smith2015-04-171-1/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie2014-07-251-0/+3
* Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch...David Blaikie2014-07-211-3/+0
* Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie2014-07-091-0/+3
* Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for ...Eric Christopher2014-07-031-3/+0
* Don't try to construct debug LexicalScopes hierarchy for functions that do no...David Blaikie2014-07-021-0/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-3/+3
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* Track new virtual registers by register number.Mark Lacey2013-08-141-1/+3
* Clean up LDV, no functionality change.Manman Ren2013-02-131-4/+0
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-131-0/+4
* Update LiveDebugVariables after live range splitting.Jakob Stoklund Olesen2011-05-061-0/+7
* Emit DBG_VALUE instructions from LiveDebugVariables.Jakob Stoklund Olesen2010-12-031-1/+4
* Update LiveDebugVariables during coalescing.Jakob Stoklund Olesen2010-12-021-0/+3
* Implement the first half of LiveDebugVariables.Jakob Stoklund Olesen2010-12-021-2/+2
* Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen2010-11-301-0/+57