index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
LinkAllPasses.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a new Jump Threading pass, which will handle cases
Chris Lattner
2008-04-20
1
-0
/
+1
*
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2008-04-09
1
-0
/
+1
*
Add new sretpromotion pass.
Devang Patel
2008-03-07
1
-0
/
+1
*
Add StripDeadPrototypes pass.
Devang Patel
2008-02-22
1
-0
/
+1
*
remove the LowerSelect pass. The last client was the old Sparc backend, whic...
Chris Lattner
2008-02-19
1
-1
/
+0
*
remove the lower packed pass. It can never work and even the parts that
Chris Lattner
2008-02-19
1
-1
/
+0
*
The CorrelatedExpressionElimination pass is known to be buggy. Remove it.
Bill Wendling
2008-01-27
1
-1
/
+0
*
With this patch, the LowerGC transformation becomes the
Gordon Henriksen
2008-01-07
1
-1
/
+0
*
fix an accidental commit that broke all the testers :(
Chris Lattner
2008-01-06
1
-1
/
+0
*
rename isStore -> mayStore to more accurately reflect what it captures.
Chris Lattner
2008-01-06
1
-0
/
+1
*
Didn't mean to commit this.
Owen Anderson
2008-01-05
1
-1
/
+0
*
Move some more functionality from MRegisterInfo to TargetInstrInfo.
Owen Anderson
2008-01-04
1
-0
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Remove RLE from the headers, since the pass itself is gone now.
Owen Anderson
2007-09-14
1
-1
/
+0
*
Begin loop index split pass.
Devang Patel
2007-08-07
1
-0
/
+1
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
1
-1
/
+0
*
Add a GVN pass, using the value numbering code I developed for GVNPRE and the
Owen Anderson
2007-07-24
1
-0
/
+1
*
Rename a lot of things to change FastDLE to RedundantLoadElimination.
Owen Anderson
2007-07-24
1
-1
/
+1
*
Forgot to commit this file.
Owen Anderson
2007-07-23
1
-0
/
+1
*
Add FastDSE, a new algorithm for doing dead store elimination. This algorith...
Owen Anderson
2007-07-11
1
-0
/
+1
*
Put GVN-PRE in all the right places.
Owen Anderson
2007-05-29
1
-0
/
+1
*
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-15
1
-1
/
+0
*
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
1
-1
/
+0
*
add loop rot
Chris Lattner
2007-04-07
1
-0
/
+1
*
Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.
Chris Lattner
2007-03-31
1
-0
/
+1
*
remove some passes
Chris Lattner
2007-02-20
1
-2
/
+0
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+0
*
For PR1072:
Reid Spencer
2007-02-03
1
-1
/
+0
*
remove an old instrumentation pass that is not used anymore.
Chris Lattner
2007-01-07
1
-2
/
+0
*
Remove DSA header files.
John Criswell
2006-12-13
1
-2
/
+0
*
Remove DSA.
John Criswell
2006-12-13
1
-11
/
+0
*
A shim over other AA impls to catch incorrect uses
Andrew Lenharth
2006-11-14
1
-0
/
+1
*
Add PredicateSimplifier pass. Collapses equal variables into one form
Nick Lewycky
2006-08-28
1
-0
/
+1
*
Fix the documentation for this file.
Reid Spencer
2006-08-21
1
-3
/
+3
*
For PR885:
Reid Spencer
2006-08-21
1
-0
/
+142
[prev]