Age | Commit message (Expand) | Author | Files | Lines |
2002-06-01 | tree.c (real_minus_onep): New function to test for -1.0. | Roger Sayle | 1 | -0/+8 |
2002-06-01 | fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0" and "!p && ... | Roger Sayle | 1 | -1/+23 |
2002-05-28 | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 1 | -0/+1 |
2002-05-27 | fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c if T is a bool... | Andrew Haley | 1 | -0/+1 |
2002-05-17 | final.c: Fix formatting. | Kazu Hirata | 1 | -70/+70 |
2002-05-15 | [multiple changes] | Richard Henderson | 1 | -140/+140 |
2002-05-10 | fold-const.c (build_range_check): Optimize (c>=1) && (c<=127) into the equiva... | Roger Sayle | 1 | -15/+47 |
2002-05-06 | re PR rtl-optimization/3995 (i386 optimisation: joining tests) | Roger Sayle | 1 | -3/+70 |
2002-05-06 | fold-const.c (lshift-double): Cast the high word to an unsigned HOST_WIDE_INT... | Roger Sayle | 1 | -13/+3 |
2002-04-23 | fold-const.c (split_tree): Add MINUS_LITP parameter; separate added literals ... | Eric Botcazou | 1 | -24/+73 |
2002-04-18 | sparc.h (BRANCH_COST): Define. | David S. Miller | 1 | -4/+0 |
2002-04-18 | fold-const.c (fold): Use (*lang_hooks.types.unsigned_type) instead of unsigne... | Jakub Jelinek | 1 | -1/+1 |
2002-04-18 | fold-const.c (fold): Convert (T)(x&c) into ((T)x&(T)c) for integer constant c... | Roger Sayle | 1 | -0/+43 |
2002-04-04 | c-common.c (truthvalue_conversion): Rename, update. | Neil Booth | 1 | -3/+3 |
2002-04-01 | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 1 | -28/+22 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -8/+9 |
2002-03-25 | toplev.c: Don't include setjmp.h. | Zack Weinberg | 1 | -84/+10 |
2002-03-23 | real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | Zack Weinberg | 1 | -4/+5 |
2002-03-21 | Makefile.in (fold-const.o, [...]): Update. | Neil Booth | 1 | -5/+7 |
2002-03-19 | * fold-const.c (fold): Delete #if 0 ARRAY_REF case. | David Edelsohn | 1 | -18/+0 |
2002-03-07 | defaults.h (MODE_HAS_NANS, [...]): New. | Richard Sandiford | 1 | -47/+127 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -594/+1 |
2002-02-22 | * fold-const.c (fold): Fix typo in comments. | Richard Sandiford | 1 | -1/+1 |
2002-02-19 | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 1 | -0/+39 |
2002-01-23 | fold-const.c (fold): Change UINT_MAX test to check vs precision rather than T... | Richard Henderson | 1 | -10/+10 |
2002-01-22 | re PR rtl-optimization/3640 (small lost optimization of "x==0 || x==1") | Roger Sayle | 1 | -1/+26 |
2001-12-17 | c-typeck.c (error_init, [...]): Call gettext on argument before printing. | Zack Weinberg | 1 | -1/+1 |
2001-12-16 | c-lex.c (lex_number): Use ISXDIGIT/hex_value. | Kaveh R. Ghazi | 1 | -7/+1 |
2001-12-15 | c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages. | Joseph Myers | 1 | -2/+2 |
2001-12-09 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -2/+2 |
2001-11-19 | tree.def (VIEW_CONVERT_EXPR): New tree code. | Richard Kenner | 1 | -0/+6 |
2001-11-15 | alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. | Richard Kenner | 1 | -5/+3 |
2001-11-14 | * fold-const.c (fold): Optimize strlen comparisons against zero. | Roger Sayle | 1 | -0/+27 |
2001-11-09 | fold-const.c (lshift_double): Honor PREC. | John Wehle | 1 | -8/+49 |
2001-11-04 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-21 | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 1 | -2/+1 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -25/+25 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2001-10-09 | c-common.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2001-09-23 | fold-const.c (extract_muldiv, [...]): Only adjust code for division, not modu... | Richard Kenner | 1 | -5/+2 |
2001-09-20 | fold-const.c (hashtab.h): Include. | Richard Kenner | 1 | -43/+85 |
2001-09-07 | c-common.c (signed_or_unsigned_type): Handle machine mode types which have no... | Richard Henderson | 1 | -6/+6 |
2001-08-24 | fold-const.c (tree_expr_nonnegative_p): Handle *_DIV_EXPR, *_MOD_EXPR, SAVE_E... | Kaveh R. Ghazi | 1 | -0/+15 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-12 | toplev.c (set_float_handler): Make static. | Zack Weinberg | 1 | -38/+61 |
2001-08-08 | dbxout.c: Fix comment formatting. | Kazu Hirata | 1 | -17/+17 |
2001-07-22 | fold-const.c (fold): Test vs FLOAT_TYPE_P instead of INTEGRAL_TYPE_P when... | Richard Henderson | 1 | -2/+2 |
2001-07-20 | integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were C... | Jan Hubicka | 1 | -0/+17 |
2001-07-06 | Makefile.in (final.o): Depend on target.h. | Neil Booth | 1 | -2/+2 |
2001-06-04 | tree.def (ARRAY_RANGE_REF): New code. | Richard Kenner | 1 | -0/+1 |