| Commit message (Expand) | Author | Age | Files | Lines |
* | Split the logic behind CastInst::isNoopCast into a separate static function, | Dan Gohman | 2010-05-28 | 1 | -0/+8 |
* | Fix a comment; vectors are not a special case here. | Dan Gohman | 2010-05-28 | 1 | -1/+1 |
* | doxygenize some comments, patch by Peter Collingbourne! | Chris Lattner | 2010-02-12 | 1 | -27/+27 |
* | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands | 2010-02-02 | 1 | -0/+25 |
* | add an out-of-line virtual method to CmpInst to give it a home. | Chris Lattner | 2010-01-22 | 1 | -2/+2 |
* | sink twine.h down out of Value.h. It is annoying that you need | Chris Lattner | 2009-12-29 | 1 | -1/+2 |
* | sink the Instruction::HasMetadata bit into SubclassData. | Chris Lattner | 2009-12-29 | 1 | -2/+2 |
* | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner | 2009-12-29 | 1 | -2/+10 |
* | Add utility routines for NSW multiply. | Dan Gohman | 2009-12-18 | 1 | -0/+21 |
* | Add utility routines for creating integer negation operators with NSW set. | Dan Gohman | 2009-12-18 | 1 | -0/+4 |
* | Add CreateNUWAdd and CreateNUWSub to complement the existing CreateNSWAdd and | Nick Lewycky | 2009-11-12 | 1 | -0/+42 |
* | rename SimplifyCompare -> SimplifyCmpInst and split it into | Chris Lattner | 2009-11-09 | 1 | -1/+13 |
* | Factor out redundancy from clone() implementations. | Devang Patel | 2009-10-27 | 1 | -4/+2 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -1/+0 |
* | Remove ICmpInst::isSignedPredicate which was a reimplementation | Nick Lewycky | 2009-10-25 | 1 | -0/+12 |
* | Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqual | Nick Lewycky | 2009-10-25 | 1 | -0/+18 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -2/+1 |
* | Round out the API for the new optimization flags. | Nick Lewycky | 2009-09-27 | 1 | -3/+12 |
* | Instruction::clone does not need to take an LLVMContext&. Remove that and | Nick Lewycky | 2009-09-27 | 1 | -2/+2 |
* | Add methods for creating NSW subtraction, as already exists | Duncan Sands | 2009-09-26 | 1 | -0/+21 |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 1 | -6/+21 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 1 | -3/+3 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 1 | -21/+6 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 1 | -6/+21 |
* | Eliminate the unused Context argument on one of the ICmpInst and FCmpInst | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
* | Use covariant return types for Instruction::clone, and eliminate | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
* | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman | 2009-08-25 | 1 | -7/+0 |
* | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman | 2009-08-20 | 1 | -3/+3 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -2/+3 |
* | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman | 2009-08-12 | 1 | -12/+6 |
* | Add convenience functions for creating nsw add operators. | Dan Gohman | 2009-08-11 | 1 | -0/+21 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Add convenience functions for creating exact sdiv operators, and | Dan Gohman | 2009-08-11 | 1 | -0/+22 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 1 | -1/+1 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -0/+8 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 1 | -35/+33 |
* | Permit the IntPtrTy argument to isEliminableCastPair to be null, | Dan Gohman | 2009-07-21 | 1 | -1/+1 |
* | These don't really need contexts either. | Owen Anderson | 2009-07-13 | 1 | -2/+2 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -2/+4 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -6/+10 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -10/+6 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -4/+2 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -2/+11 |
* | 80-column violations. | Mikhail Glushenkov | 2009-02-09 | 1 | -36/+37 |
* | Use the opcode predicates, instead of duplicating the code. | Dan Gohman | 2008-10-17 | 1 | -3/+3 |
* | remove legacy interfaces | Gabor Greif | 2008-10-15 | 1 | -93/+0 |
* | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman | 2008-09-09 | 1 | -0/+8 |
* | Rename instance variables, parameter argument names to eliminate a bunch of c... | Evan Cheng | 2008-07-24 | 1 | -4/+4 |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -1/+0 |
* | make ExtractValueInst derived from UnaryInstruction | Gabor Greif | 2008-06-06 | 1 | -0/+1 |