]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/convert.c
2019-04-15 Richard Biener <rguenther@suse.de>
[thirdparty/gcc.git] / gcc / convert.c
2019-02-28  jakub PR c/89520
2019-01-01  jakub Update copyright years.
2018-12-19  dmalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-04-16  paolo2018-04-16 Paolo Carlini <paolo.carlini@oracle.com>
2018-01-08  rguenth2018-01-08 Richard Biener <rguenther@suse.de>
2018-01-03  rsandifopoly_int: GET_MODE_SIZE
2018-01-03  rsandifopoly_int: GET_MODE_PRECISION
2018-01-03  jakub Update copyright years.
2017-12-28  meissner[gcc]
2017-12-21  ebotcazou PR c++/82872
2017-09-15  rsandifoTurn TRULY_NOOP_TRUNCATION into a hook
2017-09-05  mpolacek PR sanitizer/82072
2017-09-04  mpolacek PR sanitizer/82072
2017-08-21  rsandifoAdd a type_has_mode_precision_p helper function
2017-08-08  marxin.
2017-07-31  marxinDo UBSAN sanitization just when current_function_decl...
2017-06-13  marxinImplement no_sanitize function attribute
2017-04-07  rguenth2017-04-07 Richard Biener <rguenther@suse.de>
2017-01-01  jakub Update copyright years.
2016-12-09  nathan PR c++/78550
2016-09-26  mpolacekImplement -Wimplicit-fallthrough.
2016-02-08  jason * convert.c (convert_to_integer_1): Re-indent.
2016-02-08  jason PR c++/69631
2016-01-06  mpolacek PR sanitizer/69099
2016-01-04  jakub Update copyright years.
2015-12-04  dmalcolmC++ FE: expression ranges
2015-11-13  jasonAdd non-folding variants for convert_to_*.
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-23  rsandifoMove fold_trunc_transparent_mathfn to match.pd
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-22  glisse2015-05-22 Marc Glisse <marc.glisse@inria.fr>
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-08  jasongcc/
2015-01-05  jakub PR sanitizer/64344
2015-01-05  jakub Update copyright years.
2014-12-04  jakub PR c++/56493
2014-10-30  rguenth2014-10-30 Richard Biener <rguenther@suse.de>
2014-10-03  ebotcazou * convert.c (convert_to_integer): Do not introduce...
2014-08-05  ktkachov[convert.c] PR 61876: Guard transformation to lrint...
2014-07-24  ktkachovPR 61876: Do not convert cast + __builtin_round into...
2014-06-30  mpolacek * convert.c (convert_to_integer): Don't instrument...
2014-06-02  amacleod * expr.h: Remove prototypes of functions defined in...
2014-05-23  mpolacek * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITI...
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-04  mrsMerge in trunk.
2013-10-24  congh2013-10-24 Cong Hou <congh@google.com>
2013-09-04  mrsMerge in trunk.
2013-08-19  kyukhin * target.def (TARGET_LIBC_HAS_FUNCTION): New target...
2013-07-12  matz PR middle-end/55771
2013-05-10  glisse2013-05-10 Marc Glisse <marc.glisse@inria.fr>
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-04-19  chrbrFix #52283 error: case label does not reduce to an...
2012-04-13  rguenth2012-04-13 Richard Guenther <rguenther@suse.de>
2012-03-07  rguenth2012-03-07 Richard Guenther <rguenther@suse.de>
2012-01-16  jason PR c/12245
2011-10-12  jsm28 PR c/50565
2011-08-26  uros PR middle-end/50083
2011-08-12  uros * builtins.def (BUILT_IN_ICEIL{,F,L}, BUILT_IN_IFLOOR...
2011-07-08  bernds * optabs.c (expand_binop): Use GET_MODE_PRECISION...
2010-11-30  jsm28 * diagnostic-core.h: Include bversion.h.
2010-11-10  jsm28 * cfgloop.c (verify_loop_structure): Use %' in diagnos...
2010-07-29  rguenth2010-07-29 Richard Guenther <rguenther@suse.de>
2010-07-08  manu2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-07-06  rguenth2010-07-06 Richard Guenther <rguenther@suse.de>
2010-06-28  aesok * double-int.h (force_fit_type_double): Remove declara...
2010-05-21  stevengcc/ChangeLog:
2010-04-02  steven * ada/gcc-interface/Make-lang.in, alias.c, attribs...
2010-02-10  rguenth2010-02-10 Richard Guenther <rguenther@suse.de>
2009-11-25  hjlRemove trailing white spaces.
2009-10-26  uweigand2009-10-26 Ben Elliston <bje@au.ibm.com>
2009-08-24  hainque * convert.c (convert_to_integer): Don't assume...
2009-07-27  rupp * convert.c (convert_to_pointer): Don't assume the...
2009-07-16  manu2009-07-17 Aldy Hernandez <aldyh@redhat.com>
2009-06-30  jakub PR c++/40566
2009-06-18  uros * convert.c (convert_to_integer): Convert (int)logb...
2009-03-30  jsm28 PR rtl-optimization/323
2009-02-20  jakubUpdate Copyright years for files modified in 2008 and...
2009-02-09  rguenth2009-02-09 Richard Guenther <rguenther@suse.de>
2009-02-03  pinskia2009-02-03 Andrew Pinski <andrew_pinski@playstation...
2008-10-29  jsm28 PR middle-end/36578
2008-10-28  jsm28 * convert.c (strip_float_extensions): Do not remove...
2008-05-09  tomby * config/pa/pa.c (reloc_needed): Use CASE_CONVERT.
2007-09-07  chaoyingfu * ginclude/stdfix.h: New file.
2007-07-26  nickcChange copyright header to refer to version 3 of the...
2007-06-11  espindolareally remove signed(_or_unsigned)?_type langhooks
2007-05-14  espindolagcc/
2007-03-05  ghazi * convert.c (convert_to_integer): Fix nearbyint/rint...
2007-02-15  sandra2007-02-15 Sandra Loosemore <sandra@codesourcery...
2007-01-28  ian./:
2007-01-13  sayle * tree.h (force_fit_type_double): Remove unused final...
2007-01-11  sayle * builtins.c (expand_builtin_pow, expand_builtin_powi,
2007-01-08  rguenth2007-01-08 Richard Guenther <rguenther@suse.de>
2006-10-23  rguenth2006-10-23 Richard Guenther <rguenther@suse.de>
next