Age | Commit message (Expand) | Author |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-04-11 | Don't include Operator.h from InstrTypes.h. | Jay Foad |
2011-02-09 | Rework InstrTypes.h so to reduce the repetition around the NSW/NUW/Exact | Chris Lattner |
2011-02-07 | Add IRBuilder methods for creating an exact udiv, like for exact sdiv. | Duncan Sands |
2011-02-06 | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner |
2011-01-11 | FixedNumOperandTraits and VariadicOperandTraits assumed that, given a | Jay Foad |
2011-01-04 | These methods should be "const"; make them so. | Duncan Sands |
2010-05-28 | Split the logic behind CastInst::isNoopCast into a separate static function, | Dan Gohman |
2010-05-28 | Fix a comment; vectors are not a special case here. | Dan Gohman |
2010-02-12 | doxygenize some comments, patch by Peter Collingbourne! | Chris Lattner |
2010-02-02 | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands |
2010-01-22 | add an out-of-line virtual method to CmpInst to give it a home. | Chris Lattner |
2009-12-29 | sink twine.h down out of Value.h. It is annoying that you need | Chris Lattner |
2009-12-29 | sink the Instruction::HasMetadata bit into SubclassData. | Chris Lattner |
2009-12-29 | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner |
2009-12-18 | Add utility routines for NSW multiply. | Dan Gohman |
2009-12-18 | Add utility routines for creating integer negation operators with NSW set. | Dan Gohman |
2009-11-12 | Add CreateNUWAdd and CreateNUWSub to complement the existing CreateNSWAdd and | Nick Lewycky |
2009-11-09 | rename SimplifyCompare -> SimplifyCmpInst and split it into | Chris Lattner |
2009-10-27 | Factor out redundancy from clone() implementations. | Devang Patel |
2009-10-26 | Remove FreeInst. | Victor Hernandez |
2009-10-25 | Remove ICmpInst::isSignedPredicate which was a reimplementation | Nick Lewycky |
2009-10-25 | Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqual | Nick Lewycky |
2009-10-17 | Remove MallocInst from LLVM Instructions. | Victor Hernandez |
2009-09-27 | Round out the API for the new optimization flags. | Nick Lewycky |
2009-09-27 | Instruction::clone does not need to take an LLVMContext&. Remove that and | Nick Lewycky |
2009-09-26 | Add methods for creating NSW subtraction, as already exists | Duncan Sands |
2009-09-07 | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman |
2009-09-06 | Public and private corrections, warned about by icc (#304). | Duncan Sands |
2009-09-06 | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar |
2009-09-04 | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman |
2009-08-25 | Eliminate the unused Context argument on one of the ICmpInst and FCmpInst | Dan Gohman |
2009-08-25 | Use covariant return types for Instruction::clone, and eliminate | Dan Gohman |
2009-08-25 | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman |
2009-08-20 | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-12 | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman |
2009-08-11 | Add convenience functions for creating nsw add operators. | Dan Gohman |
2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
2009-08-11 | Add convenience functions for creating exact sdiv operators, and | Dan Gohman |
2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-25 | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar |
2009-07-21 | Permit the IntPtrTy argument to isEliminableCastPair to be null, | Dan Gohman |
2009-07-13 | These don't really need contexts either. | Owen Anderson |
2009-07-13 | Move more functionality over to LLVMContext. | Owen Anderson |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |