Enhance hasConstantValue to ignore undef values in phi nodes. This allows it
[oota-llvm.git] / lib / Transforms / Utils / Local.cpp
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...