index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
PassManagerBuilder.cpp
Age
Commit message (
Expand
)
Author
2012-09-26
Disable the new SROA pass to get the tree back in working order. We don't yet
Nick Lewycky
2012-09-24
Enable the new SROA pass by default.
Chandler Carruth
2012-09-18
LNT builders have picked up new SROA, disable it to get the remaining builder...
Benjamin Kramer
2012-09-18
Add a major missing piece to the new SROA pass: aggressive splitting of
Chandler Carruth
2012-09-15
Disable new sroa now that all buildbots have tested it.
Benjamin Kramer
2012-09-15
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-14
Actually keep the flag default-off for now. =/ That's what I get for
Chandler Carruth
2012-09-14
Introduce a new SROA implementation.
Chandler Carruth
2012-04-13
By default, use Early-CSE instead of GVN for vectorization cleanup.
Hal Finkel
2012-04-02
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-03-23
add EP_OptimizerLast extension point
Kostya Serebryany
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel
2012-01-17
Add a new PassManagerBuilder customization point,
Dan Gohman
2011-12-07
Remove unused include.
Duncan Sands
2011-11-30
make asan work at -O0, llvm part. Patch by glider@google.com
Kostya Serebryany
2011-08-16
Add a mechanism for optimisation plugins to register passes that all front en...
David Chisnall
2011-08-09
Add a C interface to PassManagerBuilder. It is missing the addExtension
Rafael Espindola
2011-08-02
Move methods in PassManagerBuilder offline.
Rafael Espindola