For PR950:
[oota-llvm.git] / lib / Transforms / Utils / Local.cpp
2006-12-23 Reid SpencerFor PR950:
2006-11-27 Reid SpencerFor PR950:
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-05-27 Chris LattnerRefactor some code to expose an interface to constant...
2006-05-25 Chris LattnerRevert a patch that is unsafe, due to out of range...
2006-05-24 Chris LattnerPatch for a new instcombine xform, patch contributed...
2006-04-08 Chris LattnerAdd supprot for shufflevector
2006-04-02 Chris LattnerAdjust to change in Intrinsics.gen interface.
2006-03-09 Chris Lattneruse autogenerated side-effect information
2006-01-19 Robert BocchinoConstantFoldLoadThroughGEPConstantExpr wasn't handling...
2006-01-17 Robert BocchinoConstant folding support for the insertelement operation.
2006-01-16 Reid SpencerFor PR411:
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-13 Chris Lattnerit is ok to dce stacksave.
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2005-10-27 Chris LattnerFix #include order
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-09-28 Chris LattnerConstant fold llvm.sqrt
2005-09-26 Chris LattnerMove the ConstantFoldLoadThroughGEPConstantExpr functio...
2005-08-04 Nate BegemanFix a fixme in CondPropagate.cpp by moving a PhiNode...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-06-19 Andrew Lenharthprevent DCE of vaarg intrinsics. This should take...
2005-05-06 Chris LattnerDCE intrinsic instructions without side effects.
2005-04-29 Reid SpencerRemove optimizations that don't require both operands...
2005-04-28 Reid Spencer* Add constant folding for additional floating point...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-17 Chris LattnerEnhance hasConstantValue to ignore undef values in...
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-23 Brian GaekeUse new IsNAN() wrapper.
2004-06-21 Chris LattnerComment out the isnan stuff until we get a proper autoc...
2004-06-17 Brian GaekeI love the smell of a freshly broken PowerPC build...
2004-06-17 Chris LattnerFix compilation problem on freebsd. Problem noted...
2004-06-15 Brian GaekeUm, did someone make a typo or something?
2004-06-15 Chris LattnerRemove support for the isnan intrinsic
2004-06-14 Brian GaekeQuick hack to get this file compiling again on Mac...
2004-06-13 Alkis EvlogimenosAdd constant folding capabilities to the isunordered...
2004-06-11 Chris LattnerConstant fold the isnan intrinsic
2004-05-27 Chris LattnerImplement constant folding of fmod, which is used a...
2004-05-27 Chris LattnerRestructure call constant folding code a bit to make...
2004-04-21 Alkis EvlogimenosInclude cerrno (gcc-3.4 fix)
2004-04-16 Chris LattnerAdd support for evaluation of exp/log/log10/pow
2004-04-16 Brian GaekeInclude <cmath> for compatibility with gcc 3.0.x (the...
2004-04-13 Chris LattnerAdd a simple call constant propagation interface.
2004-03-12 Chris LattnerAdd constant folding wrapper support for select instruc...
2004-01-12 Chris LattnerClean up #includes
2004-01-12 Chris LattnerRemove use of ConstantExpr::getShift
2004-01-12 Chris LattnerRemove use of ConstantHandling
2004-01-12 Chris LattnerMove llvm::ConstantFoldInstruction from VMCore to here...
2003-12-19 Chris LattnerAdd new function
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-23 Chris LattnerImplement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5
2003-08-17 Chris LattnerImplement folding of switch instructions.
2003-08-17 Chris LattnerFix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
2003-08-17 Chris LattnerThe fixme is irrelevant: if that happens, the LLVM...
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-02-24 Chris LattnerRename Instruction::hasSideEffects() -> mayWriteToMemory()
2002-06-25 Chris Lattner*** empty log message ***
2002-05-26 Chris LattnerSimplify the interface to local DCE and Constant prop
2002-05-21 Chris LattnerSimplify interface to ConstantFoldTerminator
2002-05-07 Chris LattnerAdd code pulled out of TransformInternals.cpp, ConstPro...