aboutsummaryrefslogtreecommitdiff
path: root/gcc/convert.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+1
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-25/+24
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini1-4/+2
2004-06-23convert.c (strip_float_extension): Skip both NOP_EXPR and CONVERT_EXPR floati...Roger Sayle1-1/+2
2004-05-13convert.c (convert_to_integer): Make a CONVERT_EXPR when there is a need to g...Andrew Pinski1-1/+1
2004-04-29convert.c (convert_to_integer): Ensure `long_integer_type_node' isn't NULL be...Kaveh R. Ghazi1-1/+2
2004-04-29convert.c (convert_to_integer): Convert (long)round -> lround, etc.Kaveh R. Ghazi1-0/+46
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-11/+11
2004-03-19convert.c (convert_to_real): Add more math builtins.Kaveh R. Ghazi1-2/+31
2004-03-19* convert.c (convert_to_real): Reformat using switch stmt.Kaveh R. Ghazi1-33/+37
2004-03-17builtins.c (integer_valued_real_p): Add builtin rint.Kaveh R. Ghazi1-0/+2
2004-03-17convert.c (convert_to_real): Fix typos in `long double' builtins.Kaveh R. Ghazi1-3/+3
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-10/+11
2004-02-23convert.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-19Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.Richard Henderson1-2/+1
2003-09-01c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek1-1/+0
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-1/+21
2003-07-28configure.in (--enable-checking): Add fold category.Jakub Jelinek1-0/+3
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-29collect2.h: Convert prototypes to ISO C90.Andreas Jaeger1-17/+11
2003-06-16convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode1-1/+1
2003-02-19convert.c (convert_to_real): Also optimize (float)log(x) into logf(x) where x...Roger Sayle1-11/+13
2003-01-25builtins.c (fold_trunc_transparent_mathfn): New function.Jan Hubicka1-55/+33
2003-01-18basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-15re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589)Jan Hubicka1-3/+5
2003-01-14convert.c (strip_float_extensions): Look for narrowest type handling FP const...Jan Hubicka1-3/+23
2003-01-05Warning fixes:Kaveh R. Ghazi1-1/+2
2002-12-17convert.c (convert_to_real): Disable function transformation for now.Jan Hubicka1-0/+4
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+161
2002-07-04simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...J"orn Rennecke1-0/+6
2002-06-14convert.c (convert_to_integer): Don't pass the truncation down when the targe...Eric Botcazou1-3/+15
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-6/+10
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-9/+11
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-2/+2
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-02-23convert.c (convert_to_integer): Don't do unsigned unless result or both input...Richard Kenner1-3/+3
2000-07-12Warning fixes:Kaveh R. Ghazi1-2/+0
2000-06-24Vector conversions supportBernd Schmidt1-2/+37
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-2/+2
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-1/+1
2000-02-25Copyright fixesJeff Law1-1/+2
1999-09-06Merge in gcc2-ss-010999Jeff Law1-0/+1
1998-08-30convert.c (convert_to_integer): Issue an error on conversions to incomplete t...Mark Mitchell1-0/+8
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-161/+121
1998-04-03dummy commit before mergeJeff Law1-1/+4
1996-07-03formatting tweaksMike Stump1-3/+3
1995-07-17(convert_to_integer): If TYPE is a enumeral type or if its precision is not t...Richard Kenner1-1/+12