[DAGCombiner] SCALAR_TO_VECTOR(EXTRACT_VECTOR_ELT(V,C)) -> VECTOR_SHUFFLE
[oota-llvm.git] / tools / opt / Passes.h
2015-02-01 Chandler Carruth[PM] Port TTI to the new pass manager, introducing...
2015-02-01 Chandler Carruth[PM] Refactor the analysis registration and pass pipeli...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-13 Chandler Carruth[PM] Push the debug option for the new pass manager...
2015-01-13 Chandler Carruth[PM] Fold all three analysis managers into a single...
2015-01-06 Chandler Carruth[PM] Move the analysis registry into the Passes.cpp...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-11 Chandler Carruth[PM] Add (very skeletal) support to opt for running...