| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -4/+4 | 
| *  | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -4/+4 | 
| *  | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -26/+26 | 
| *  | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -1/+1 | 
| *  | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -6/+6 | 
| *  | Remove Value::getNameLen | Daniel Dunbar | 2009-07-26 | 1 | -78/+44 | 
| *  | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -10/+10 | 
| *  | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -71/+71 | 
| *  | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -3/+3 | 
| *  | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -3/+4 | 
| *  | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -2/+0 | 
| *  | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -11/+11 | 
| *  | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 1 | -102/+120 | 
| *  | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 1 | -2/+2 | 
| *  | Change ConstantFoldConstantExpression to accept a null | Dan Gohman | 2009-06-02 | 1 | -2/+0 | 
| *  | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad | 2009-05-21 | 1 | -5/+5 | 
| *  | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -3/+3 | 
| *  | Revert 71165. It did more than just revert 71158 and it introduced | Dan Gohman | 2009-05-07 | 1 | -4/+36 | 
| *  | Temporarily revert r71158. It was causing a failure during a full bootstrap: | Bill Wendling | 2009-05-07 | 1 | -36/+4 | 
| *  | Constant-fold ptrtoint+add+inttoptr to gep when the pointer is an | Dan Gohman | 2009-05-07 | 1 | -4/+36 | 
| *  | use higher level APIs. | Chris Lattner | 2009-04-03 | 1 | -8/+6 | 
| *  | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 | 
| *  | Fix whitespace in comment. | Nick Lewycky | 2008-12-15 | 1 | -2/+1 | 
| *  | undef beats zero. Fix this missed optimization opportunity. Patch by Matt Elder! | Nick Lewycky | 2008-11-20 | 1 | -1/+1 | 
| *  | Don't try to create a mask when we don't need one. Fixes a crash. | Nick Lewycky | 2008-10-24 | 1 | -4/+6 | 
| *  | Teach constant folding that an inttoptr of a | Duncan Sands | 2008-08-13 | 1 | -0/+13 | 
| *  | Fix minor issues with VICmp/VFCmp constant expressions | Nate Begeman | 2008-07-25 | 1 | -1/+3 | 
| *  | "ret (constexpr)" can't be folded into a Constant. Add a method to | Nick Lewycky | 2008-05-25 | 1 | -16/+45 | 
| *  | transform more loops to iterator form, detabify | Gabor Greif | 2008-05-22 | 1 | -1/+1 | 
| *  | Rewrite operand loops to use iterators. This shrinks .o file (at gcc4.0.1 -O3... | Gabor Greif | 2008-05-22 | 1 | -4/+5 | 
| *  | suppress gcc3.4.6's <no value returned> warnings | Gabor Greif | 2008-05-21 | 1 | -0/+2 | 
| *  | Remove dead return.  Thanks to Bill for the review! | Chris Lattner | 2008-05-08 | 1 | -2/+0 | 
| *  | Add support for constant folding the 'offsetof' pattern even if the | Chris Lattner | 2008-05-08 | 1 | -16/+23 | 
| *  | Switch to using Simplified ConstantFP::get API. | Chris Lattner | 2008-04-20 | 1 | -11/+9 | 
| *  | minor code cleanups, allow constant folding sinf/cosf. | Chris Lattner | 2008-03-30 | 1 | -20/+26 | 
| *  | Avoid unnecessarily casting away const, fixing a FIXME. | Dan Gohman | 2008-01-31 | 1 | -1/+1 | 
| *  | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | 
| *  | Fix a bug in my previous patch, thanks to Jay Foad for | Chris Lattner | 2007-12-12 | 1 | -2/+2 | 
| *  | Implement constant folding if vector<->vector bitcasts where the number | Chris Lattner | 2007-12-11 | 1 | -2/+122 | 
| *  | Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. | Chris Lattner | 2007-12-10 | 1 | -19/+81 | 
| *  | splice some lines together, no functionality change. | Chris Lattner | 2007-11-23 | 1 | -11/+7 | 
| *  | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 1 | -1/+1 | 
| *  | Rewrite sqrt and powi to use anyfloat.  By popular demand. | Dale Johannesen | 2007-10-02 | 1 | -12/+4 | 
| *  | Add sqrt and powi intrinsics for long double. | Dale Johannesen | 2007-09-28 | 1 | -0/+6 | 
| *  | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 1 | -14/+41 | 
| *  | constant fold ptrtoint(inttoptr) with target data when available.  This allows | Chris Lattner | 2007-08-11 | 1 | -2/+17 | 
| *  | Handle functions with no name better. | Chris Lattner | 2007-08-08 | 1 | -1/+2 | 
| *  | significantly speed up constant folding of calls (and thus all clients that use | Chris Lattner | 2007-08-08 | 1 | -94/+131 | 
| *  | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth | 2007-08-04 | 1 | -3/+3 | 
| *  | Use ConstantFoldFP for folding all unary floating-point operations which may | Dan Gohman | 2007-07-16 | 1 | -20/+25 |