aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ConstantFolding.cpp
AgeCommit message (Expand)Author
2007-11-01Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands
2007-10-02Rewrite sqrt and powi to use anyfloat. By popular demand.Dale Johannesen
2007-09-28Add sqrt and powi intrinsics for long double.Dale Johannesen
2007-09-06Next round of APFloat changes.Dale Johannesen
2007-08-11constant fold ptrtoint(inttoptr) with target data when available. This allowsChris Lattner
2007-08-08Handle functions with no name better.Chris Lattner
2007-08-08significantly speed up constant folding of calls (and thus all clients that useChris Lattner
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-16Use ConstantFoldFP for folding all unary floating-point operations which mayDan Gohman
2007-04-01The bit counting intrinsics return i32 not the operand type. This fixesReid Spencer
2007-04-01For PR1297:Reid Spencer
2007-03-05Unbreak VC++ build.Jeff Cohen
2007-02-15For PR1195:Reid Spencer
2007-02-10completely eliminate a temporary vectorChris Lattner
2007-02-10Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-31Fix a minor bug in my patch yesterday that broken ConstProp/bswap.llChris Lattner
2007-01-31elimiante a temporary vectorChris Lattner
2007-01-31Move some symbolic constant folding code out of instcombine into a placeChris Lattner
2007-01-30move a bunch of constant folding code f rom Transforms/Utils/Local.cpp intoChris Lattner
2007-01-30adjust to constant folding api changes.Chris Lattner
2007-01-15Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5%Chris Lattner
2007-01-07remove llvm.isunorderedChris Lattner
2006-12-31For PR950:Reid Spencer
2006-12-02Unbreak VC++ build.Jeff Cohen
2006-11-08Remove redundant <cmath>.Jim Laskey
2006-10-20For PR950:Reid Spencer
2006-06-17Constant fold sqrtfChris Lattner
2006-01-16For PR411:Reid Spencer
2006-01-14Add bswap intrinsics as documented in the Language ReferenceNate Begeman
2005-10-27Move some constant folding functions into LLVMAnalysis since they are usedJohn Criswell