aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveDebugVariables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Appropriately truncate debug info range in dwarf output.Devang Patel2011-01-071-6/+0
* Rename virtRegMap to avoid confusion with the VirtRegMap that it isn't.Jakob Stoklund Olesen2010-12-031-5/+5
* Coalesce debug locations when possible, causing less DBG_VALUE instructions toJakob Stoklund Olesen2010-12-031-2/+34
* Emit DBG_VALUE instructions from LiveDebugVariables.Jakob Stoklund Olesen2010-12-031-1/+181
* Also update virtRegMap when renaming virtual registers.Jakob Stoklund Olesen2010-12-031-1/+11
* Update LiveDebugVariables during coalescing.Jakob Stoklund Olesen2010-12-021-0/+49
* Implement the first half of LiveDebugVariables.Jakob Stoklund Olesen2010-12-021-2/+505
* Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen2010-11-301-0/+50