aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveDebugVariables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Don't depend on live ranges being present.Jakob Stoklund Olesen2012-06-221-3/+8
* Use regunit liveness to guide LiveDebugVariables.Jakob Stoklund Olesen2012-06-221-5/+18
* Handle NewReg==OldReg in renameRegister().Jakob Stoklund Olesen2012-05-151-1/+2
* Tabs.Eric Christopher2012-03-151-3/+3
* Typo.Eric Christopher2012-03-151-1/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-2/+2
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-131-4/+4
* Stop tracking spill slot uses in VirtRegMap.Jakob Stoklund Olesen2011-11-131-2/+1
* Namespacify.Benjamin Kramer2011-09-161-0/+2
* Use a cache to maintain list of machine basic blocks for a given UserValue.Devang Patel2011-09-131-10/+33
* While extending definition range of a debug variable, consult lexical scopes ...Devang Patel2011-08-101-10/+22
* Print variable's inline location in debug output.Devang Patel2011-08-091-2/+5
* Increment counter inside insertDebugValue().Devang Patel2011-08-041-2/+1
* Add counter.Devang Patel2011-08-041-1/+4
* Correctly handle multiple DBG_VALUE instructions at the same SlotIndex.Jakob Stoklund Olesen2011-08-031-0/+3
* Typo.Devang Patel2011-07-061-1/+1
* Remove an assertion to fix PR9872.Jakob Stoklund Olesen2011-05-081-0/+4
* Iterate backwards over debug locations when splitting them so they can be saf...Jakob Stoklund Olesen2011-05-061-1/+4
* Update LiveDebugVariables after live range splitting.Jakob Stoklund Olesen2011-05-061-1/+146
* Use TargetMachine hooks to properly print debug variable locations.Jakob Stoklund Olesen2011-05-061-6/+7
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Reapply r128045 and r128051 with fixes.Jakob Stoklund Olesen2011-03-221-17/+7
* Revert r128045 and r128051, debug info enhancements.Andrew Trick2011-03-221-0/+17
* Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.Jakob Stoklund Olesen2011-03-221-17/+0
* Extend live debug values down the dominator tree by following copies.Jakob Stoklund Olesen2011-03-181-24/+136
* DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel2011-02-041-20/+29
* Better terminator avoidance.Jakob Stoklund Olesen2011-01-131-9/+3
* Temporary workaround for an i386 crash in LiveDebugVariables.Jakob Stoklund Olesen2011-01-131-1/+2
* Try again enabling LiveDebugVariables.Jakob Stoklund Olesen2011-01-121-1/+1
* Don't emit a DBG_VALUE for a spill slot that the rewriter decided not to use ...Jakob Stoklund Olesen2011-01-121-1/+2
* Fix braino in dominator tree walk.Jakob Stoklund Olesen2011-01-121-1/+1
* Sometimes, old virtual registers can linger on DBG_VALUE instructions.Jakob Stoklund Olesen2011-01-121-1/+2
* The world is not ready for LiveDebugVariables yet.Jakob Stoklund Olesen2011-01-111-1/+1
* Enable LiveDebugVariables by default.Jakob Stoklund Olesen2011-01-111-1/+1
* Don't insert DBG_VALUE instructions after the first terminator.Jakob Stoklund Olesen2011-01-111-0/+7
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-101-1/+1
* Simplify LiveDebugVariables by storing MachineOperand copies locations insteadJakob Stoklund Olesen2011-01-091-169/+48
* Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen2011-01-091-6/+1
* Speculatively revert r123032.Devang Patel2011-01-071-0/+6
* 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