Age | Commit message (Expand) | Author | Files | Lines |
2005-08-02 | convert.c (convert_to_integer): Use fold_build1 instead of build1 when conver... | Andrew Pinski | 1 | -1/+1 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -25/+25 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-02 | convert.c (convert_to_pointer): Avoid recursion if no conversion is needed. | DJ Delorie | 1 | -10/+6 |
2005-05-26 | convert.c (convert_to_integer): Avoid recursive call to convert_to_integer by... | Roger Sayle | 1 | -7/+8 |
2005-05-03 | re PR middle-end/21282 (Converting floor into lfloor built-in function) | Uros Bizjak | 1 | -8/+2 |
2005-04-15 | re PR tree-optimization/21004 (gcc.dg/builtins-53.c fails) | Uros Bizjak | 1 | -2/+14 |
2005-04-14 | convert.c (convert_to_integer): Convert (long int)trunc{,f,l}, and (long long... | Uros Bizjak | 1 | -0/+7 |
2005-04-11 | * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL) | Uros Bizjak | 1 | -0/+7 |
2005-04-09 | * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL) | Uros Bizjak | 1 | -0/+7 |
2005-02-18 | re PR c++/20023 (internal compiler error: Segmentation fault) | Jakub Jelinek | 1 | -2/+1 |
2005-02-17 | bt-load.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-16 | re PR middle-end/19857 (alignment check of SSE constant fails in simple test ... | Jakub Jelinek | 1 | -1/+2 |
2004-09-22 | re PR tree-optimization/17512 (ICE in regex.c) | Kazu Hirata | 1 | -22/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -1/+1 |
2004-09-10 | Fix excess errors problem for invalid vector testcase. | James E Wilson | 1 | -1/+1 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -1/+1 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -2/+1 |
2004-07-25 | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -25/+24 |
2004-07-21 | c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE... | Paolo Bonzini | 1 | -4/+2 |
2004-06-23 | convert.c (strip_float_extension): Skip both NOP_EXPR and CONVERT_EXPR floati... | Roger Sayle | 1 | -1/+2 |
2004-05-13 | convert.c (convert_to_integer): Make a CONVERT_EXPR when there is a need to g... | Andrew Pinski | 1 | -1/+1 |
2004-04-29 | convert.c (convert_to_integer): Ensure `long_integer_type_node' isn't NULL be... | Kaveh R. Ghazi | 1 | -1/+2 |
2004-04-29 | convert.c (convert_to_integer): Convert (long)round -> lround, etc. | Kaveh R. Ghazi | 1 | -0/+46 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -11/+11 |
2004-03-19 | convert.c (convert_to_real): Add more math builtins. | Kaveh R. Ghazi | 1 | -2/+31 |
2004-03-19 | * convert.c (convert_to_real): Reformat using switch stmt. | Kaveh R. Ghazi | 1 | -33/+37 |
2004-03-17 | builtins.c (integer_valued_real_p): Add builtin rint. | Kaveh R. Ghazi | 1 | -0/+2 |
2004-03-17 | convert.c (convert_to_real): Fix typos in `long double' builtins. | Kaveh R. Ghazi | 1 | -3/+3 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -10/+11 |
2004-02-23 | convert.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-19 | Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros. | Richard Henderson | 1 | -2/+1 |
2003-09-01 | c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. | Josef Zlomek | 1 | -1/+0 |
2003-08-22 | c-decl.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-08-20 | re PR c++/11946 (fun and merriment with enums as function arguments) | Mark Mitchell | 1 | -1/+21 |
2003-07-28 | configure.in (--enable-checking): Add fold category. | Jakub Jelinek | 1 | -0/+3 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-06-29 | collect2.h: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -17/+11 |
2003-06-16 | convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co... | Nathanael Nerode | 1 | -1/+1 |
2003-02-19 | convert.c (convert_to_real): Also optimize (float)log(x) into logf(x) where x... | Roger Sayle | 1 | -11/+13 |
2003-01-25 | builtins.c (fold_trunc_transparent_mathfn): New function. | Jan Hubicka | 1 | -55/+33 |
2003-01-18 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-01-18 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-01-15 | re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589) | Jan Hubicka | 1 | -3/+5 |
2003-01-14 | convert.c (strip_float_extensions): Look for narrowest type handling FP const... | Jan Hubicka | 1 | -3/+23 |
2003-01-05 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+2 |
2002-12-17 | convert.c (convert_to_real): Disable function transformation for now. | Jan Hubicka | 1 | -0/+4 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+161 |
2002-07-04 | simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre... | J"orn Rennecke | 1 | -0/+6 |
2002-06-14 | convert.c (convert_to_integer): Don't pass the truncation down when the targe... | Eric Botcazou | 1 | -3/+15 |