Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Analysis / ConstantFolding.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-05-17 Matt ArsenaultAdd missing -*- C++ -*- to headers
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-01-24 Chris LattnerSplit the interesting bits of ConstantFoldLoadThroughGE...
2011-12-01 Chad RosierPropagate TargetLibraryInfo throughout ConstantFolding...
2011-09-05 Duncan SandsAdd some simple insertvalue simplifications, for the...
2011-07-19 Jay FoadUse ArrayRef in ConstantFoldInstOperands and ConstantFo...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2010-11-23 Duncan SandsClarify that constant folding of instructions applies...
2010-02-08 Dan GohmanAdd const qualifiers.
2009-11-09 Chris Lattnerfix ConstantFoldCompareInstOperands to take the LHS...
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-10-22 Chris LattnerMove some constant folding logic for loads out of instc...
2009-10-05 Dan GohmanRemove an unnnecessary LLVMContext argument in
2009-09-10 Dan GohmanGive these files top-level comments that describe the...
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...