summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveDebugVariables.cpp
Commit message (Expand)AuthorAge
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-10
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-10
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-16
* Track new virtual registers by register number.Mark Lacey2013-08-14
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* Clean up LDV, no functionality change.Manman Ren2013-02-13
* Fix comment.Eric Christopher2013-02-13
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-13
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Don't depend on live ranges being present.Jakob Stoklund Olesen2012-06-22
* Use regunit liveness to guide LiveDebugVariables.Jakob Stoklund Olesen2012-06-22
* Handle NewReg==OldReg in renameRegister().Jakob Stoklund Olesen2012-05-15
* Tabs.Eric Christopher2012-03-15
* Typo.Eric Christopher2012-03-15
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-13
* Stop tracking spill slot uses in VirtRegMap.Jakob Stoklund Olesen2011-11-13
* Namespacify.Benjamin Kramer2011-09-16
* Use a cache to maintain list of machine basic blocks for a given UserValue.Devang Patel2011-09-13
* While extending definition range of a debug variable, consult lexical scopes ...Devang Patel2011-08-10
* Print variable's inline location in debug output.Devang Patel2011-08-09
* Increment counter inside insertDebugValue().Devang Patel2011-08-04
* Add counter.Devang Patel2011-08-04
* Correctly handle multiple DBG_VALUE instructions at the same SlotIndex.Jakob Stoklund Olesen2011-08-03
* Typo.Devang Patel2011-07-06
* Remove an assertion to fix PR9872.Jakob Stoklund Olesen2011-05-08
* Iterate backwards over debug locations when splitting them so they can be saf...Jakob Stoklund Olesen2011-05-06
* 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