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
/
Scalar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove the LowerSelect pass. The last client was the old Sparc backend, whic...
Chris Lattner
2008-02-19
1
-9
/
+0
*
remove the lower packed pass. It can never work and even the parts that
Chris Lattner
2008-02-19
1
-7
/
+0
*
The CorrelatedExpressionElimination pass is known to be buggy. Remove it.
Bill Wendling
2008-01-27
1
-11
/
+0
*
With this patch, the LowerGC transformation becomes the
Gordon Henriksen
2008-01-07
1
-7
/
+0
*
back out accidental commit.
Chris Lattner
2008-01-06
1
-6
/
+0
*
rename isStore -> mayStore to more accurately reflect what it captures.
Chris Lattner
2008-01-06
1
-0
/
+6
*
Didn't mean to commit this.
Owen Anderson
2008-01-05
1
-6
/
+0
*
Move some more functionality from MRegisterInfo to TargetInstrInfo.
Owen Anderson
2008-01-04
1
-0
/
+6
*
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
-7
/
+0
*
Fix comment.
Devang Patel
2007-08-07
1
-1
/
+2
*
Begin loop index split pass.
Devang Patel
2007-08-07
1
-0
/
+6
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
1
-7
/
+0
*
Add a GVN pass, using the value numbering code I developed for GVNPRE and the
Owen Anderson
2007-07-24
1
-0
/
+7
*
Rename a lot of things to change FastDLE to RedundantLoadElimination.
Owen Anderson
2007-07-24
1
-2
/
+2
*
Fix a comment.
Owen Anderson
2007-07-23
1
-1
/
+1
*
Add FastDLE, the load-elimination counterpart of FastDSE.
Owen Anderson
2007-07-23
1
-0
/
+7
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+341