| Age | Commit message (Expand) | Author |
| 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 |
| 2009-02-09 | 80-column violations. | Mikhail Glushenkov |
| 2008-10-17 | Use the opcode predicates, instead of duplicating the code. | Dan Gohman |
| 2008-10-15 | remove legacy interfaces | Gabor Greif |
| 2008-09-09 | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman |
| 2008-07-24 | Rename instance variables, parameter argument names to eliminate a bunch of c... | Evan Cheng |
| 2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
| 2008-06-06 | make ExtractValueInst derived from UnaryInstruction | Gabor Greif |
| 2008-05-31 | Factor several methods, including getInversePredicate and | Dan Gohman |
| 2008-05-21 | update a comment | Gabor Greif |
| 2008-05-16 | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif |
| 2008-05-13 | Derive GetResultInst from UnaryInstruction, this simplifies code and removes ... | Gabor Greif |
| 2008-05-12 | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman |
| 2008-05-10 | merge of use-diet branch to trunk | Gabor Greif |
| 2008-05-09 | add support for pattern matching 'neg' | Chris Lattner |
| 2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
| 2008-01-06 | When transforming a call to a bitcast function into | Duncan Sands |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |