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
/
Transforms
/
Utils
/
SSAUpdater.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-2
/
+2
*
improve indentation avoid a pointless conversion from weakvh to trackingvh,
Chris Lattner
2009-12-21
1
-3
/
+3
*
fix PR5837 by having SSAUpdate reuse phi nodes for the
Chris Lattner
2009-12-21
1
-1
/
+23
*
add an assert to make it really clear what this is doing. Return singularval as
Chris Lattner
2009-12-04
1
-1
/
+5
*
alternate fix for PR5258 which avoids worklist problems, with reduced testcase.
Chris Lattner
2009-10-20
1
-11
/
+6
*
Fix PR5258, jump-threading creating invalid PHIs.
Torok Edwin
2009-10-20
1
-2
/
+10
*
Strip trailing white space.
Duncan Sands
2009-10-16
1
-33
/
+31
*
add a simple helper method.
Chris Lattner
2009-10-10
1
-0
/
+6
*
add ability for clients of SSAUpdater to find out about the
Chris Lattner
2009-10-10
1
-1
/
+9
*
add the ability to get a rewritten value from the middle of a block,
Chris Lattner
2009-10-10
1
-3
/
+92
*
rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect
Chris Lattner
2009-10-10
1
-11
/
+11
*
use a typedef instead of spelling out an insane type. Yay for auto someday.
Chris Lattner
2009-10-10
1
-3
/
+3
*
Implement an efficient and fully general SSA update mechanism that
Chris Lattner
2009-10-10
1
-0
/
+232