| Commit message (Expand) | Author | Age | Files | Lines |
* | Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif... | Benjamin Kramer | 2011-11-14 | 1 | -6/+0 |
* | Constify Comparison | David Greene | 2011-08-25 | 1 | -1/+1 |
* | Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api. | Nadav Rotem | 2011-08-24 | 1 | -1/+1 |
* | Remove DEFINE_TRANSPARENT_CASTED_OPERAND_ACCESSORS, folding its | Jay Foad | 2011-08-22 | 1 | -5/+5 |
* | Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct... | Jay Foad | 2011-07-25 | 1 | -3/+3 |
* | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -9/+24 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -66/+66 |
* | devirtualize Constant::isNullValue: | Chris Lattner | 2011-07-15 | 1 | -50/+0 |
* | add CFP::isNegative() and ConstnatInt::isNegative() methods. | Chris Lattner | 2011-07-15 | 1 | -7/+6 |
* | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 1 | -3/+2 |
* | the various ConstantExpr::get*Ty methods existed to work with issues around | Chris Lattner | 2011-07-09 | 1 | -33/+4 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -4/+12 |
* | PR10210: New method ConstantArray::getAsCString(). Use it in LTO to | Jay Foad | 2011-06-28 | 1 | -0/+6 |
* | Replace the existing forms of ConstantArray::get() with a single form | Jay Foad | 2011-06-22 | 1 | -3/+1 |
* | Make ConstantVector::get() always take an ArrayRef, never a std::vector. | Jay Foad | 2011-06-22 | 1 | -2/+0 |
* | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner | 2011-06-20 | 1 | -8/+23 |
* | PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | Remove some redundant llvm:: prefixes. | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | Fix a comment. | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. | Jay Foad | 2011-04-13 | 1 | -4/+1 |
* | ConstantInt has some getters which return ConstantInt's or ConstantVector's of | Nick Lewycky | 2011-03-06 | 1 | -0/+2 |
* | test commit | Jin-Gu Kang | 2011-03-05 | 1 | -0/+1 |
* | Add an END_WITH_NULL accessor for ConstantStruct. | Talin | 2011-02-28 | 1 | -0/+2 |
* | convert ConstantVector::get to use ArrayRef. | Chris Lattner | 2011-02-15 | 1 | -5/+3 |
* | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner | 2011-02-14 | 1 | -3/+5 |
* | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner | 2011-02-14 | 1 | -5/+3 |
* | make the constantexpr interfaces for inbounds GEPs follow the same style | Chris Lattner | 2011-02-11 | 1 | -14/+13 |
* | switch the constantexpr, target folder, and IRBuilder interfaces | Chris Lattner | 2011-02-10 | 1 | -19/+39 |
* | refactor ConstantExpr interfaces a bit around "exactness". | Chris Lattner | 2011-02-09 | 1 | -8/+16 |
* | implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. | Chris Lattner | 2011-02-07 | 1 | -0/+4 |
* | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 1 | -0/+1 |
* | Have m_One also match constant vectors for which every element is 1. | Duncan Sands | 2011-02-01 | 1 | -1/+1 |
* | Remove casts between Value** and Constant**, which won't work if a | Jay Foad | 2011-01-14 | 1 | -2/+12 |
* | FixedNumOperandTraits and VariadicOperandTraits assumed that, given a | Jay Foad | 2011-01-11 | 1 | -5/+10 |
* | clarify comment | Chris Lattner | 2010-12-03 | 1 | -2/+2 |
* | Prune includes. | Benjamin Kramer | 2010-09-14 | 1 | -1/+2 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -44/+0 |
* | Add some comments about undef. | Dan Gohman | 2010-05-14 | 1 | -1/+6 |
* | Delete an obsolete comment. | Dan Gohman | 2010-05-10 | 1 | -3/+0 |
* | Add more information to the getSizeOf comment. | Dan Gohman | 2010-02-25 | 1 | -2/+3 |
* | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman | 2010-02-24 | 1 | -0/+6 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -0/+45 |
* | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands | 2010-02-02 | 1 | -1/+4 |
* | Add a getNUWMul function. | Dan Gohman | 2010-02-01 | 1 | -0/+1 |
* | Add a generalized form of ConstantExpr::getOffsetOf which works for | Dan Gohman | 2010-02-01 | 1 | -3/+8 |
* | Make getAlignOf return an i64, for consistency with getSizeOf and | Dan Gohman | 2010-01-28 | 1 | -2/+1 |
* | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner | 2009-12-29 | 1 | -2/+9 |
* | Add utility routines for NSW multiply. | Dan Gohman | 2009-12-18 | 1 | -0/+1 |
* | Add utility routines for creating integer negation operators with NSW set. | Dan Gohman | 2009-12-18 | 1 | -0/+1 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -3/+3 |