aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Rename virtRegMap to avoid confusion with the VirtRegMap that it isn't.Jakob Stoklund Olesen1-5/+5
2010-12-03Coalesce debug locations when possible, causing less DBG_VALUE instructions toJakob Stoklund Olesen1-2/+34
2010-12-03Emit DBG_VALUE instructions from LiveDebugVariables.Jakob Stoklund Olesen1-1/+181
2010-12-03Also update virtRegMap when renaming virtual registers.Jakob Stoklund Olesen1-1/+11
2010-12-02Update LiveDebugVariables during coalescing.Jakob Stoklund Olesen1-0/+49
2010-12-02Implement the first half of LiveDebugVariables.Jakob Stoklund Olesen1-2/+505
2010-11-30Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen1-0/+50