index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
ConstantFolding.h
Age
Commit message (
Expand
)
Author
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-01-24
Split the interesting bits of ConstantFoldLoadThroughGEPConstantExpr
Chris Lattner
2011-12-01
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-09-05
Add some simple insertvalue simplifications, for the purpose of cleaning
Duncan Sands
2011-07-19
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
Jay Foad
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2010-11-23
Clarify that constant folding of instructions applies when all operands
Duncan Sands
2010-02-08
Add const qualifiers.
Dan Gohman
2009-11-09
fix ConstantFoldCompareInstOperands to take the LHS/RHS as
Chris Lattner
2009-11-06
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-10-22
Move some constant folding logic for loads out of instcombine into
Chris Lattner
2009-10-05
Remove an unnnecessary LLVMContext argument in
Dan Gohman
2009-09-10
Give these files top-level comments that describe the current code.
Dan Gohman
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-06
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-06
Thread LLVMContext through the constant folding APIs, which touches a lot of ...
Owen Anderson
2009-06-02
Change ConstantFoldConstantExpression to accept a null
Dan Gohman
2008-05-25
"ret (constexpr)" can't be folded into a Constant. Add a method to
Nick Lewycky
2008-01-31
Avoid unnecessarily casting away const, fixing a FIXME.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-10
Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
Chris Lattner
2007-01-30
Make this a *real* header:
Chris Lattner
2007-01-30
Change constant folding APIs to take an optional TargetData, and change
Chris Lattner
2005-10-27
Move some constant folding functions into LLVMAnalysis since they are used
John Criswell