aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveDebugVariables.h
AgeCommit message (Expand)Author
2017-08-24[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-06-21Mark dump() methods as const. NFCSam Clegg
2016-04-18[NFC] Header cleanupMehdi Amini
2015-11-07Erase unused FunctionDIs variables after r252219.Yaron Keren
2015-07-01[CodeGen] Reduce visibility of implementation detailsBenjamin Kramer
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-17DebugInfo: Remove DIDescriptor from the DebugInfo APIDuncan P. N. Exon Smith
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-07-25Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie
2014-07-21Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch...David Blaikie
2014-07-09Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie
2014-07-03Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for ...Eric Christopher
2014-07-02Don't try to construct debug LexicalScopes hierarchy for functions that do no...David Blaikie
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer
2013-09-11Give internal classes hidden visibility.Benjamin Kramer
2013-08-14Track new virtual registers by register number.Mark Lacey
2013-02-13Clean up LDV, no functionality change.Manman Ren
2013-02-13Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren
2011-05-06Update LiveDebugVariables after live range splitting.Jakob Stoklund Olesen
2010-12-03Emit DBG_VALUE instructions from LiveDebugVariables.Jakob Stoklund Olesen
2010-12-02Update LiveDebugVariables during coalescing.Jakob Stoklund Olesen
2010-12-02Implement the first half of LiveDebugVariables.Jakob Stoklund Olesen
2010-11-30Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen