aboutsummaryrefslogtreecommitdiff
path: root/gcc/convert.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-19target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko1-4/+5
2013-07-12re PR middle-end/55771 (Negation and type conversion incorrectly exchanged)Michael Matz1-2/+3
2013-05-10stor-layout.c (element_precision): New function.Marc Glisse1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-04-19Fix #52283 error: case label does not reduce to an integer constantChristian Bruel1-8/+1
2012-04-13re PR c/52862 (ICE convert_to_pointer, at convert.c:50)Richard Guenther1-5/+0
2012-03-07convert.c (strip_float_extensions): Move ...Richard Guenther1-46/+0
2012-01-16re PR c/12245 (Uses lots of memory when compiling large initialized arrays)Jan Hubicka1-0/+4
2011-10-12re PR c/50565 (initializer element is not computable at load time)Joseph Myers1-0/+9
2011-08-26re PR middle-end/50083 (All 32-bit fortran tests fail on 32-bit Solaris)Uros Bizjak1-1/+7
2011-08-12builtins.def (BUILT_IN_ICEIL{,F,L}, [...]): New builtin definitions.Uros Bizjak1-8/+20
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