aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstantFold.cpp
Commit message (Expand)AuthorAgeFilesLines
* not is a keyword in ansi C++, avoid itChris Lattner2001-10-131-1/+1
* Add more support for new style castsChris Lattner2001-10-011-1/+1
* Use correct style castsChris Lattner2001-09-101-1/+1
* Clean up ConstRules stuff to use annotations instead of a mutable member in TypeChris Lattner2001-09-091-34/+33
* * Support global constantsChris Lattner2001-09-071-13/+11
* Add support for castsChris Lattner2001-07-211-0/+67
* Add support for constant propogation of multipliesChris Lattner2001-07-201-2/+15
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-8/+0
* Optimizations got their own header filesChris Lattner2001-06-301-1/+6
* Initial revisionChris Lattner2001-06-061-0/+197