aboutsummaryrefslogtreecommitdiff
path: root/gcc/convert.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-25/+25
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-02convert.c (convert_to_pointer): Avoid recursion if no conversion is needed.DJ Delorie1-10/+6
2005-05-26convert.c (convert_to_integer): Avoid recursive call to convert_to_integer by...Roger Sayle1-7/+8
2005-05-03re PR middle-end/21282 (Converting floor into lfloor built-in function)Uros Bizjak1-8/+2
2005-04-15re PR tree-optimization/21004 (gcc.dg/builtins-53.c fails)Uros Bizjak1-2/+14
2005-04-14convert.c (convert_to_integer): Convert (long int)trunc{,f,l}, and (long long...Uros Bizjak1-0/+7
2005-04-11* builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL)Uros Bizjak1-0/+7
2005-04-09* builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL)Uros Bizjak1-0/+7
2005-02-18re PR c++/20023 (internal compiler error: Segmentation fault)Jakub Jelinek1-2/+1
2005-02-17bt-load.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-16re PR middle-end/19857 (alignment check of SSE constant fails in simple test ...Jakub Jelinek1-1/+2
2004-09-22re PR tree-optimization/17512 (ICE in regex.c)Kazu Hirata1-22/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-10Fix excess errors problem for invalid vector testcase.James E Wilson1-1/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-1/+1
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