summaryrefslogtreecommitdiff
path: root/gcc/convert.c
Commit message (Expand)AuthorAgeFilesLines
* 2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-05-131-1/+1
* * convert.c (convert_to_integer): Ensure `long_integer_type_node'ghazi2004-04-291-1/+2
* * convert.c (convert_to_integer): Convert (long)round -> lround,ghazi2004-04-291-0/+46
* * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c:kenner2004-04-011-11/+11
* * convert.c (convert_to_real): Add more math builtins.ghazi2004-03-191-2/+31
* * convert.c (convert_to_real): Reformat using switch stmt.ghazi2004-03-191-33/+37
* * builtins.c (integer_valued_real_p): Add builtin rint.ghazi2004-03-171-0/+2
* * convert.c (convert_to_real): Fix typos in `long double'ghazi2004-03-171-3/+3
* * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()sayle2004-03-141-10/+11
* * convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,kazu2004-02-231-1/+1
* * Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.rth2004-02-191-2/+1
* * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.zlomek2003-09-011-1/+0
* * c-decl.c: Fix comment formatting.kazu2003-08-221-2/+2
* PR c++/11946mmitchel2003-08-201-1/+21
* * configure.in (--enable-checking): Add fold category.jakub2003-07-281-0/+3
* * basic-block.h: Fix comment typos.kazu2003-07-011-1/+1
* * collect2.h: Convert prototypes to ISO C90.aj2003-06-291-17/+11
* * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,neroden2003-06-161-1/+1
* * convert.c (convert_to_real): Also optimize (float)log(x) intosayle2003-02-191-11/+13
* * builtins.c (fold_trunc_transparent_mathfn): New function.hubicka2003-01-251-55/+33
* * basic-block.h: Fix comment formatting.kazu2003-01-181-1/+1
* * alias.c: Fix comment typos.kazu2003-01-181-1/+1
* PR f/9258hubicka2003-01-151-3/+5
* * convert.c (strip_float_extensions): Look for narrowest type handlinghubicka2003-01-141-3/+23
* Warning fixes:ghazi2003-01-051-1/+2
* * convert.c (convert_to_real): Disable function transformation forhubicka2002-12-171-0/+4
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+161
* gcc:amylaar2002-07-041-0/+6
* * convert.c (convert_to_integer) [LSHIFT_EXPR]: Don't passrth2002-06-151-3/+15
* * c-common.c (unsigned_conversion_warning, convert_and_check,neil2002-04-011-6/+10
* * Makefile.in (convert.o, calls.o, expmed.o): Update.neil2002-03-291-9/+11
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-2/+2
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * convert.c (convert_to_integer): Don't do unsigned unless result orkenner2001-02-231-3/+3
* Warning fixes:ghazi2000-07-121-2/+0
* Vector conversions supportcrux2000-06-241-2/+37
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-2/+2
* gccnathan2000-03-211-1/+1
* Copyright fixeslaw2000-02-261-1/+2
* Merge in gcc2-ss-010999law1999-09-071-0/+1
* * convert.c (convert_to_integer): Issue an error on conversions tommitchel1998-08-301-0/+8
* Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.law1998-05-051-161/+121
* dummy commit before mergelaw1998-04-031-1/+4
* formatting tweaksmrs1996-07-031-3/+3
* (convert_to_integer): If TYPE is a enumeral type or if its precisionkenner1995-07-171-1/+12
* Update FSF address.kenner1995-06-151-1/+2
* Support reference typesmerrill1995-02-131-6/+6
* (convert_to_pointer): Eliminate ref to null_pointer_node.kenner1994-12-251-3/+3
* (convert_to_real): Accept boolean values.merrill1994-05-181-1/+1