Fix spelling of `propagate'.
[oota-llvm.git] / lib / Analysis / Expressions.cpp
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