| Age | Commit message (Expand) | Author |
| 2011-02-18 | hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant. | Chris Lattner |
| 2011-02-17 | Enhance constant folding of bitcast operations on vectors of floats. | Nadav Rotem |
| 2011-02-15 | convert ConstantVector::get to use ArrayRef. | Chris Lattner |
| 2011-02-14 | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner |
| 2011-02-14 | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner |
| 2011-02-11 | make ConstantExpr::replaceUsesOfWithOnConstant preserve the inbounds | Chris Lattner |
| 2011-02-11 | make the constantexpr interfaces for inbounds GEPs follow the same style | Chris Lattner |
| 2011-02-10 | switch the constantexpr, target folder, and IRBuilder interfaces | Chris Lattner |
| 2011-02-09 | refactor ConstantExpr interfaces a bit around "exactness". | Chris Lattner |
| 2011-02-07 | fix comment change. | Chris Lattner |
| 2011-02-07 | implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. | Chris Lattner |
| 2011-02-06 | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner |
| 2011-02-01 | Have m_One also match constant vectors for which every element is 1. | Duncan Sands |
| 2011-01-27 | Fix indentation. | Jay Foad |
| 2011-01-14 | Remove casts between Value** and Constant**, which won't work if a | Jay Foad |
| 2010-12-04 | Apparently APFloat::getZero doesn't like PPCDoubleDoubles. | Benjamin Kramer |
| 2010-12-04 | Simplify code. No functionality change. | Benjamin Kramer |
| 2010-11-20 | Simplify code. No change in functionality. | Benjamin Kramer |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-08-02 | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes |
| 2010-08-01 | Preallocate vector, avoid unnecessary vector growth. | Benjamin Kramer |
| 2010-07-17 | Fix PR7658, a problem where type refinement can trigger | Chris Lattner |
| 2010-05-03 | Remove the API compatibility layer which converted add, sub, and mul | Dan Gohman |
| 2010-04-12 | Simplify this code. | Dan Gohman |
| 2010-03-30 | move some method definitions to files that make sense. | Chris Lattner |
| 2010-03-29 | add support for zero initialized unions, patch by Tim Northover! | Chris Lattner |
| 2010-03-25 | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif |
| 2010-02-18 | replaceUsesOfWithOnConstant implementation for unions. | Talin |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
| 2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
| 2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
| 2010-02-02 | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands |
| 2010-02-01 | eliminate a bunch of pointless LLVMContext arguments. | Chris Lattner |
| 2010-02-01 | Add a getNUWMul function. | Dan Gohman |
| 2010-02-01 | Add a generalized form of ConstantExpr::getOffsetOf which works for | Dan Gohman |
| 2010-01-28 | Make getAlignOf return an i64, for consistency with getSizeOf and | Dan Gohman |
| 2010-01-28 | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman |
| 2010-01-26 | fix CastInst::castIsValid to reject aggregate types, fixing PR6153: | Chris Lattner |
| 2010-01-21 | Fix a crasher trying to fold each element in a comparison between two vectors | Nick Lewycky |
| 2010-01-05 | Move remaining stuff to the isInteger predicate. | Benjamin Kramer |
| 2010-01-05 | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-03 | differences between two blockaddress's don't cause a | Chris Lattner |
| 2009-12-30 | remove some misleading comments. | 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-12-08 | whitespace cleanup | Chris Lattner |
| 2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
| 2009-11-01 | remove a bunch of locking from LLVMContextImpl. Since only one thread | Chris Lattner |