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
/
CodeGenPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wrap some long lines. Major offenders that are left include
Chris Lattner
2007-08-02
1
-2
/
+2
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-2
/
+2
*
Sink CmpInst's to their uses to reduce register pressure.
Dale Johannesen
2007-06-12
1
-3
/
+61
*
Don't generate branch to entry block.
Dale Johannesen
2007-05-08
1
-1
/
+3
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+5
*
Fix
Devang Patel
2007-04-25
1
-0
/
+12
*
use an accessor to simplify code.
Chris Lattner
2007-04-14
1
-15
/
+1
*
Completely rewrite addressing-mode related sinking of code. In particular,
Chris Lattner
2007-04-13
1
-341
/
+542
*
eliminate the last uses of some TLI methods.
Chris Lattner
2007-04-09
1
-3
/
+7
*
Various passes before isel split edges and do other CFG-restructuring changes.
Chris Lattner
2007-04-02
1
-2
/
+175
*
Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.
Chris Lattner
2007-03-31
1
-0
/
+548