added support for implict operands in machine instruction
[oota-llvm.git] / lib / Analysis / Expressions.cpp
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