Add addrspacecast instruction.
[oota-llvm.git] / lib / IR / Constants.cpp
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-07-10 Hal FinkelDon't assert if we can't constant fold extract/insertvalue
2013-06-13 Derek SchuffFix DeleteDeadVarargs not to crash on functions referen...
2013-06-01 Benjamin KramerMove object construction into [] so the temporary can...
2013-04-13 Benjamin KramerFix a scalability issue with complex ConstantExprs.
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.