aboutsummaryrefslogtreecommitdiff
path: root/gcc/convert.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-08optabs.c (expand_binop): Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE w...Bernd Schmidt1-2/+2
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-3/+3
2010-07-29re PR tree-optimization/45034 ("safe" conversion from unsigned to signed char...Richard Guenther1-8/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-06re PR c/44828 (possible integer wrong code bug)Richard Guenther1-3/+9
2010-06-28double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov1-1/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-10re PR c/43007 (No longer folds (unsigned int) ((long long unsigned int) spi_b...Richard Guenther1-0/+25
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-1/+11
2009-08-24convert.c (convert_to_integer): Don't assume an input pointer is POINTER_SIZE...Olivier Hainque1-3/+6
2009-07-27convert.c (convert_to_pointer): Don't assume the target pointer type is POINT...Olivier Hainque1-5/+14
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-3/+4
2009-07-01re PR c++/40566 (rejects promoted throw)Jakub Jelinek1-3/+9
2009-06-18convert.c (convert_to_integer): Convert (int)logb() into ilogb().Uros Bizjak1-0/+31
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-1/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-09re PR tree-optimization/35202 (exp->expf transformation incorrect with -fmath...Richard Guenther1-21/+26
2009-02-03re PR c++/36607 (Incorrect type diagnostic on substracting casted char pointers)Andrew Pinski1-0/+1
2008-10-29re PR middle-end/36578 (cast to long double not taken into account when resul...Joseph Myers1-5/+34
2008-10-28convert.c (strip_float_extensions): Do not remove or introduce conversions be...Joseph Myers1-1/+4
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-2/+1
2007-09-07stdfix.h: New file.Chao-ying Fu1-3/+50
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-2/+2
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-2/+2
2007-03-05convert.c (convert_to_integer): Fix nearbyint/rint -> *lrint conversion.Kaveh R. Ghazi1-3/+3
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-16/+7
2007-01-28common.opt: Add fstrict-overflow.Ian Lance Taylor1-4/+3
2007-01-13tree.h (force_fit_type_double): Remove unused final argument.Roger Sayle1-2/+1
2007-01-11builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle1-2/+3
2007-01-08tree.h (force_fit_type_double): Export.Richard Guenther1-7/+3
2006-10-23re PR middle-end/21032 (With -frounding-math, incorrectly reorders unary minus)Richard Guenther1-2/+4
2006-08-28re PR middle-end/26632 (spurious warning: value computed is not used)Kazu Hirata1-1/+8
2006-07-25re PR middle-end/28473 (with -O, casting result of round(x) to uint64_t produ...Roger Sayle1-13/+25
2006-06-23tree.h (DECIMAL_FLOAT_TYPE_P): New.Janis Johnson1-2/+6
2006-03-29convert.c (convert_to_pointer): Preserve the TREE_OVERFLOW and TREE_CONSTANT_...Roger Sayle1-3/+12
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-5/+1
2005-12-26re PR middle-end/25125 ((short) ((int)(unsigned short) + (int)) is done in th...Kazu Hirata1-1/+11
2005-12-19optabs.c (init_floating_libfuncs): Handle decimal float modes.Jon Grimm1-0/+22
2005-12-02convert.c (convert_to_integer): Fix compare for nonpositive constant to use t...Richard Guenther1-1/+1
2005-12-02convert.c (convert_to_integer): Use fold_convert instead of fold_build1 (NOP_...Richard Guenther1-5/+3
2005-11-30tree.h (CASE_FLT_FN, [...]): New macros.Volker Reichelt1-6/+6
2005-10-11re PR middle-end/24263 (gcc.dg/torture/builtin-convert-1.c fails)Eric Botcazou1-3/+35
2005-10-05convert.c (convert_to_real): Don't convert (float)floor(double d) to floorf((...Dale Johannesen1-29/+3
2005-09-25convert.c (convert_to_integer): Don't test for ENUMERAL_TYPE in NEGATE_EXPR/B...Ian Lance Taylor1-24/+12
2005-08-23re PR middle-end/23517 (can't cast between generic vector types and target su...Paolo Bonzini1-2/+2
2005-08-02convert.c (convert_to_integer): Use fold_build1 instead of build1 when conver...Andrew Pinski1-1/+1