Age | Commit message (Expand) | Author |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-12-01 | Remove bugzilla link. | James Molloy |
2012-11-17 | Typo | James Molloy |
2012-11-17 | Add a new function to ConstantExpr - getAsInstruction. This returns its Instr... | James Molloy |
2012-11-16 | Remove trailing spaces. | Jakub Staszak |
2012-10-29 | In various places throughout the code generator, there were special | Ulrich Weigand |
2012-10-11 | Remove unnecessary classof()'s | Sean Silva |
2012-09-27 | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru |
2012-09-27 | Fix a typo 'iff' => 'if' | Sylvestre Ledru |
2012-09-18 | Mark constructors, destructors, and operator new commented as 'do not impleme... | Craig Topper |
2012-06-13 | When linearizing a multiplication, return at once if we see a factor of zero, | Duncan Sands |
2012-06-12 | Now that Reassociate's LinearizeExprTree can look through arbitrary expression | Duncan Sands |
2012-02-05 | Efficient Constant Uniquing. | Talin |
2012-02-05 | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner |
2012-02-01 | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis |
2012-01-31 | eliminate the "string" form of ConstantArray::get, using | Chris Lattner |
2012-01-31 | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner |
2012-01-30 | Various improvements suggested by Duncan | Chris Lattner |
2012-01-30 | initialize the Next field to null | Chris Lattner |
2012-01-26 | Add a ConstantDataVector::getSplatValue() method, for parity with | Chris Lattner |
2012-01-25 | constify some methods and add a new Constant::getAggregateElement | Chris Lattner |
2012-01-25 | reapply r148901 with a crucial fix. | Chris Lattner |
2012-01-25 | Revert r148901 because it crashes llvm tests. | Argyrios Kyrtzidis |
2012-01-25 | Introduce a new ConstantVector::getSplat constructor function to | Chris Lattner |
2012-01-24 | Rearrange argument order of ::get methods so that LLVMContext comes first, | Chris Lattner |
2012-01-24 | add more support for ConstantDataSequential | Chris Lattner |
2012-01-24 | Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, | Chris Lattner |
2012-01-24 | Add various "string" methods to ConstantDataSequential, which have the | Chris Lattner |
2012-01-24 | teach valuetracking about ConstantDataSequential | Chris Lattner |
2012-01-24 | Add some accessor methods to CAZ and UndefValue that help simplify clients. | Chris Lattner |
2012-01-24 | implement the ConstantDataSequential accessor methods. | Chris Lattner |
2012-01-23 | start the implementation of a new ConstantDataVector and ConstantDataArray | Chris Lattner |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-11-14 | Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif... | Benjamin Kramer |
2011-08-25 | Constify Comparison | David Greene |
2011-08-24 | Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api. | Nadav Rotem |
2011-08-22 | Remove DEFINE_TRANSPARENT_CASTED_OPERAND_ACCESSORS, folding its | Jay Foad |
2011-07-25 | Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct... | Jay Foad |
2011-07-21 | Convert ConstantExpr::getGetElementPtr and | Jay Foad |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | 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-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-20 | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner |