summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveDebugVariables.cpp
Commit message (Expand)AuthorAge
...
* Update LiveDebugVariables after live range splitting.Jakob Stoklund Olesen2011-05-06
* Use TargetMachine hooks to properly print debug variable locations.Jakob Stoklund Olesen2011-05-06
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Reapply r128045 and r128051 with fixes.Jakob Stoklund Olesen2011-03-22
* Revert r128045 and r128051, debug info enhancements.Andrew Trick2011-03-22
* Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.Jakob Stoklund Olesen2011-03-22
* Extend live debug values down the dominator tree by following copies.Jakob Stoklund Olesen2011-03-18
* DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel2011-02-04
* Better terminator avoidance.Jakob Stoklund Olesen2011-01-13
* Temporary workaround for an i386 crash in LiveDebugVariables.Jakob Stoklund Olesen2011-01-13
* Try again enabling LiveDebugVariables.Jakob Stoklund Olesen2011-01-12
* Don't emit a DBG_VALUE for a spill slot that the rewriter decided not to use ...Jakob Stoklund Olesen2011-01-12
* Fix braino in dominator tree walk.Jakob Stoklund Olesen2011-01-12
* Sometimes, old virtual registers can linger on DBG_VALUE instructions.Jakob Stoklund Olesen2011-01-12
* The world is not ready for LiveDebugVariables yet.Jakob Stoklund Olesen2011-01-11
* Enable LiveDebugVariables by default.Jakob Stoklund Olesen2011-01-11
* Don't insert DBG_VALUE instructions after the first terminator.Jakob Stoklund Olesen2011-01-11
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-10
* Simplify LiveDebugVariables by storing MachineOperand copies locations insteadJakob Stoklund Olesen2011-01-09
* Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen2011-01-09
* Speculatively revert r123032.Devang Patel2011-01-07
* Appropriately truncate debug info range in dwarf output.Devang Patel2011-01-07
* Rename virtRegMap to avoid confusion with the VirtRegMap that it isn't.Jakob Stoklund Olesen2010-12-03
* Coalesce debug locations when possible, causing less DBG_VALUE instructions toJakob Stoklund Olesen2010-12-03
* Emit DBG_VALUE instructions from LiveDebugVariables.Jakob Stoklund Olesen2010-12-03
* Also update virtRegMap when renaming virtual registers.Jakob Stoklund Olesen2010-12-03
* Update LiveDebugVariables during coalescing.Jakob Stoklund Olesen2010-12-02
* Implement the first half of LiveDebugVariables.Jakob Stoklund Olesen2010-12-02
* Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen2010-11-30