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
*
Teach VMCore to constant fold shufflevectors with constant operands.
Chris Lattner
2007-12-11
1
-2
/
+45
*
significantly simplify some code, no functionality change.
Chris Lattner
2007-12-11
1
-88
/
+23
*
refactor some code, no functionality change.
Chris Lattner
2007-12-11
1
-94
/
+96
*
Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
Chris Lattner
2007-12-10
1
-11
/
+10
*
Add support for vectors to int <-> float casts.
Nate Begeman
2007-11-17
1
-0
/
+18
*
Fix a regression in test/CodeGen/X86/2007-04-24-VectorCrash.ll introduced
Dan Gohman
2007-10-31
1
-4
/
+3
*
Add support for folding binary operators with vector zero operands.
Dan Gohman
2007-10-30
1
-19
/
+29
*
Disable attempts to constant fold PPC f128.
Dale Johannesen
2007-10-16
1
-0
/
+4
*
avoid an APFloat copy.
Chris Lattner
2007-10-15
1
-1
/
+1
*
Disable some compile-time optimizations on PPC
Dale Johannesen
2007-10-14
1
-0
/
+12
*
convertFromInteger, as originally written, expected sign-extended
Neil Booth
2007-10-07
1
-1
/
+1
*
Constant fold int-to-long-double conversions;
Dale Johannesen
2007-09-30
1
-17
/
+9
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+1437