aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-02-04DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel1-20/+29
2011-01-13Better terminator avoidance.Jakob Stoklund Olesen1-9/+3
2011-01-13Temporary workaround for an i386 crash in LiveDebugVariables.Jakob Stoklund Olesen1-1/+2
2011-01-12Try again enabling LiveDebugVariables.Jakob Stoklund Olesen1-1/+1
2011-01-12Don't emit a DBG_VALUE for a spill slot that the rewriter decided not to use ...Jakob Stoklund Olesen1-1/+2
2011-01-12Fix braino in dominator tree walk.Jakob Stoklund Olesen1-1/+1
2011-01-12Sometimes, old virtual registers can linger on DBG_VALUE instructions.Jakob Stoklund Olesen1-1/+2
2011-01-11The world is not ready for LiveDebugVariables yet.Jakob Stoklund Olesen1-1/+1
2011-01-11Enable LiveDebugVariables by default.Jakob Stoklund Olesen1-1/+1
2011-01-11Don't insert DBG_VALUE instructions after the first terminator.Jakob Stoklund Olesen1-0/+7
2011-01-10Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen1-1/+1
2011-01-09Simplify LiveDebugVariables by storing MachineOperand copies locations insteadJakob Stoklund Olesen1-169/+48
2011-01-09Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen1-6/+1
2011-01-07Speculatively revert r123032.Devang Patel1-0/+6
2011-01-07Appropriately truncate debug info range in dwarf output.Devang Patel1-6/+0
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