| Commit message (Expand) | Author | Age | Files | Lines |
| * | Return undef value (instead of arbitrary) for wrong or undef index in | Jakub Staszak | 2011-09-02 | 1 | -4/+4 |
| * | ConstantVector returns arbitrary value for the wrong index. | Jakub Staszak | 2011-09-02 | 1 | -0/+4 |
| * | Convert GetElementPtrInst to use ArrayRef. | Jay Foad | 2011-07-25 | 1 | -3/+2 |
| * | Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. | Jay Foad | 2011-07-21 | 1 | -12/+8 |
| * | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -17/+12 |
| * | Convert ConstantFoldGetElementPtr to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -24/+21 |
| * | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin | 2011-07-18 | 1 | -1/+1 |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -65/+65 |
| * | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 1 | -22/+18 |
| * | don't load element before checking to see if it is valid. | Chris Lattner | 2011-07-09 | 1 | -2/+2 |
| * | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -1/+1 |
| * | Improve constant folding of undef for cmp and select operators. | Dan Gohman | 2011-07-01 | 1 | -2/+7 |
| * | Improve constant folding of undef for binary operators. | Dan Gohman | 2011-07-01 | 1 | -4/+24 |
| * | Make ConstantVector::get() always take an ArrayRef, never a std::vector. | Jay Foad | 2011-06-22 | 1 | -1/+1 |
| * | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner | 2011-06-20 | 1 | -3/+3 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | Don't include Operator.h from InstrTypes.h. | Jay Foad | 2011-04-11 | 1 | -0/+1 |
| * | Enhance constant folding of bitcast operations on vectors of floats. | Nadav Rotem | 2011-02-17 | 1 | -2/+1 |
| * | convert ConstantVector::get to use ArrayRef. | Chris Lattner | 2011-02-15 | 1 | -6/+6 |
| * | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner | 2011-02-14 | 1 | -6/+6 |
| * | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner | 2011-02-14 | 1 | -6/+6 |
| * | Fix a regression from r125393; | Nadav Rotem | 2011-02-13 | 1 | -1/+2 |
| * | Fix 9173. | Nadav Rotem | 2011-02-11 | 1 | -0/+40 |
| * | Fix 'fcmp one' constant folding. Noticed by inspection. | Nick Lewycky | 2011-01-30 | 1 | -1/+1 |
| * | Fix some formatting and upgrade comments from llvm 1.x to 2.x syntax. | Nick Lewycky | 2011-01-30 | 1 | -6/+6 |
| * | Add the select optimization recently added to instcombine to constant folding. | Nick Lewycky | 2011-01-29 | 1 | -0/+12 |
| * | Add a constant folding of casts from zero to zero. Fixes PR9011! | Nick Lewycky | 2011-01-21 | 1 | -0/+4 |
| * | Remove casts between Value** and Constant**, which won't work if a | Jay Foad | 2011-01-14 | 1 | -18/+31 |
| * | Move some shift transforms out of instcombine and into InstructionSimplify. | Duncan Sands | 2011-01-14 | 1 | -2/+2 |
| * | fix PR8867: a crash handling fp128. Thanks to Nick for the testcase. | Chris Lattner | 2010-12-29 | 1 | -1/+1 |
| * | There is no need for isAssociative to take the type as an argument anymore. | Duncan Sands | 2010-12-20 | 1 | -2/+1 |
| * | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -10/+7 |
| * | Remove unneeded zero arrays. | Benjamin Kramer | 2010-12-04 | 1 | -3/+1 |
| * | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -40/+0 |
| * | Constant fold x == undef to undef. | Dan Gohman | 2010-06-28 | 1 | -1/+8 |
| * | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman | 2010-06-21 | 1 | -1/+1 |
| * | getFoldedOffsetOf no longer does anything special with vector types. | Dan Gohman | 2010-06-05 | 1 | -1/+1 |
| * | 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 |