aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-30Remove dead declarationMatt Arsenault1-7/+0
2017-08-24[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-8/+5
2017-06-21Mark dump() methods as const. NFCSam Clegg1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+1
2015-11-07Erase unused FunctionDIs variables after r252219.Yaron Keren1-1/+0
2015-07-01[CodeGen] Reduce visibility of implementation detailsBenjamin Kramer1-1/+1
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-1/+1
2015-04-17DebugInfo: Remove DIDescriptor from the DebugInfo APIDuncan P. N. Exon Smith1-1/+2
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-3/+3
2014-07-25Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie1-0/+3
2014-07-21Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch...David Blaikie1-3/+0
2014-07-09Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie1-0/+3
2014-07-03Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for ...Eric Christopher1-3/+0
2014-07-02Don't try to construct debug LexicalScopes hierarchy for functions that do no...David Blaikie1-0/+3
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-3/+3
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer1-1/+1
2013-09-11Give internal classes hidden visibility.Benjamin Kramer1-1/+1
2013-08-14Track new virtual registers by register number.Mark Lacey1-1/+3
2013-02-13Clean up LDV, no functionality change.Manman Ren1-4/+0
2013-02-13Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren1-0/+4
2011-05-06Update LiveDebugVariables after live range splitting.Jakob Stoklund Olesen1-0/+7
2010-12-03Emit DBG_VALUE instructions from LiveDebugVariables.Jakob Stoklund Olesen1-1/+4
2010-12-02Update LiveDebugVariables during coalescing.Jakob Stoklund Olesen1-0/+3
2010-12-02Implement the first half of LiveDebugVariables.Jakob Stoklund Olesen1-2/+2
2010-11-30Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen1-0/+57