aboutsummaryrefslogtreecommitdiff
path: root/gcc/convert.c
AgeCommit message (Expand)Author
2003-09-01c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell
2003-07-28configure.in (--enable-checking): Add fold category.Jakub Jelinek
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata
2003-06-29collect2.h: Convert prototypes to ISO C90.Andreas Jaeger
2003-06-16convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode
2003-02-19convert.c (convert_to_real): Also optimize (float)log(x) into logf(x) where x...Roger Sayle
2003-01-25builtins.c (fold_trunc_transparent_mathfn): New function.Jan Hubicka
2003-01-18basic-block.h: Fix comment formatting.Kazu Hirata
2003-01-18alias.c: Fix comment typos.Kazu Hirata
2003-01-15re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589)Jan Hubicka
2003-01-14convert.c (strip_float_extensions): Look for narrowest type handling FP const...Jan Hubicka
2003-01-05Warning fixes:Kaveh R. Ghazi
2002-12-17convert.c (convert_to_real): Disable function transformation for now.Jan Hubicka
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-07-04simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...J"orn Rennecke
2002-06-14convert.c (convert_to_integer): Don't pass the truncation down when the targe...Eric Botcazou
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff
2001-02-23convert.c (convert_to_integer): Don't do unsigned unless result or both input...Richard Kenner
2000-07-12Warning fixes:Kaveh R. Ghazi
2000-06-24Vector conversions supportBernd Schmidt
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell
2000-02-25Copyright fixesJeff Law
1999-09-06Merge in gcc2-ss-010999Jeff Law
1998-08-30convert.c (convert_to_integer): Issue an error on conversions to incomplete t...Mark Mitchell
1998-05-06toplev.h: New file.Robert Lipe
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law
1998-04-03dummy commit before mergeJeff Law
1996-07-03formatting tweaksMike Stump
1995-07-17(convert_to_integer): If TYPE is a enumeral type or if its precision is not t...Richard Kenner
1995-06-15Update FSF address.Richard Kenner
1995-02-13Support reference typesJason Merrill
1994-12-25(convert_to_pointer): Eliminate ref to null_pointer_node.Richard Kenner
1994-05-18(convert_to_real): Accept boolean values.Jason Merrill
1994-03-14(convert_to_integer): Convert integer_one_node to proper type beforeRichard Kenner
1994-03-13(convert_to_integer): When changing type of truthvalue operation,Richard Kenner
1993-07-29(convert_to_integer): Don't pass truncate into ABS_EXPR.Richard Stallman
1993-04-28(convert_to_integer): When we want to return zero, be sure we honorRichard Kenner
1993-04-23(convert_to_integer...Richard Kenner
1993-03-31(convert_to_real): Pass mode arg to REAL_VALUE_ATOF.Richard Stallman
1993-03-09Minor fix in last change.Richard Stallman
1993-03-09(convert_to_complex): Avoid using comptypes.Richard Stallman
1993-03-04(convert_to_pointer): Fix typo comparing size of integer and pointers.Steve Chamberlain
1993-03-04(convert_to_real): Convert complex to real.Richard Stallman
1993-02-25(convert_to_integer): Delete Feb 19 change.Jim Wilson