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