aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Expressions.cpp
AgeCommit message (Expand)Author
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-26Simplify codeChris Lattner
2004-01-12Remove use of ConstantHandling itfChris Lattner
2003-12-23rename ClassifyExpression -> ClassifyExprChris Lattner
2003-12-23Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-07-23Eliminate old-style castChris Lattner
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-07-01Fix bug: Regression/Other/2002-03-11-ExprAssertion.llChris Lattner
2003-06-25Fix bug: LevelRaise/2003-06-25-ExprAnalysis.llChris Lattner
2003-05-20s/convertable/convertible/gMisha Brukman
2003-04-16Fix bug: IndVarSimplify/2003-04-16-ExprAnalysis.llChris Lattner
2002-09-03 - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner
2002-08-30 - Eliminate the last traces of the 'analysis' namespaceChris Lattner
2002-05-06Add #include removed from ConstantHandling.hChris Lattner
2002-05-06Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner
2002-04-28Module's are no longer Value subclassesChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-08ConstantHandling moved into VMCore libraryChris Lattner
2002-03-26change refs to Method to FunctionChris Lattner
2002-03-14Fix test/Regression/Other/2002-03-14-ValueToLarge.ll. Note that thisChris Lattner
2002-03-11Bugfix for test/Regression/Other/2002-03-11-ExprAssertion.llChris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-13Some programs are using BB's as values, until we resolve this. Disable the as...Chris Lattner
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