summaryrefslogtreecommitdiff
path: root/lib/Analysis/Expressions.cpp
Commit message (Expand)AuthorAge
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Regularize header file commentsChris Lattner2003-10-13
* Eliminate old-style castChris Lattner2003-07-23
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Fix bug: Regression/Other/2002-03-11-ExprAssertion.llChris Lattner2003-07-01
* Fix bug: LevelRaise/2003-06-25-ExprAnalysis.llChris Lattner2003-06-25
* s/convertable/convertible/gMisha Brukman2003-05-20
* Fix bug: IndVarSimplify/2003-04-16-ExprAnalysis.llChris Lattner2003-04-16
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-03
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-30
* Add #include removed from ConstantHandling.hChris Lattner2002-05-06
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-06
* Module's are no longer Value subclassesChris Lattner2002-04-28
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-08
* change refs to Method to FunctionChris Lattner2002-03-26
* Fix test/Regression/Other/2002-03-14-ValueToLarge.ll. Note that thisChris Lattner2002-03-14
* Bugfix for test/Regression/Other/2002-03-11-ExprAssertion.llChris Lattner2002-03-11
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Some programs are using BB's as values, until we resolve this. Disable the as...Chris Lattner2001-12-13
* "fix" problems processing floating point expressionsChris Lattner2001-12-05
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Make Mul work rightChris Lattner2001-11-26
* * Implement more powerful expr analysis of cast instructionsChris Lattner2001-11-26
* Fix code to make GCC 2.96 happyChris Lattner2001-10-13
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-03
* Commit more code over to new cast styleChris Lattner2001-10-02
* Convert more code to use new style castsChris Lattner2001-10-01
* Add more support for new style castsChris Lattner2001-10-01
* Add support for new style castsChris Lattner2001-10-01
* Handle subtract in expression classifierChris Lattner2001-09-11
* Add support for global variablesChris Lattner2001-09-10
* Simplify code by eliminating need to hang onto constant pool referencesChris Lattner2001-09-07
* Fix a bug when compiling 'shl ubyte * %var, ubyte 2'Chris Lattner2001-07-25
* More functionality, renamed APIChris Lattner2001-07-21
* Start of expression analysis supportChris Lattner2001-07-20