| Commit message (Expand) | Author | Age | Files | Lines |
* | * fold-const.c (comparison_to_compcode): New function to convert | sayle | 2002-06-15 | 1 | -0/+111 |
* | * convert.c (convert_to_integer) [LSHIFT_EXPR]: Don't pass | rth | 2002-06-15 | 1 | -7/+12 |
* | * fold-const.c (fold) [compare ops]: Move X>=C / X<C transfomation | rth | 2002-06-15 | 1 | -95/+94 |
* | For PR java/6520: | tromey | 2002-06-11 | 1 | -2/+4 |
* | * fold-const.c (fold) [EQ_EXPR]: Place both integer and real | sayle | 2002-06-07 | 1 | -11/+28 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -4/+6 |
* | * tree.c (real_minus_onep): New function to test for -1.0. | sayle | 2002-06-01 | 1 | -0/+8 |
* | * fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0" | sayle | 2002-06-01 | 1 | -1/+23 |
* | * tree.h: Forward-declare struct realvaluetype. | zack | 2002-05-28 | 1 | -0/+1 |
* | 2002-05-24 Andrew Haley <aph@redhat.com> | aph | 2002-05-27 | 1 | -0/+1 |
* | * final.c: Fix formatting. | kazu | 2002-05-17 | 1 | -70/+70 |
* | 2002-05-15 Jakub Jelinek <jakub@redhat.com> | rth | 2002-05-15 | 1 | -140/+140 |
* | * fold-const.c (build_range_check): Optimize (c>=1) && (c<=127) | sayle | 2002-05-10 | 1 | -15/+47 |
* | PR opt/3995 | sayle | 2002-05-06 | 1 | -3/+70 |
* | * fold-const.c (lshift-double): Cast the high word to an unsigned | sayle | 2002-05-06 | 1 | -13/+3 |
* | * fold-const.c (split_tree): Add MINUS_LITP parameter; separate | rth | 2002-04-23 | 1 | -24/+73 |
* | 2002-04-18 David S. Miller <davem@redhat.com> | davem | 2002-04-18 | 1 | -4/+0 |
* | * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type) | jakub | 2002-04-18 | 1 | -1/+1 |
* | * fold-const.c (fold) [NOP_EXPR]: Convert (T)(x&c) into ((T)x&(T)c) | jakub | 2002-04-18 | 1 | -0/+43 |
* | * c-common.c (truthvalue_conversion): Rename, update. | neil | 2002-04-04 | 1 | -3/+3 |
* | * c-common.c (unsigned_conversion_warning, convert_and_check, | neil | 2002-04-01 | 1 | -28/+22 |
* | * Makefile.in (convert.o, calls.o, expmed.o): Update. | neil | 2002-03-29 | 1 | -8/+9 |
* | * toplev.c: Don't include setjmp.h. Kill float_handler_set, | zack | 2002-03-25 | 1 | -84/+10 |
* | * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | zack | 2002-03-23 | 1 | -4/+5 |
* | * Makefile.in (fold-const.o, stor-layout.o, stmt.o, | neil | 2002-03-21 | 1 | -5/+7 |
* | * fold-const.c (fold): Delete #if 0 ARRAY_REF case. | dje | 2002-03-20 | 1 | -18/+0 |
* | * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New. | rsandifo | 2002-03-07 | 1 | -47/+127 |
* | * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c, | zack | 2002-03-03 | 1 | -594/+1 |
* | * fold-const.c (fold): Fix typo in comments. | rsandifo | 2002-02-22 | 1 | -1/+1 |
* | 2002-02-19 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-02-19 | 1 | -0/+39 |
* | * fold-const.c (fold): Change UINT_MAX test to check vs precision | rth | 2002-01-24 | 1 | -10/+10 |
* | PR opt/3640 | rth | 2002-01-22 | 1 | -1/+26 |
* | * c-typeck.c (error_init, pedwarn_init, warning_init): Call | zack | 2001-12-17 | 1 | -1/+1 |
* | * c-lex.c (lex_number): Use ISXDIGIT/hex_value. | ghazi | 2001-12-16 | 1 | -7/+1 |
* | * c-typeck.c, config/i386/i386.h, config/mcore/mcore.h, | jsm28 | 2001-12-15 | 1 | -2/+2 |
* | * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c, | jsm28 | 2001-12-09 | 1 | -2/+2 |
* | * tree.def (VIEW_CONVERT_EXPR): New tree code. | kenner | 2001-11-19 | 1 | -0/+6 |
* | * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. | kenner | 2001-11-15 | 1 | -5/+3 |
* | * fold-const.c (fold): Optimize strlen comparisons against zero. | rth | 2001-11-14 | 1 | -0/+27 |
* | * fold-const.c (lshift_double): Honor PREC. | wehle | 2001-11-09 | 1 | -8/+49 |
* | * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog, | jsm28 | 2001-11-04 | 1 | -1/+1 |
* | * c-format.c (maybe_read_dollar_number): Use safe-ctype macros | ghazi | 2001-10-21 | 1 | -2/+1 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -25/+25 |
* | * calls.c: Fix formatting. | kazu | 2001-10-10 | 1 | -2/+2 |
* | * c-common.c: Fix comment typos. | kazu | 2001-10-09 | 1 | -1/+1 |
* | * fold-const.c (extract_muldiv, case PLUS_EXPR): Only adjust | kenner | 2001-09-23 | 1 | -5/+2 |
* | * fold-const.c (hashtab.h): Include. | kenner | 2001-09-20 | 1 | -43/+85 |
* | * c-common.c (signed_or_unsigned_type): Handle machine mode types | rth | 2001-09-07 | 1 | -6/+6 |
* | * fold-const.c (tree_expr_nonnegative_p): Handle *_DIV_EXPR, | ghazi | 2001-08-24 | 1 | -0/+15 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |