SLPVectorizer: add support for vectorization of diamond shaped trees. We now perform...
[oota-llvm.git] / lib / IR / Value.cpp
2013-04-12 Benjamin KramerFix a disconcerting bug in Value::isUsedInBasicBlock...
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.