summaryrefslogtreecommitdiff
path: root/gcc/convert.c
Commit message (Expand)AuthorAgeFilesLines
* 2014-10-30 Richard Biener <rguenther@suse.de>rguenth2014-10-301-1/+1
* * convert.c (convert_to_integer): Do not introduce useless conversionsebotcazou2014-10-031-5/+24
* [convert.c] PR 61876: Guard transformation to lrint by -fno-math-errno.ktkachov2014-08-051-2/+2
* PR 61876: Do not convert cast + __builtin_round into __builtin_lround unless ...ktkachov2014-07-241-2/+2
* * convert.c (convert_to_integer): Don't instrument conversions if thempolacek2014-06-301-1/+4
* * expr.h: Remove prototypes of functions defined in builtins.c.amacleod2014-06-021-0/+1
* * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.mpolacek2014-05-231-1/+13
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* 2013-10-24 Cong Hou <congh@google.com>congh2013-10-241-4/+38
* * target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.kyukhin2013-08-191-4/+5
* PR middle-end/55771matz2013-07-121-2/+3
* 2013-05-10 Marc Glisse <marc.glisse@inria.fr>glisse2013-05-101-2/+2
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* Fix #52283 error: case label does not reduce to an integer constantchrbr2012-04-191-8/+1
* 2012-04-13 Richard Guenther <rguenther@suse.de>rguenth2012-04-131-5/+0
* 2012-03-07 Richard Guenther <rguenther@suse.de>rguenth2012-03-071-46/+0
* PR c/12245jason2012-01-161-0/+4
* PR c/50565jsm282011-10-121-0/+9
* PR middle-end/50083uros2011-08-261-1/+7
* * builtins.def (BUILT_IN_ICEIL{,F,L}, BUILT_IN_IFLOOR{,F,L}uros2011-08-121-8/+20
* * optabs.c (expand_binop): Use GET_MODE_PRECISION instead ofbernds2011-07-081-2/+2
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-1/+0
* * cfgloop.c (verify_loop_structure): Use %' in diagnostics. Startjsm282010-11-101-3/+3
* 2010-07-29 Richard Guenther <rguenther@suse.de>rguenth2010-07-291-8/+1
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* 2010-07-06 Richard Guenther <rguenther@suse.de>rguenth2010-07-061-3/+9
* * double-int.h (force_fit_type_double): Remove declaration.aesok2010-06-281-1/+2
* gcc/ChangeLog:steven2010-05-211-2/+0
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* 2010-02-10 Richard Guenther <rguenther@suse.de>rguenth2010-02-101-0/+25
* Remove trailing white spaces.hjl2009-11-251-3/+3
* 2009-10-26 Ben Elliston <bje@au.ibm.com>uweigand2009-10-261-1/+11
* * convert.c (convert_to_integer): Don't assume an input pointer ishainque2009-08-241-3/+6
* * convert.c (convert_to_pointer): Don't assume the targetrupp2009-07-271-5/+14
* 2009-07-17 Aldy Hernandez <aldyh@redhat.com>manu2009-07-161-3/+4
* PR c++/40566jakub2009-06-301-3/+9
* * convert.c (convert_to_integer): Convert (int)logb() into ilogb().uros2009-06-181-0/+31
* PR rtl-optimization/323jsm282009-03-301-1/+2
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* 2009-02-09 Richard Guenther <rguenther@suse.de>rguenth2009-02-091-21/+26
* 2009-02-03 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2009-02-031-0/+1
* PR middle-end/36578jsm282008-10-291-5/+34
* * convert.c (strip_float_extensions): Do not remove or introducejsm282008-10-281-1/+4
* * config/pa/pa.c (reloc_needed): Use CASE_CONVERT.tomby2008-05-091-2/+1
* * ginclude/stdfix.h: New file.chaoyingfu2007-09-071-3/+50
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* really remove signed(_or_unsigned)?_type langhooksespindola2007-06-111-2/+2
* gcc/espindola2007-05-141-2/+2
* * convert.c (convert_to_integer): Fix nearbyint/rint -> *lrintghazi2007-03-051-3/+3