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
/
IPO
/
PassManagerBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn the new SROA pass back on. Let's see if it sticks this time. =]
Chandler Carruth
2012-10-02
1
-1
/
+1
*
GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...
Evan Cheng
2012-09-28
1
-4
/
+3
*
Disable the new SROA pass to get the tree back in working order. We don't yet
Nick Lewycky
2012-09-26
1
-1
/
+1
*
Enable the new SROA pass by default.
Chandler Carruth
2012-09-24
1
-1
/
+1
*
LNT builders have picked up new SROA, disable it to get the remaining builder...
Benjamin Kramer
2012-09-18
1
-1
/
+1
*
Add a major missing piece to the new SROA pass: aggressive splitting of
Chandler Carruth
2012-09-18
1
-1
/
+1
*
Disable new sroa now that all buildbots have tested it.
Benjamin Kramer
2012-09-15
1
-1
/
+1
*
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-15
1
-2
/
+5
*
Actually keep the flag default-off for now. =/ That's what I get for
Chandler Carruth
2012-09-14
1
-1
/
+1
*
Introduce a new SROA implementation.
Chandler Carruth
2012-09-14
1
-2
/
+12
*
By default, use Early-CSE instead of GVN for vectorization cleanup.
Hal Finkel
2012-04-13
1
-2
/
+9
*
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-04-02
1
-4
/
+5
*
add EP_OptimizerLast extension point
Kostya Serebryany
2012-03-23
1
-0
/
+1
*
Add a basic-block autovectorization pass.
Hal Finkel
2012-02-01
1
-0
/
+14
*
Add a new PassManagerBuilder customization point,
Dan Gohman
2012-01-17
1
-0
/
+2
*
Remove unused include.
Duncan Sands
2011-12-07
1
-1
/
+0
*
make asan work at -O0, llvm part. Patch by glider@google.com
Kostya Serebryany
2011-11-30
1
-1
/
+1
*
Add a mechanism for optimisation plugins to register passes that all front en...
David Chisnall
2011-08-16
1
-0
/
+15
*
Add a C interface to PassManagerBuilder. It is missing the addExtension
Rafael Espindola
2011-08-09
1
-0
/
+80
*
Move methods in PassManagerBuilder offline.
Rafael Espindola
2011-08-02
1
-0
/
+248