| Commit message (Expand) | Author | Age | Files | Lines |
* | When linearizing a multiplication, return at once if we see a factor of zero, | Duncan Sands | 2012-06-13 | 1 | -1/+7 |
* | Now that Reassociate's LinearizeExprTree can look through arbitrary expression | Duncan Sands | 2012-06-12 | 1 | -0/+5 |
* | Efficient Constant Uniquing. | Talin | 2012-02-05 | 1 | -6/+5 |
* | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner | 2012-02-05 | 1 | -36/+0 |
* | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis | 2012-02-01 | 1 | -0/+36 |
* | eliminate the "string" form of ConstantArray::get, using | Chris Lattner | 2012-01-31 | 1 | -11/+0 |
* | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner | 2012-01-31 | 1 | -25/+0 |
* | Various improvements suggested by Duncan | Chris Lattner | 2012-01-30 | 1 | -11/+18 |
* | initialize the Next field to null | Chris Lattner | 2012-01-30 | 1 | -1/+1 |
* | Add a ConstantDataVector::getSplatValue() method, for parity with | Chris Lattner | 2012-01-26 | 1 | -0/+4 |
* | constify some methods and add a new Constant::getAggregateElement | Chris Lattner | 2012-01-25 | 1 | -8/+8 |
* | reapply r148901 with a crucial fix. | Chris Lattner | 2012-01-25 | 1 | -0/+9 |
* | Revert r148901 because it crashes llvm tests. | Argyrios Kyrtzidis | 2012-01-25 | 1 | -9/+0 |
* | Introduce a new ConstantVector::getSplat constructor function to | Chris Lattner | 2012-01-25 | 1 | -0/+9 |
* | Rearrange argument order of ::get methods so that LLVMContext comes first, | Chris Lattner | 2012-01-24 | 1 | -12/+22 |
* | add more support for ConstantDataSequential | Chris Lattner | 2012-01-24 | 1 | -0/+3 |
* | Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, | Chris Lattner | 2012-01-24 | 1 | -1/+8 |
* | Add various "string" methods to ConstantDataSequential, which have the | Chris Lattner | 2012-01-24 | 1 | -0/+27 |
* | teach valuetracking about ConstantDataSequential | Chris Lattner | 2012-01-24 | 1 | -2/+10 |
* | Add some accessor methods to CAZ and UndefValue that help simplify clients. | Chris Lattner | 2012-01-24 | 1 | -4/+37 |
* | implement the ConstantDataSequential accessor methods. | Chris Lattner | 2012-01-24 | 1 | -0/+7 |
* | start the implementation of a new ConstantDataVector and ConstantDataArray | Chris Lattner | 2012-01-23 | 1 | -3/+161 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
* | 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 |