aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Expressions.cpp
AgeCommit message (Expand)Author
2001-12-05"fix" problems processing floating point expressionsChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-26Make Mul work rightChris Lattner
2001-11-26* Implement more powerful expr analysis of cast instructionsChris Lattner
2001-10-13Fix code to make GCC 2.96 happyChris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-09-11Handle subtract in expression classifierChris Lattner
2001-09-10Add support for global variablesChris Lattner
2001-09-07Simplify code by eliminating need to hang onto constant pool referencesChris Lattner
2001-07-25Fix a bug when compiling 'shl ubyte * %var, ubyte 2'Chris Lattner
2001-07-21More functionality, renamed APIChris Lattner
2001-07-20Start of expression analysis supportChris Lattner