"ret (constexpr)" can't be folded into a Constant. Add a method to
[oota-llvm.git] / include / llvm / Analysis / ConstantFolding.h
2008-05-25 Nick Lewycky"ret (constexpr)" can't be folded into a Constant....
2008-01-31 Dan GohmanAvoid unnecessarily casting away const, fixing a FIXME.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...
2007-01-30 Chris LattnerMake this a *real* header:
2007-01-30 Chris LattnerChange constant folding APIs to take an optional Target...
2005-10-27 John CriswellMove some constant folding functions into LLVMAnalysis...