aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/ConstantFolding.h
Commit message (Expand)AuthorAgeFilesLines
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-5/+5
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-5/+5
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-061-3/+8
* Change ConstantFoldConstantExpression to accept a nullDan Gohman2009-06-021-1/+1
* "ret (constexpr)" can't be folded into a Constant. Add a method toNick Lewycky2008-05-251-0/+6
* Avoid unnecessarily casting away const, fixing a FIXME.Dan Gohman2008-01-311-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-101-7/+13
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+61