aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/Expressions.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-031-3/+3
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-301-6/+1
* Add #include removed from ConstantHandling.hChris Lattner2002-05-061-0/+1
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-2/+2
* Module's are no longer Value subclassesChris Lattner2002-04-281-1/+1
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+1
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-081-1/+1
* change refs to Method to FunctionChris Lattner2002-03-261-4/+4
* Fix test/Regression/Other/2002-03-14-ValueToLarge.ll. Note that thisChris Lattner2002-03-141-3/+30
* Bugfix for test/Regression/Other/2002-03-11-ExprAssertion.llChris Lattner2002-03-111-3/+2
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-2/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+4
* Some programs are using BB's as values, until we resolve this. Disable the as...Chris Lattner2001-12-131-1/+3
* "fix" problems processing floating point expressionsChris Lattner2001-12-051-0/+3
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-41/+41
* Make Mul work rightChris Lattner2001-11-261-10/+14
* * Implement more powerful expr analysis of cast instructionsChris Lattner2001-11-261-11/+20
* Fix code to make GCC 2.96 happyChris Lattner2001-10-131-1/+2
* * 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