index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LiveDebugVariables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
1
-9
/
+9
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-4
/
+4
*
Debug info: Fix PR16736 and rdar://problem/14990587.
Adrian Prantl
2013-09-16
1
-1
/
+2
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
1
-11
/
+15
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
1
-10
/
+19
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
1
-12
/
+0
*
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
1
-22
/
+11
*
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
1
-11
/
+22
*
Clean up LDV, no functionality change.
Manman Ren
2013-02-13
1
-60
/
+19
*
Fix comment.
Eric Christopher
2013-02-13
1
-2
/
+2
*
Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.
Manman Ren
2013-02-13
1
-4
/
+12
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
1
-1
/
+1
*
Tidy up a few more uses of MF.getFunction()->getName().
David Blaikie
2012-08-22
1
-2
/
+1
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Don't depend on live ranges being present.
Jakob Stoklund Olesen
2012-06-22
1
-3
/
+8
*
Use regunit liveness to guide LiveDebugVariables.
Jakob Stoklund Olesen
2012-06-22
1
-5
/
+18
*
Handle NewReg==OldReg in renameRegister().
Jakob Stoklund Olesen
2012-05-15
1
-1
/
+2
*
Tabs.
Eric Christopher
2012-03-15
1
-3
/
+3
*
Typo.
Eric Christopher
2012-03-15
1
-1
/
+1
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-2
/
+2
*
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
1
-4
/
+4
*
Stop tracking spill slot uses in VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
1
-2
/
+1
*
Namespacify.
Benjamin Kramer
2011-09-16
1
-0
/
+2
*
Use a cache to maintain list of machine basic blocks for a given UserValue.
Devang Patel
2011-09-13
1
-10
/
+33
*
While extending definition range of a debug variable, consult lexical scopes ...
Devang Patel
2011-08-10
1
-10
/
+22
*
Print variable's inline location in debug output.
Devang Patel
2011-08-09
1
-2
/
+5
*
Increment counter inside insertDebugValue().
Devang Patel
2011-08-04
1
-2
/
+1
*
Add counter.
Devang Patel
2011-08-04
1
-1
/
+4
*
Correctly handle multiple DBG_VALUE instructions at the same SlotIndex.
Jakob Stoklund Olesen
2011-08-03
1
-0
/
+3
*
Typo.
Devang Patel
2011-07-06
1
-1
/
+1
*
Remove an assertion to fix PR9872.
Jakob Stoklund Olesen
2011-05-08
1
-0
/
+4
*
Iterate backwards over debug locations when splitting them so they can be saf...
Jakob Stoklund Olesen
2011-05-06
1
-1
/
+4
*
Update LiveDebugVariables after live range splitting.
Jakob Stoklund Olesen
2011-05-06
1
-1
/
+146
*
Use TargetMachine hooks to properly print debug variable locations.
Jakob Stoklund Olesen
2011-05-06
1
-6
/
+7
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
1
-17
/
+7
*
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
1
-0
/
+17
*
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-03-22
1
-17
/
+0
*
Extend live debug values down the dominator tree by following copies.
Jakob Stoklund Olesen
2011-03-18
1
-24
/
+136
*
DebugLoc associated with a machine instruction is used to emit location entri...
Devang Patel
2011-02-04
1
-20
/
+29
*
Better terminator avoidance.
Jakob Stoklund Olesen
2011-01-13
1
-9
/
+3
*
Temporary workaround for an i386 crash in LiveDebugVariables.
Jakob Stoklund Olesen
2011-01-13
1
-1
/
+2
*
Try again enabling LiveDebugVariables.
Jakob Stoklund Olesen
2011-01-12
1
-1
/
+1
*
Don't emit a DBG_VALUE for a spill slot that the rewriter decided not to use ...
Jakob Stoklund Olesen
2011-01-12
1
-1
/
+2
*
Fix braino in dominator tree walk.
Jakob Stoklund Olesen
2011-01-12
1
-1
/
+1
*
Sometimes, old virtual registers can linger on DBG_VALUE instructions.
Jakob Stoklund Olesen
2011-01-12
1
-1
/
+2
*
The world is not ready for LiveDebugVariables yet.
Jakob Stoklund Olesen
2011-01-11
1
-1
/
+1
*
Enable LiveDebugVariables by default.
Jakob Stoklund Olesen
2011-01-11
1
-1
/
+1
[next]