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
/
lib
/
Analysis
/
ConstantFolding.cpp
Age
Commit message (
Expand
)
Author
2007-11-01
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-10-02
Rewrite sqrt and powi to use anyfloat. By popular demand.
Dale Johannesen
2007-09-28
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-08-11
constant fold ptrtoint(inttoptr) with target data when available. This allows
Chris Lattner
2007-08-08
Handle functions with no name better.
Chris Lattner
2007-08-08
significantly speed up constant folding of calls (and thus all clients that use
Chris Lattner
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-07-16
Use ConstantFoldFP for folding all unary floating-point operations which may
Dan Gohman
2007-04-01
The bit counting intrinsics return i32 not the operand type. This fixes
Reid Spencer
2007-04-01
For PR1297:
Reid Spencer
2007-03-05
Unbreak VC++ build.
Jeff Cohen
2007-02-15
For PR1195:
Reid Spencer
2007-02-10
completely eliminate a temporary vector
Chris Lattner
2007-02-10
Privatize StructLayout::MemberOffsets, adding an accessor
Chris Lattner
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-31
Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll
Chris Lattner
2007-01-31
elimiante a temporary vector
Chris Lattner
2007-01-31
Move some symbolic constant folding code out of instcombine into a place
Chris Lattner
2007-01-30
move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into
Chris Lattner
2007-01-30
adjust to constant folding api changes.
Chris Lattner
2007-01-15
Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5%
Chris Lattner
2007-01-07
remove llvm.isunordered
Chris Lattner
2006-12-31
For PR950:
Reid Spencer
2006-12-02
Unbreak VC++ build.
Jeff Cohen
2006-11-08
Remove redundant <cmath>.
Jim Laskey
2006-10-20
For PR950:
Reid Spencer
2006-06-17
Constant fold sqrtf
Chris Lattner
2006-01-16
For PR411:
Reid Spencer
2006-01-14
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2005-10-27
Move some constant folding functions into LLVMAnalysis since they are used
John Criswell
[prev]