Silence a spurious warning
[oota-llvm.git] / lib / Analysis / Expressions.cpp
2004-01-12 Chris LattnerRemove use of ConstantHandling itf
2003-12-23 Chris Lattnerrename ClassifyExpression -> ClassifyExpr
2003-12-23 Chris LattnerFinegrainify namespacification
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-10-13 Chris LattnerRegularize header file comments
2003-07-23 Chris LattnerEliminate old-style cast
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-01 Chris LattnerFix bug: Regression/Other/2002-03-11-ExprAssertion.ll
2003-06-25 Chris LattnerFix bug: LevelRaise/2003-06-25-ExprAnalysis.ll
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-04-16 Chris LattnerFix bug: IndVarSimplify/2003-04-16-ExprAnalysis.ll
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-05-06 Chris LattnerAdd #include removed from ConstantHandling.h
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-28 Chris LattnerModule's are no longer Value subclasses
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-08 Chris LattnerConstantHandling moved into VMCore library
2002-03-26 Chris Lattnerchange refs to Method to Function
2002-03-14 Chris LattnerFix test/Regression/Other/2002-03-14-ValueToLarge.ll...
2002-03-11 Chris LattnerBugfix for test/Regression/Other/2002-03-11-ExprAsserti...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerSome programs are using BB's as values, until we resolv...
2001-12-05 Chris Lattner"fix" problems processing floating point expressions
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerMake Mul work right
2001-11-26 Chris Lattner* Implement more powerful expr analysis of cast instruc...
2001-10-13 Chris LattnerFix code to make GCC 2.96 happy
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-11 Chris LattnerHandle subtract in expression classifier
2001-09-10 Chris LattnerAdd support for global variables
2001-09-07 Chris LattnerSimplify code by eliminating need to hang onto constant...
2001-07-25 Chris LattnerFix a bug when compiling 'shl ubyte * %var, ubyte 2'
2001-07-21 Chris LattnerMore functionality, renamed API
2001-07-20 Chris LattnerStart of expression analysis support