| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes | 2010-08-02 | 1 | -1/+1 |
* | Preallocate vector, avoid unnecessary vector growth. | Benjamin Kramer | 2010-08-01 | 1 | -0/+1 |
* | Fix PR7658, a problem where type refinement can trigger | Chris Lattner | 2010-07-17 | 1 | -24/+21 |
* | Remove the API compatibility layer which converted add, sub, and mul | Dan Gohman | 2010-05-03 | 1 | -9/+0 |
* | Simplify this code. | Dan Gohman | 2010-04-12 | 1 | -14/+14 |
* | move some method definitions to files that make sense. | Chris Lattner | 2010-03-30 | 1 | -0/+14 |
* | add support for zero initialized unions, patch by Tim Northover! | Chris Lattner | 2010-03-29 | 1 | -1/+3 |
* | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -1/+1 |
* | replaceUsesOfWithOnConstant implementation for unions. | Talin | 2010-02-18 | 1 | -1/+46 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -10/+10 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -40/+40 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -0/+33 |
* | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands | 2010-02-02 | 1 | -2/+18 |
* | eliminate a bunch of pointless LLVMContext arguments. | Chris Lattner | 2010-02-01 | 1 | -27/+15 |
* | Add a getNUWMul function. | Dan Gohman | 2010-02-01 | 1 | -0/+5 |
* | Add a generalized form of ConstantExpr::getOffsetOf which works for | Dan Gohman | 2010-02-01 | 1 | -4/+9 |
* | Make getAlignOf return an i64, for consistency with getSizeOf and | Dan Gohman | 2010-01-28 | 1 | -2/+2 |
* | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman | 2010-01-28 | 1 | -2/+2 |
* | fix CastInst::castIsValid to reject aggregate types, fixing PR6153: | Chris Lattner | 2010-01-26 | 1 | -30/+18 |
* | Fix a crasher trying to fold each element in a comparison between two vectors | Nick Lewycky | 2010-01-21 | 1 | -7/+13 |
* | Move remaining stuff to the isInteger predicate. | Benjamin Kramer | 2010-01-05 | 1 | -2/+2 |
* | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer | 2010-01-05 | 1 | -2/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+1 |
* | differences between two blockaddress's don't cause a | Chris Lattner | 2010-01-03 | 1 | -0/+18 |
* | remove some misleading comments. | Chris Lattner | 2009-12-30 | 1 | -39/+6 |
* | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner | 2009-12-29 | 1 | -4/+4 |
* | Add utility routines for NSW multiply. | Dan Gohman | 2009-12-18 | 1 | -0/+5 |
* | Add utility routines for creating integer negation operators with NSW set. | Dan Gohman | 2009-12-18 | 1 | -0/+6 |
* | whitespace cleanup | Chris Lattner | 2009-12-08 | 1 | -1/+1 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -3/+3 |
* | remove a bunch of locking from LLVMContextImpl. Since only one thread | Chris Lattner | 2009-11-01 | 1 | -3/+0 |
* | the verifier shouldn't modify the IR. | Chris Lattner | 2009-11-01 | 1 | -0/+15 |
* | Fix BlockAddress::replaceUsesOfWithOnConstant to correctly | Chris Lattner | 2009-11-01 | 1 | -5/+8 |
* | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner | 2009-11-01 | 1 | -3/+2 |
* | Make blockaddress(@func, null) be valid, and make 'deleting a basic | Chris Lattner | 2009-10-31 | 1 | -2/+3 |
* | make hasAddressTaken() constant time by storing a refcount in BB's subclass d... | Chris Lattner | 2009-10-30 | 1 | -5/+7 |
* | Previously, all operands to Constant were themselves constant. | Chris Lattner | 2009-10-28 | 1 | -3/+4 |
* | 'static const void *X = &&y' can only be put in the | Chris Lattner | 2009-10-28 | 1 | -0/+3 |
* | IR support for the new BlockAddress constant kind. This is | Chris Lattner | 2009-10-28 | 1 | -6/+73 |
* | Banish ConstantsLock. It's serving no purpose other than slowing things down | Owen Anderson | 2009-10-19 | 1 | -41/+16 |
* | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner | 2009-10-05 | 1 | -5/+5 |
* | Requires element types in a constant initializer to match the element types of | Nick Lewycky | 2009-10-03 | 1 | -11/+3 |
* | Assert that ConstantArrays are created with correctly-typed elements. | Jeffrey Yasskin | 2009-09-30 | 1 | -1/+4 |
* | For the NSWSub support in the builder to actually be useable, | Duncan Sands | 2009-09-26 | 1 | -0/+5 |
* | Rename ConstantFP's getInf to getInfinity. | Dan Gohman | 2009-09-25 | 1 | -1/+1 |
* | Add a ConstantFP::getInf utility function for creating infinity ConstantFPs. | Dan Gohman | 2009-09-25 | 1 | -0/+6 |
* | When a constant's type is refined, update the constant in place | Dan Gohman | 2009-09-15 | 1 | -50/+2 |
* | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman | 2009-09-11 | 1 | -2/+4 |
* | Factor out the code for checking that all indices in a getelementptr are | Dan Gohman | 2009-09-10 | 1 | -0/+26 |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 1 | -29/+60 |