aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/Expressions.cpp
Commit message (Expand)AuthorAgeFilesLines
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-1/+1
* Commit more code over to new cast styleChris Lattner2001-10-021-5/+5
* Convert more code to use new style castsChris Lattner2001-10-011-8/+11
* Add more support for new style castsChris Lattner2001-10-011-1/+1
* Add support for new style castsChris Lattner2001-10-011-1/+1
* Handle subtract in expression classifierChris Lattner2001-09-111-45/+91
* Add support for global variablesChris Lattner2001-09-101-2/+3
* Simplify code by eliminating need to hang onto constant pool referencesChris Lattner2001-09-071-52/+27
* Fix a bug when compiling 'shl ubyte * %var, ubyte 2'Chris Lattner2001-07-251-1/+2
* More functionality, renamed APIChris Lattner2001-07-211-70/+145
* Start of expression analysis supportChris Lattner2001-07-201-0/+207