Age | Commit message (Expand) | Author |
2011-08-24 | Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api. | Nadav Rotem |
2011-08-23 | Revert "Address Duncan's CR request:" | Eric Christopher |
2011-08-23 | Address Duncan's CR request: | Nadav Rotem |
2011-08-07 | strengthen up an assertion: you can't create a constant struct | Chris Lattner |
2011-07-25 | Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct... | Jay Foad |
2011-07-25 | Convert GetElementPtrInst to use ArrayRef. | Jay Foad |
2011-07-21 | Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. | Jay Foad |
2011-07-21 | Convert ConstantExpr::getGetElementPtr and | Jay Foad |
2011-07-19 | Convert ConstantFoldGetElementPtr to use ArrayRef. | Jay Foad |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-17 | tidy up | Chris Lattner |
2011-07-15 | remove the old and dangerous uncheckedReplaceAllUsesWith method, | Chris Lattner |
2011-07-15 | devirtualize Constant::isNullValue: | Chris Lattner |
2011-07-15 | add CFP::isNegative() and ConstnatInt::isNegative() methods. | Chris Lattner |
2011-07-13 | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | simplify assertions to not be completely redundant. | Chris Lattner |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad |
2011-07-10 | Silence -Wunused-variable in release builds. | Chandler Carruth |
2011-07-09 | the various ConstantExpr::get*Ty methods existed to work with issues around | Chris Lattner |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-06-28 | PR10210: New method ConstantArray::getAsCString(). Use it in LTO to | Jay Foad |
2011-06-22 | Replace the existing forms of ConstantArray::get() with a single form | Jay Foad |
2011-06-22 | Make ConstantVector::get() always take an ArrayRef, never a std::vector. | Jay Foad |
2011-06-22 | Eliminate a temporary std::vector in ConstantStruct::get(). | Jay Foad |
2011-06-20 | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner |
2011-06-18 | fix the varargs version of StructType::get to not require an LLVMContext, mak... | Chris Lattner |
2011-04-23 | Remove unused STL header includes. | Jay Foad |
2011-04-13 | PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus | Jay Foad |
2011-04-13 | Remove some redundant llvm:: prefixes. | Jay Foad |
2011-04-13 | PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. | Jay Foad |
2011-03-06 | ConstantInt has some getters which return ConstantInt's or ConstantVector's of | Nick Lewycky |
2011-03-01 | Added missing va_end(). | Talin |
2011-02-28 | Add an END_WITH_NULL accessor for ConstantStruct. | Talin |
2011-02-18 | hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant. | Chris Lattner |
2011-02-17 | Enhance constant folding of bitcast operations on vectors of floats. | Nadav Rotem |
2011-02-15 | convert ConstantVector::get to use ArrayRef. | Chris Lattner |
2011-02-14 | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner |
2011-02-14 | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner |
2011-02-11 | make ConstantExpr::replaceUsesOfWithOnConstant preserve the inbounds | Chris Lattner |
2011-02-11 | make the constantexpr interfaces for inbounds GEPs follow the same style | Chris Lattner |
2011-02-10 | switch the constantexpr, target folder, and IRBuilder interfaces | Chris Lattner |
2011-02-09 | refactor ConstantExpr interfaces a bit around "exactness". | Chris Lattner |
2011-02-07 | fix comment change. | Chris Lattner |
2011-02-07 | implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. | Chris Lattner |
2011-02-06 | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner |
2011-02-01 | Have m_One also match constant vectors for which every element is 1. | Duncan Sands |
2011-01-27 | Fix indentation. | Jay Foad |
2011-01-14 | Remove casts between Value** and Constant**, which won't work if a | Jay Foad |