aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveDebugVariables.cpp
AgeCommit message (Expand)Author
2013-02-13Clean up LDV, no functionality change.Manman Ren
2013-02-13Fix comment.Eric Christopher
2013-02-13Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen
2012-08-22Tidy up a few more uses of MF.getFunction()->getName().David Blaikie
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-22Don't depend on live ranges being present.Jakob Stoklund Olesen
2012-06-22Use regunit liveness to guide LiveDebugVariables.Jakob Stoklund Olesen
2012-05-15Handle NewReg==OldReg in renameRegister().Jakob Stoklund Olesen
2012-03-15Tabs.Eric Christopher
2012-03-15Typo.Eric Christopher
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-11-13Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen
2011-11-13Stop tracking spill slot uses in VirtRegMap.Jakob Stoklund Olesen
2011-09-16Namespacify.Benjamin Kramer
2011-09-13Use a cache to maintain list of machine basic blocks for a given UserValue.Devang Patel
2011-08-10While extending definition range of a debug variable, consult lexical scopes ...Devang Patel
2011-08-09Print variable's inline location in debug output.Devang Patel
2011-08-04Increment counter inside insertDebugValue().Devang Patel
2011-08-04Add counter.Devang Patel
2011-08-03Correctly handle multiple DBG_VALUE instructions at the same SlotIndex.Jakob Stoklund Olesen
2011-07-06Typo.Devang Patel
2011-05-08Remove an assertion to fix PR9872.Jakob Stoklund Olesen
2011-05-06Iterate backwards over debug locations when splitting them so they can be saf...Jakob Stoklund Olesen
2011-05-06Update LiveDebugVariables after live range splitting.Jakob Stoklund Olesen
2011-05-06Use TargetMachine hooks to properly print debug variable locations.Jakob Stoklund Olesen
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-22Reapply r128045 and r128051 with fixes.Jakob Stoklund Olesen
2011-03-22Revert r128045 and r128051, debug info enhancements.Andrew Trick
2011-03-22Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.Jakob Stoklund Olesen
2011-03-18Extend live debug values down the dominator tree by following copies.Jakob Stoklund Olesen
2011-02-04DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel
2011-01-13Better terminator avoidance.Jakob Stoklund Olesen
2011-01-13Temporary workaround for an i386 crash in LiveDebugVariables.Jakob Stoklund Olesen
2011-01-12Try again enabling LiveDebugVariables.Jakob Stoklund Olesen
2011-01-12Don't emit a DBG_VALUE for a spill slot that the rewriter decided not to use ...Jakob Stoklund Olesen
2011-01-12Fix braino in dominator tree walk.Jakob Stoklund Olesen
2011-01-12Sometimes, old virtual registers can linger on DBG_VALUE instructions.Jakob Stoklund Olesen
2011-01-11The world is not ready for LiveDebugVariables yet.Jakob Stoklund Olesen
2011-01-11Enable LiveDebugVariables by default.Jakob Stoklund Olesen
2011-01-11Don't insert DBG_VALUE instructions after the first terminator.Jakob Stoklund Olesen
2011-01-10Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen
2011-01-09Simplify LiveDebugVariables by storing MachineOperand copies locations insteadJakob Stoklund Olesen
2011-01-09Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen
2011-01-07Speculatively revert r123032.Devang Patel
2011-01-07Appropriately truncate debug info range in dwarf output.Devang Patel
2010-12-03Rename virtRegMap to avoid confusion with the VirtRegMap that it isn't.Jakob Stoklund Olesen
2010-12-03Coalesce debug locations when possible, causing less DBG_VALUE instructions toJakob Stoklund Olesen