convert LoopInfo.h and GraphWriter.h to use raw_ostream
[oota-llvm.git] / include / llvm / Analysis / ConstantFolding.h
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-06 Owen AndersonThread LLVMContext through the constant folding APIs...
2009-06-02 Dan GohmanChange ConstantFoldConstantExpression to accept a null
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...