summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ConstantFolding.h
Commit message (Expand)AuthorAge
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Split the interesting bits of ConstantFoldLoadThroughGEPConstantExprChris Lattner2012-01-24
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-01
* Add some simple insertvalue simplifications, for the purpose of cleaningDuncan Sands2011-09-05
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Clarify that constant folding of instructions applies when all operandsDuncan Sands2010-11-23
* Add const qualifiers.Dan Gohman2010-02-08
* fix ConstantFoldCompareInstOperands to take the LHS/RHS asChris Lattner2009-11-09
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-06
* Move some constant folding logic for loads out of instcombine intoChris Lattner2009-10-22
* Remove an unnnecessary LLVMContext argument inDan Gohman2009-10-05
* Give these files top-level comments that describe the current code.Dan Gohman2009-09-10
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-06
* Change ConstantFoldConstantExpression to accept a nullDan Gohman2009-06-02
* "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