summaryrefslogtreecommitdiff
path: root/gcc/convert.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-1/+1
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-2/+1
* convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-07-251-25/+24
* c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini2004-07-211-4/+2
* convert.c (strip_float_extension): Skip both NOP_EXPR and CONVERT_EXPR floati...Roger Sayle2004-06-231-1/+2
* convert.c (convert_to_integer): Make a CONVERT_EXPR when there is a need to g...Andrew Pinski2004-05-131-1/+1
* convert.c (convert_to_integer): Ensure `long_integer_type_node' isn't NULL be...Kaveh R. Ghazi2004-04-291-1/+2
* convert.c (convert_to_integer): Convert (long)round -> lround, etc.Kaveh R. Ghazi2004-04-291-0/+46
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-11/+11
* convert.c (convert_to_real): Add more math builtins.Kaveh R. Ghazi2004-03-191-2/+31
* * convert.c (convert_to_real): Reformat using switch stmt.Kaveh R. Ghazi2004-03-191-33/+37
* builtins.c (integer_valued_real_p): Add builtin rint.Kaveh R. Ghazi2004-03-171-0/+2
* convert.c (convert_to_real): Fix typos in `long double' builtins.Kaveh R. Ghazi2004-03-171-3/+3
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-10/+11
* convert.c, [...]: Update copyright.Kazu Hirata2004-02-231-1/+1
* Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.Richard Henderson2004-02-191-2/+1
* c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek2003-09-011-1/+0
* c-decl.c: Fix comment formatting.Kazu Hirata2003-08-221-2/+2
* re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell2003-08-201-1/+21
* configure.in (--enable-checking): Add fold category.Jakub Jelinek2003-07-281-0/+3
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* collect2.h: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-17/+11
* convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode2003-06-161-1/+1
* convert.c (convert_to_real): Also optimize (float)log(x) into logf(x) where x...Roger Sayle2003-02-191-11/+13
* builtins.c (fold_trunc_transparent_mathfn): New function.Jan Hubicka2003-01-251-55/+33
* basic-block.h: Fix comment formatting.Kazu Hirata2003-01-181-1/+1
* alias.c: Fix comment typos.Kazu Hirata2003-01-181-1/+1
* re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589)Jan Hubicka2003-01-151-3/+5
* convert.c (strip_float_extensions): Look for narrowest type handling FP const...Jan Hubicka2003-01-141-3/+23
* Warning fixes:Kaveh R. Ghazi2003-01-051-1/+2
* convert.c (convert_to_real): Disable function transformation for now.Jan Hubicka2002-12-171-0/+4
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+161
* simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...J"orn Rennecke2002-07-041-0/+6
* convert.c (convert_to_integer): Don't pass the truncation down when the targe...Eric Botcazou2002-06-141-3/+15
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-6/+10
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-9/+11
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-2/+2
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* convert.c (convert_to_integer): Don't do unsigned unless result or both input...Richard Kenner2001-02-231-3/+3
* Warning fixes:Kaveh R. Ghazi2000-07-121-2/+0
* Vector conversions supportBernd Schmidt2000-06-241-2/+37
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-2/+2
* tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell2000-03-211-1/+1
* Copyright fixesJeff Law2000-02-251-1/+2
* Merge in gcc2-ss-010999Jeff Law1999-09-061-0/+1
* convert.c (convert_to_integer): Issue an error on conversions to incomplete t...Mark Mitchell1998-08-301-0/+8
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1998-05-051-161/+121
* dummy commit before mergeJeff Law1998-04-031-1/+4
* formatting tweaksMike Stump1996-07-031-3/+3