index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
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
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+486