index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ConstantFolding.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach constant folding that an inttoptr of a
Duncan Sands
2008-08-13
1
-0
/
+13
*
Fix minor issues with VICmp/VFCmp constant expressions
Nate Begeman
2008-07-25
1
-1
/
+3
*
"ret (constexpr)" can't be folded into a Constant. Add a method to
Nick Lewycky
2008-05-25
1
-16
/
+45
*
transform more loops to iterator form, detabify
Gabor Greif
2008-05-22
1
-1
/
+1
*
Rewrite operand loops to use iterators. This shrinks .o file (at gcc4.0.1 -O3...
Gabor Greif
2008-05-22
1
-4
/
+5
*
suppress gcc3.4.6's <no value returned> warnings
Gabor Greif
2008-05-21
1
-0
/
+2
*
Remove dead return. Thanks to Bill for the review!
Chris Lattner
2008-05-08
1
-2
/
+0
*
Add support for constant folding the 'offsetof' pattern even if the
Chris Lattner
2008-05-08
1
-16
/
+23
*
Switch to using Simplified ConstantFP::get API.
Chris Lattner
2008-04-20
1
-11
/
+9
*
minor code cleanups, allow constant folding sinf/cosf.
Chris Lattner
2008-03-30
1
-20
/
+26
*
Avoid unnecessarily casting away const, fixing a FIXME.
Dan Gohman
2008-01-31
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix a bug in my previous patch, thanks to Jay Foad for
Chris Lattner
2007-12-12
1
-2
/
+2
*
Implement constant folding if vector<->vector bitcasts where the number
Chris Lattner
2007-12-11
1
-2
/
+122
*
Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
Chris Lattner
2007-12-10
1
-19
/
+81
*
splice some lines together, no functionality change.
Chris Lattner
2007-11-23
1
-11
/
+7
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-1
/
+1
*
Rewrite sqrt and powi to use anyfloat. By popular demand.
Dale Johannesen
2007-10-02
1
-12
/
+4
*
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-09-28
1
-0
/
+6
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-14
/
+41
*
constant fold ptrtoint(inttoptr) with target data when available. This allows
Chris Lattner
2007-08-11
1
-2
/
+17
*
Handle functions with no name better.
Chris Lattner
2007-08-08
1
-1
/
+2
*
significantly speed up constant folding of calls (and thus all clients that use
Chris Lattner
2007-08-08
1
-94
/
+131
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-3
/
+3
*
Use ConstantFoldFP for folding all unary floating-point operations which may
Dan Gohman
2007-07-16
1
-20
/
+25
*
The bit counting intrinsics return i32 not the operand type. This fixes
Reid Spencer
2007-04-01
1
-4
/
+3
*
For PR1297:
Reid Spencer
2007-04-01
1
-23
/
+17
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
1
-2
/
+2
*
For PR1195:
Reid Spencer
2007-02-15
1
-2
/
+2
*
completely eliminate a temporary vector
Chris Lattner
2007-02-10
1
-2
/
+2
*
Privatize StructLayout::MemberOffsets, adding an accessor
Chris Lattner
2007-02-10
1
-1
/
+1
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-4
/
+0
*
Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll
Chris Lattner
2007-01-31
1
-1
/
+1
*
elimiante a temporary vector
Chris Lattner
2007-01-31
1
-3
/
+1
*
Move some symbolic constant folding code out of instcombine into a place
Chris Lattner
2007-01-31
1
-3
/
+136
*
move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into
Chris Lattner
2007-01-30
1
-2
/
+155
*
adjust to constant folding api changes.
Chris Lattner
2007-01-30
1
-5
/
+6
*
Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5%
Chris Lattner
2007-01-15
1
-1
/
+12
*
remove llvm.isunordered
Chris Lattner
2007-01-07
1
-5
/
+0
*
For PR950:
Reid Spencer
2006-12-31
1
-1
/
+0
*
Unbreak VC++ build.
Jeff Cohen
2006-12-02
1
-0
/
+1
*
Remove redundant <cmath>.
Jim Laskey
2006-11-08
1
-1
/
+0
*
For PR950:
Reid Spencer
2006-10-20
1
-5
/
+6
*
Constant fold sqrtf
Chris Lattner
2006-06-17
1
-1
/
+4
*
For PR411:
Reid Spencer
2006-01-16
1
-7
/
+18
*
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2006-01-14
1
-0
/
+15
*
Move some constant folding functions into LLVMAnalysis since they are used
John Criswell
2005-10-27
1
-0
/
+172