aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.h
AgeCommit message (Expand)AuthorFilesLines
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