Push LLVMContexts through the IntegerType APIs.
[oota-llvm.git] / lib / Analysis / ConstantFolding.cpp
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-26 Daniel DunbarRemove Value::getNameLen
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-06 Owen AndersonThread LLVMContext through the constant folding APIs...
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...
2009-06-02 Dan GohmanChange ConstantFoldConstantExpression to accept a null
2009-05-21 Jay FoadUse v.data() instead of &v[0] when SmallVector v might...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-07 Dan GohmanRevert 71165. It did more than just revert 71158 and...
2009-05-07 Bill WendlingTemporarily revert r71158. It was causing a failure...
2009-05-07 Dan GohmanConstant-fold ptrtoint+add+inttoptr to gep when the...
2009-04-03 Chris Lattneruse higher level APIs.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-12-15 Nick LewyckyFix whitespace in comment.
2008-11-20 Nick Lewyckyundef beats zero. Fix this missed optimization opportun...
2008-10-24 Nick LewyckyDon't try to create a mask when we don't need one....
2008-08-13 Duncan SandsTeach constant folding that an inttoptr of a
2008-07-25 Nate BegemanFix minor issues with VICmp/VFCmp constant expressions
2008-05-25 Nick Lewycky"ret (constexpr)" can't be folded into a Constant....
2008-05-22 Gabor Greiftransform more loops to iterator form, detabify
2008-05-22 Gabor GreifRewrite operand loops to use iterators. This shrinks...
2008-05-21 Gabor Greifsuppress gcc3.4.6's <no value returned> warnings
2008-05-08 Chris LattnerRemove dead return. Thanks to Bill for the review!
2008-05-08 Chris LattnerAdd support for constant folding the 'offsetof' pattern...
2008-04-20 Chris LattnerSwitch to using Simplified ConstantFP::get API.
2008-03-30 Chris Lattnerminor code cleanups, allow constant folding sinf/cosf.
2008-01-31 Dan GohmanAvoid unnecessarily casting away const, fixing a FIXME.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-12 Chris LattnerFix a bug in my previous patch, thanks to Jay Foad for
2007-12-11 Chris LattnerImplement constant folding if vector<->vector bitcasts...
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...
2007-11-23 Chris Lattnersplice some lines together, no functionality change.
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-08-11 Chris Lattnerconstant fold ptrtoint(inttoptr) with target data when...
2007-08-08 Chris LattnerHandle functions with no name better.
2007-08-08 Chris Lattnersignificantly speed up constant folding of calls (and...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-16 Dan GohmanUse ConstantFoldFP for folding all unary floating-point...
2007-04-01 Reid SpencerThe bit counting intrinsics return i32 not the operand...
2007-04-01 Reid SpencerFor PR1297:
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-02-15 Reid SpencerFor PR1195:
2007-02-10 Chris Lattnercompletely eliminate a temporary vector
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-31 Chris LattnerFix a minor bug in my patch yesterday that broken Const...
2007-01-31 Chris Lattnerelimiante a temporary vector
2007-01-31 Chris LattnerMove some symbolic constant folding code out of instcom...
2007-01-30 Chris Lattnermove a bunch of constant folding code f rom Transforms...
2007-01-30 Chris Lattneradjust to constant folding api changes.
2007-01-15 Chris LattnerConstant fold llvm.powi.*. This speeds up tramp3d...
2007-01-07 Chris Lattnerremove llvm.isunordered
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-10-20 Reid SpencerFor PR950:
2006-06-17 Chris LattnerConstant fold sqrtf
2006-01-16 Reid SpencerFor PR411:
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2005-10-27 John CriswellMove some constant folding functions into LLVMAnalysis...