| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the 'icmp pred trunc(ext(X)), CST --> icmp pred X, ext(trunc(CST))' | Nick Lewycky | 2010-03-04 | 1 | -24/+5 |
* | fix incorrect folding of icmp with undef, PR6481. | Chris Lattner | 2010-03-03 | 1 | -1/+1 |
* | Teach the constant folder about union types. | Dan Gohman | 2010-02-25 | 1 | -0/+34 |
* | Remove code which assumes it knows how vectors are stored in memory. | Dan Gohman | 2010-02-25 | 1 | -12/+2 |
* | Canonicalize ConstantInts to the right operand of commutative | Dan Gohman | 2010-02-22 | 1 | -0/+4 |
* | Use Instruction::isCommutative instead of duplicating it. | Dan Gohman | 2010-02-22 | 1 | -24/+1 |
* | Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some | Duncan Sands | 2010-02-16 | 1 | -1/+1 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -9/+9 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -13/+13 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -0/+6 |
* | Canonicalize sizeof and alignof on pointer types to a canonical | Dan Gohman | 2010-02-10 | 1 | -0/+19 |
* | Factor out alignof expression folding into a separate function and | Dan Gohman | 2010-02-02 | 1 | -26/+69 |
* | eliminate a bunch of pointless LLVMContext arguments. | Chris Lattner | 2010-02-01 | 1 | -151/+124 |
* | Fix typo "of" -> "or" and change the way a line was formatted to fit | Duncan Sands | 2010-02-01 | 1 | -2/+2 |
* | fix PR6195, a bug constant folding scalar -> vector compares. | Chris Lattner | 2010-02-01 | 1 | -3/+5 |
* | fix PR6197 - infinite recursion in ipsccp due to block addresses | Chris Lattner | 2010-02-01 | 1 | -19/+47 |
* | Generalize target-independent folding rules for sizeof to handle more | Dan Gohman | 2010-02-01 | 1 | -24/+169 |
* | Remove the folding rule | Dan Gohman | 2010-01-28 | 1 | -22/+0 |
* | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman | 2010-01-28 | 1 | -2/+31 |
* | Fix a crasher trying to fold each element in a comparison between two vectors | Nick Lewycky | 2010-01-21 | 1 | -2/+3 |
* | Move remaining stuff to the isInteger predicate. | Benjamin Kramer | 2010-01-05 | 1 | -4/+4 |
* | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer | 2010-01-05 | 1 | -2/+2 |
* | Aggressively flip compare constant expressions where appropriate; constant | Eli Friedman | 2009-12-17 | 1 | -3/+5 |
* | Previously, all operands to Constant were themselves constant. | Chris Lattner | 2009-10-28 | 1 | -16/+23 |
* | Teach vm core to more aggressively fold 'trunc' constantexprs, | Chris Lattner | 2009-10-17 | 1 | -9/+160 |
* | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner | 2009-10-05 | 1 | -9/+10 |
* | Peer through zext and sext to eliminate them when it is safe to do so. | Nick Lewycky | 2009-09-20 | 1 | -0/+16 |
* | Fold 'icmp eq (icmp), true' into an xor(icmp). | Nick Lewycky | 2009-09-20 | 1 | -0/+14 |
* | Correct the comment; this applies to fcmp too. | Nick Lewycky | 2009-09-20 | 1 | -1/+1 |
* | Remove tab, again. | Nick Lewycky | 2009-09-20 | 1 | -1/+1 |
* | Teach the constant folder how to not a cmpinst. | Nick Lewycky | 2009-09-20 | 1 | -0/+14 |
* | Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in | Nick Lewycky | 2009-09-20 | 1 | -0/+10 |
* | Remove tabs I added. | Nick Lewycky | 2009-09-20 | 1 | -8/+8 |
* | Clean up the usage of evaluateICmpRelation's return value. | Nick Lewycky | 2009-09-20 | 1 | -37/+30 |
* | Remove dead store by taking a guess at what Chris meant. I wasn't able to | Nick Lewycky | 2009-09-20 | 1 | -2/+1 |
* | Delete dead code. sext and zext can not turn integers into pointers. Further, | Nick Lewycky | 2009-09-20 | 1 | -15/+0 |
* | Value* were never meant to be const. Removing constness from the constant | Nick Lewycky | 2009-09-20 | 1 | -163/+132 |
* | Teach the constant folder how to handle a few simple i1 cases. | Nick Lewycky | 2009-09-20 | 1 | -0/+31 |
* | Fix an accidental inversion of the inbounds flag. | Dan Gohman | 2009-09-15 | 1 | -3/+3 |
* | fix PR4963: folding insertvalue would sometimes turn a packed struct into | Chris Lattner | 2009-09-15 | 1 | -20/+24 |
* | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman | 2009-09-11 | 1 | -7/+100 |
* | Factor out the code for checking that all indices in a getelementptr are | Dan Gohman | 2009-09-10 | 1 | -0/+8 |
* | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman | 2009-09-03 | 1 | -1/+3 |
* | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman | 2009-09-03 | 1 | -3/+1 |
* | Cleanup whitespace and indentation. | Dan Gohman | 2009-08-29 | 1 | -29/+28 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -46/+46 |
* | Simplify this code, and use an in-bounds GEP. | Dan Gohman | 2009-08-12 | 1 | -5/+7 |
* | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson | 2009-08-05 | 1 | -3/+3 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -58/+58 |
* | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 1 | -6/+6 |