[C++11] Add range based accessors for the Use-Def chain of a Value.
[oota-llvm.git] / lib / IR / Constants.cpp
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-19 Chandler CarruthAdd a const lookup routine to get a BlockAddress consta...
2014-01-18 Eli BenderskySupport AddrSpaceCast in ConstantExpr::getAsInstruction.
2014-01-18 Benjamin KramerUpgrade ConstantFP's negative zero and infinity getters...
2013-12-07 Matt ArsenaultAdd getBitCastOrAddrSpaceCast
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.