This checkin fixes the bug described in:
[oota-llvm.git] / lib / Analysis / Expressions.cpp
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