The testing to ensure a vector of zeros of type floating point isn't misclassified...
[oota-llvm.git] / lib / IR / Constants.cpp
2013-03-19 David TweedThe testing to ensure a vector of zeros of type floatin...
2013-03-18 David Tweed The optimization a + (-0.0f) -> a was being misapplied...
2013-03-07 Benjamin KramerReplace temporary vectors with arrays.
2013-03-07 Nadav RotemArrayRef has a OneElt constructor. Beautify the code.
2013-03-07 Nadav RotemSwitch from std::vector to ArrayRef. Speedup FoldBitCas...
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-16 Evgeniy StepanovAllow vectors in CreatePointerCast of constants.
2013-01-09 Shuxin YangAdd comment to the definition of Constant::isZeroValue().
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.