| Commit message (Expand) | Author | Age | Files | Lines |
* | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 2004-08-25 | 1 | -1/+1 |
* | tree.h (build_int_cst): New. | Nathan Sidwell | 2004-08-15 | 1 | -2/+1 |
* | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 2004-07-25 | 1 | -25/+24 |
* | c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE... | Paolo Bonzini | 2004-07-21 | 1 | -4/+2 |
* | convert.c (strip_float_extension): Skip both NOP_EXPR and CONVERT_EXPR floati... | Roger Sayle | 2004-06-23 | 1 | -1/+2 |
* | convert.c (convert_to_integer): Make a CONVERT_EXPR when there is a need to g... | Andrew Pinski | 2004-05-13 | 1 | -1/+1 |
* | convert.c (convert_to_integer): Ensure `long_integer_type_node' isn't NULL be... | Kaveh R. Ghazi | 2004-04-29 | 1 | -1/+2 |
* | convert.c (convert_to_integer): Convert (long)round -> lround, etc. | Kaveh R. Ghazi | 2004-04-29 | 1 | -0/+46 |
* | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 2004-03-31 | 1 | -11/+11 |
* | convert.c (convert_to_real): Add more math builtins. | Kaveh R. Ghazi | 2004-03-19 | 1 | -2/+31 |
* | * convert.c (convert_to_real): Reformat using switch stmt. | Kaveh R. Ghazi | 2004-03-19 | 1 | -33/+37 |
* | builtins.c (integer_valued_real_p): Add builtin rint. | Kaveh R. Ghazi | 2004-03-17 | 1 | -0/+2 |
* | convert.c (convert_to_real): Fix typos in `long double' builtins. | Kaveh R. Ghazi | 2004-03-17 | 1 | -3/+3 |
* | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 2004-03-14 | 1 | -10/+11 |
* | convert.c, [...]: Update copyright. | Kazu Hirata | 2004-02-23 | 1 | -1/+1 |
* | Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros. | Richard Henderson | 2004-02-19 | 1 | -2/+1 |
* | c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. | Josef Zlomek | 2003-09-01 | 1 | -1/+0 |
* | c-decl.c: Fix comment formatting. | Kazu Hirata | 2003-08-22 | 1 | -2/+2 |
* | re PR c++/11946 (fun and merriment with enums as function arguments) | Mark Mitchell | 2003-08-20 | 1 | -1/+21 |
* | configure.in (--enable-checking): Add fold category. | Jakub Jelinek | 2003-07-28 | 1 | -0/+3 |
* | basic-block.h: Fix comment typos. | Kazu Hirata | 2003-07-01 | 1 | -1/+1 |
* | collect2.h: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-06-29 | 1 | -17/+11 |
* | convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co... | Nathanael Nerode | 2003-06-16 | 1 | -1/+1 |
* | convert.c (convert_to_real): Also optimize (float)log(x) into logf(x) where x... | Roger Sayle | 2003-02-19 | 1 | -11/+13 |
* | builtins.c (fold_trunc_transparent_mathfn): New function. | Jan Hubicka | 2003-01-25 | 1 | -55/+33 |
* | basic-block.h: Fix comment formatting. | Kazu Hirata | 2003-01-18 | 1 | -1/+1 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2003-01-18 | 1 | -1/+1 |
* | re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589) | Jan Hubicka | 2003-01-15 | 1 | -3/+5 |
* | convert.c (strip_float_extensions): Look for narrowest type handling FP const... | Jan Hubicka | 2003-01-14 | 1 | -3/+23 |
* | Warning fixes: | Kaveh R. Ghazi | 2003-01-05 | 1 | -1/+2 |
* | convert.c (convert_to_real): Disable function transformation for now. | Jan Hubicka | 2002-12-17 | 1 | -0/+4 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+161 |
* | simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre... | J"orn Rennecke | 2002-07-04 | 1 | -0/+6 |
* | convert.c (convert_to_integer): Don't pass the truncation down when the targe... | Eric Botcazou | 2002-06-14 | 1 | -3/+15 |
* | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 2002-04-01 | 1 | -6/+10 |
* | Makefile.in (convert.o, [...]): Update. | Neil Booth | 2002-03-29 | 1 | -9/+11 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -2/+2 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | convert.c (convert_to_integer): Don't do unsigned unless result or both input... | Richard Kenner | 2001-02-23 | 1 | -3/+3 |
* | Warning fixes: | Kaveh R. Ghazi | 2000-07-12 | 1 | -2/+0 |
* | Vector conversions support | Bernd Schmidt | 2000-06-24 | 1 | -2/+37 |
* | * Rework fields used to describe positions of bitfields and | Richard Kenner | 2000-03-25 | 1 | -2/+2 |
* | tree.h (COMPLETE_TYPE_P): New macro. | Nathan Sidwell | 2000-03-21 | 1 | -1/+1 |
* | Copyright fixes | Jeff Law | 2000-02-25 | 1 | -1/+2 |
* | Merge in gcc2-ss-010999 | Jeff Law | 1999-09-06 | 1 | -0/+1 |
* | convert.c (convert_to_integer): Issue an error on conversions to incomplete t... | Mark Mitchell | 1998-08-30 | 1 | -0/+8 |
* | toplev.h: New file. | Robert Lipe | 1998-05-06 | 1 | -0/+1 |
* | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1998-05-05 | 1 | -161/+121 |
* | dummy commit before merge | Jeff Law | 1998-04-03 | 1 | -1/+4 |
* | formatting tweaks | Mike Stump | 1996-07-03 | 1 | -3/+3 |