summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ConstantFolding.h
Commit message (Expand)AuthorAge
* "ret (constexpr)" can't be folded into a Constant. Add a method toNick Lewycky2008-05-25
* Avoid unnecessarily casting away const, fixing a FIXME.Dan Gohman2008-01-31
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-10
* Make this a *real* header:Chris Lattner2007-01-30
* Change constant folding APIs to take an optional TargetData, and changeChris Lattner2007-01-30
* Move some constant folding functions into LLVMAnalysis since they are usedJohn Criswell2005-10-27