aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Expressions.cpp
AgeCommit message (Expand)Author
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