Teach BasicAA about noalias parameter attributes, but do it correctly this time.
[oota-llvm.git] / lib / Analysis / ConstantFolding.cpp
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...