index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
CondPropagate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
eliminate redundant check
Chris Lattner
2007-01-12
1
-1
/
+0
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-1
/
+1
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-1
/
+1
*
For PR1043:
Zhou Sheng
2007-01-11
1
-2
/
+3
*
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-19
1
-5
/
+3
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-26
1
-1
/
+1
*
There can be more than one PHINode at the start of the block.
Devang Patel
2006-11-01
1
-5
/
+4
*
Handle PHINode with only one incoming value.
Devang Patel
2006-11-01
1
-5
/
+9
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Handle single-entry PHI nodes correctly. This fixes PR877 and
Chris Lattner
2006-08-14
1
-1
/
+11
*
Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into
Nate Begeman
2005-08-04
1
-11
/
+0
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-3
/
+3
*
silence a bogus warning
Chris Lattner
2005-04-18
1
-1
/
+1
*
a new simple pass, which will be extended to be more useful in the future.
Chris Lattner
2005-04-15
1
-0
/
+213