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
/
include
/
llvm
/
Transforms
/
Utils
/
SSAUpdater.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-2
/
+2
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-6
/
+6
*
Update comments for SSAUpdater to use the modern doxygen comment
Chandler Carruth
2013-07-28
1
-47
/
+57
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-0
/
+1
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-2
/
+2
*
Make headers standalone, move a virtual method out of line.
Benjamin Kramer
2011-11-14
1
-12
/
+9
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
Devang Patel
2011-07-06
1
-4
/
+5
*
Clean up the lazy initialization of DIBuilder a bit.
Cameron Zwarich
2011-05-24
1
-2
/
+2
*
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-24
1
-1
/
+6
*
Generalize LoadAndStorePromoter a bit and switch LICM
Chris Lattner
2011-01-15
1
-3
/
+20
*
Add a new LoadAndStorePromoter class, which implements the general
Chris Lattner
2011-01-14
1
-0
/
+32
*
Reapply commit 112699, speculatively reverted by echristo, since
Duncan Sands
2010-09-02
1
-5
/
+7
*
Speculatively revert 112699 and 112702, they seem to be causing
Eric Christopher
2010-09-01
1
-7
/
+5
*
If PrototypeValue is erased in the middle of using the SSAUpdator
Duncan Sands
2010-09-01
1
-5
/
+7
*
implement SSAUpdater::RewriteUseAfterInsertions, a helpful form of RewriteUse.
Chris Lattner
2010-08-29
1
-0
/
+6
*
Combine the implementations of the core part of the SSAUpdater and
Bob Wilson
2010-05-04
1
-18
/
+4
*
Re-commit my previous SSAUpdater changes. The previous version naively tried
Bob Wilson
2010-04-17
1
-9
/
+21
*
Revert all my SSAUpdater patches. The PHI placement algorithm is not correct
Bob Wilson
2010-04-03
1
-23
/
+9
*
Rewrite another SSAUpdater function to avoid recursion.
Bob Wilson
2010-04-01
1
-2
/
+2
*
Change another SSAUpdater function to avoid recursion.
Bob Wilson
2010-04-01
1
-1
/
+1
*
The SSAUpdater should avoid recursive traversals of the CFG, since that may
Bob Wilson
2010-04-01
1
-1
/
+1
*
Rewrite part of the SSAUpdater to be more careful about inserting redundant
Bob Wilson
2010-03-31
1
-9
/
+23
*
comment fix: weakvh -> tracking vh
Chris Lattner
2009-12-22
1
-2
/
+2
*
Add an explicit keyword.
Dan Gohman
2009-10-24
1
-1
/
+1
*
Strip trailing white space.
Duncan Sands
2009-10-16
1
-10
/
+10
*
add a simple helper method.
Chris Lattner
2009-10-10
1
-0
/
+4
*
add ability for clients of SSAUpdater to find out about the
Chris Lattner
2009-10-10
1
-1
/
+10
*
add the ability to get a rewritten value from the middle of a block,
Chris Lattner
2009-10-10
1
-3
/
+27
*
rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect
Chris Lattner
2009-10-10
1
-4
/
+4
*
Implement an efficient and fully general SSA update mechanism that
Chris Lattner
2009-10-10
1
-0
/
+71