aboutsummaryrefslogtreecommitdiff
path: root/gcc/convert.c
AgeCommit message (Expand)Author
2014-08-05[convert.c] PR 61876: Guard transformation to lrint by -fno-math-errno.Kyrylo Tkachov
2014-07-24PR 61876: Do not convert cast + __builtin_round into __builtin_lround unless ...Kyrylo Tkachov
2014-06-30 * convert.c (convert_to_integer): Don't instrument conversions if theMarek Polacek
2014-06-02 * expr.h: Remove prototypes of functions defined in builtins.c.Andrew Macleod
2014-05-23 * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.Marek Polacek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-10-242013-10-24 Cong Hou <congh@google.com>Cong Hou
2013-08-19 * target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko
2013-07-12 PR middle-end/55771Michael Matz
2013-05-102013-05-10 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-04-19Fix #52283 error: case label does not reduce to an integer constantChristian Bruel
2012-04-132012-04-13 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-03-072012-03-07 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-01-16 PR c/12245Jan Hubicka
2011-10-12 PR c/50565Joseph Myers
2011-08-26 PR middle-end/50083Uros Bizjak
2011-08-12 * builtins.def (BUILT_IN_ICEIL{,F,L}, BUILT_IN_IFLOOR{,F,L}Uros Bizjak
2011-07-08 * optabs.c (expand_binop): Use GET_MODE_PRECISION instead ofBernd Schmidt
2010-11-30 * diagnostic-core.h: Include bversion.h.Joseph Myers
2010-11-10 * cfgloop.c (verify_loop_structure): Use %' in diagnostics. StartJoseph Myers
2010-07-292010-07-29 Richard Guenther <rguenther@suse.de>Richard Guenther
2010-07-082010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez
2010-07-062010-07-06 Richard Guenther <rguenther@suse.de>Richard Guenther
2010-06-28 * double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov
2010-05-21gcc/ChangeLog:Steven Bosscher
2010-04-02 * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, Steven Bosscher
2010-02-102010-02-10 Richard Guenther <rguenther@suse.de>Richard Guenther
2009-11-25Remove trailing white spaces.H.J. Lu
2009-10-262009-10-26 Ben Elliston <bje@au.ibm.com>Ben Elliston
2009-08-24 * convert.c (convert_to_integer): Don't assume an input pointer isOlivier Hainque
2009-07-27 * convert.c (convert_to_pointer): Don't assume the targetOlivier Hainque
2009-07-162009-07-17 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez
2009-06-30 PR c++/40566Jakub Jelinek
2009-06-18 * convert.c (convert_to_integer): Convert (int)logb() into ilogb().Uros Bizjak
2009-03-30 PR rtl-optimization/323Joseph Myers
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2009-02-092009-02-09 Richard Guenther <rguenther@suse.de>Richard Guenther
2009-02-032009-02-03 Andrew Pinski <andrew_pinski@playstation.sony.com>Andrew Pinski
2008-10-29 PR middle-end/36578Joseph Myers
2008-10-28 * convert.c (strip_float_extensions): Do not remove or introduceJoseph Myers
2008-05-09 * config/pa/pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily
2007-09-07 * ginclude/stdfix.h: New file.Chao-ying Fu
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Ávila de Espíndola
2007-05-14gcc/Rafael Avila de Espindola
2007-03-05 * convert.c (convert_to_integer): Fix nearbyint/rint -> *lrintKaveh Ghazi
2007-02-152007-02-15 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2007-01-28./:Ian Lance Taylor