Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
94a4bcdce36558e918be2c29f2e4ce4cb1528c8f
/
lib
/
Analysis
/
ConstantFolding.cpp
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
334f8b5
Fix a bug in my previous patch, thanks to Jay Foad for
by Chris Lattner
· 18 years ago
09d481b
Implement constant folding if vector<->vector bitcasts where the number
by Chris Lattner
· 18 years ago
d6e5691
Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
by Chris Lattner
· 18 years ago
93ffe72
splice some lines together, no functionality change.
by Chris Lattner
· 18 years ago
f99fdc6
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
by Duncan Sands
· 18 years ago
c339d8e
Rewrite sqrt and powi to use anyfloat. By popular demand.
by Dale Johannesen
· 18 years ago
0c81a52
Add sqrt and powi intrinsics for long double.
by Dale Johannesen
· 18 years ago
b9de9f0
Next round of APFloat changes.
by Dale Johannesen
· 18 years ago
21a9865
constant fold ptrtoint(inttoptr) with target data when available. This allows
by Chris Lattner
· 18 years ago
499c9b2
Handle functions with no name better.
by Chris Lattner
· 18 years ago
eb8fdd3
significantly speed up constant folding of calls (and thus all clients that use
by Chris Lattner
· 18 years ago
a228e39
This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.
by Chandler Carruth
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago