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
/
VMCore
/
ConstantFold.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove no-longer-used variable.
Dale Johannesen
2007-09-25
1
-3
/
+2
*
Make APFloat->int conversions deterministic even in
Dale Johannesen
2007-09-25
1
-2
/
+0
*
float->int conversion rounds toward 0. Duh.
Dale Johannesen
2007-09-24
1
-1
/
+1
*
Just use APFloat for const / const. Fixes
Dale Johannesen
2007-09-24
1
-17
/
+0
*
Fix dumb regression in constant folding (Regression/C/casts)
Dale Johannesen
2007-09-20
1
-1
/
+1
*
Fix some long double issues.
Dale Johannesen
2007-09-19
1
-19
/
+21
*
Partial fix for PR1678: correct some parts of constant
Duncan Sands
2007-09-19
1
-2
/
+4
*
Revise previous patch per review comments.
Dale Johannesen
2007-09-12
1
-7
/
+6
*
Add APInt interfaces to APFloat (allows directly
Dale Johannesen
2007-09-11
1
-13
/
+8
*
Fix a buggy constant folding transformation when handling aliases.
Chris Lattner
2007-09-10
1
-4
/
+7
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-66
/
+97
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-3
/
+5
*
Constant fold: getelementptr (i8* inttoptr (i64 1 to i8*), i32 -1)
Chris Lattner
2007-08-13
1
-1
/
+23
*
Fix a doxygen directive.
Reid Spencer
2007-08-05
1
-1
/
+1
*
zext(undef) = 0 and sext(undef) = 0, not undef.
Chris Lattner
2007-07-20
1
-1
/
+6
*
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
1
-7
/
+7
*
Add a comment to explain a folding transform.
Reid Spencer
2007-03-26
1
-0
/
+1
*
fold constantexprs more aggressively, fixing PR1265
Chris Lattner
2007-03-25
1
-2
/
+17
*
Fix constant fold of div by zero and rem by zero to match IEEE 754
Reid Spencer
2007-03-23
1
-8
/
+18
*
Fix constant folding of fp->int bitcast for vectors.
Reid Spencer
2007-03-03
1
-2
/
+2
*
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-02
1
-6
/
+6
*
Use the APInt versions of the bit-wise conversions of float/double to int
Reid Spencer
2007-03-01
1
-8
/
+10
*
Use a simpler constructor when constructing ConstantInst.
Reid Spencer
2007-03-01
1
-20
/
+19
*
Pull out the stops.
Reid Spencer
2007-02-27
1
-4
/
+2
*
Adjust to changes in the APInt interface.
Reid Spencer
2007-02-27
1
-4
/
+4
*
For PR1205:
Reid Spencer
2007-02-27
1
-14
/
+5
*
For PR1205:
Reid Spencer
2007-02-27
1
-102
/
+135
*
ConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid confusion with
Chris Lattner
2007-02-27
1
-1
/
+1
*
Fix Transforms/ConstProp/2007-02-23-sdiv.ll and PR1215
Chris Lattner
2007-02-24
1
-1
/
+2
*
For PR1195:
Reid Spencer
2007-02-15
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-33
/
+33
*
Fix Transforms/ConstProp/2007-02-05-BitCast.ll
Chris Lattner
2007-02-06
1
-1
/
+5
*
Revise APIs for creating constantexpr GEPs to not require the use of vectors.
Chris Lattner
2007-01-31
1
-16
/
+21
*
For PR1043:
Reid Spencer
2007-01-19
1
-6
/
+1
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-7
/
+7
*
Remove a bunch of duplicated code. Among other things, this fixes
Chris Lattner
2007-01-12
1
-93
/
+50
*
For PR1064:
Reid Spencer
2007-01-12
1
-16
/
+0
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-49
/
+72
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-4
/
+4
*
For PR1043:
Zhou Sheng
2007-01-11
1
-172
/
+168
*
Implement better constant folding of unordered FCMP predicates.
Reid Spencer
2007-01-11
1
-7
/
+27
*
fix typo
Chris Lattner
2007-01-04
1
-1
/
+1
*
fix some bugs handling vectors, avoid host-specific handling of undefined shi...
Chris Lattner
2007-01-04
1
-5
/
+15
*
Fix a bug in comparison of GEP indices.
Reid Spencer
2006-12-31
1
-4
/
+4
*
For PR950:
Reid Spencer
2006-12-31
1
-20
/
+17
*
Cleanup ConstantFoldCompareInstruction:
Reid Spencer
2006-12-24
1
-134
/
+201
*
Don't overload var names.
Reid Spencer
2006-12-23
1
-4
/
+4
*
For PR950:
Reid Spencer
2006-12-23
1
-796
/
+581
*
Clean up ConstantFoldCastInstruction.
Reid Spencer
2006-12-19
1
-53
/
+30
*
Rewrite ConstantFoldCastInstruction so that it doesn't use any of the
Reid Spencer
2006-12-19
1
-219
/
+50
[next]