- Apr 03, 2012
-
-
Bill Wendling authored
llvm-svn: 153902
-
- Mar 24, 2012
-
-
Kostya Serebryany authored
llvm-svn: 153353
-
- Feb 01, 2012
-
-
Hal Finkel authored
This is the initial checkin of the basic-block autovectorization pass along with some supporting vectorization infrastructure. Special thanks to everyone who helped review this code over the last several months (especially Tobias Grosser). llvm-svn: 149468
-
- Jan 17, 2012
-
-
Dan Gohman authored
EP_ModuleOptimizerEarly, to allow passes to be added before the main ModulePass optimizers. llvm-svn: 148329
-
- Dec 07, 2011
-
-
Duncan Sands authored
llvm-svn: 146037
-
- Nov 30, 2011
-
-
Kostya Serebryany authored
llvm-svn: 145530
-
- Aug 16, 2011
-
-
David Chisnall authored
Add a mechanism for optimisation plugins to register passes that all front ends can use without needing to be aware of the plugin (or the plugin be aware of the front end). Before 3.0, I'd like to add a mechanism for automatically loading a set of plugins from a config file. API suggestions welcome... llvm-svn: 137717
-
- Aug 10, 2011
-
-
Rafael Espindola authored
functionality since in the C api a pass is created and added to a pass manager in a single call. llvm-svn: 137159
-
- Aug 02, 2011
-
-
Rafael Espindola authored
llvm-svn: 136727
-