The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the vector...
[oota-llvm.git] / lib / IR / Metadata.cpp
2013-03-08 David BlaikieAssert to bounds check MDNode::getOperand.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.