summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/ConstantFold.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a comment to explain a folding transform.Reid Spencer2007-03-261-0/+1
* fold constantexprs more aggressively, fixing PR1265Chris Lattner2007-03-251-2/+17
* Fix constant fold of div by zero and rem by zero to match IEEE 754Reid Spencer2007-03-231-8/+18
* Fix constant folding of fp->int bitcast for vectors.Reid Spencer2007-03-031-2/+2
* Prefer non-virtual calls to ConstantInt::isZero over virtual calls toReid Spencer2007-03-021-6/+6
* Use the APInt versions of the bit-wise conversions of float/double to intReid Spencer2007-03-011-8/+10
* Use a simpler constructor when constructing ConstantInst.Reid Spencer2007-03-011-20/+19
* Pull out the stops.Reid Spencer2007-02-271-4/+2
* Adjust to changes in the APInt interface.Reid Spencer2007-02-271-4/+4
* For PR1205:Reid Spencer2007-02-271-14/+5
* For PR1205:Reid Spencer2007-02-271-102/+135
* ConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid confusion withChris Lattner2007-02-271-0/+1388
OpenPOWER on IntegriCloud