Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Analysis / ConstantFolding.cpp
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...