summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* * fold-const.c (comparison_to_compcode): New function to convertsayle2002-06-151-0/+111
* * convert.c (convert_to_integer) [LSHIFT_EXPR]: Don't passrth2002-06-151-7/+12
* * fold-const.c (fold) [compare ops]: Move X>=C / X<C transfomationrth2002-06-151-95/+94
* For PR java/6520:tromey2002-06-111-2/+4
* * fold-const.c (fold) [EQ_EXPR]: Place both integer and realsayle2002-06-071-11/+28
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-4/+6
* * tree.c (real_minus_onep): New function to test for -1.0.sayle2002-06-011-0/+8
* * fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0"sayle2002-06-011-1/+23
* * tree.h: Forward-declare struct realvaluetype.zack2002-05-281-0/+1
* 2002-05-24 Andrew Haley <aph@redhat.com>aph2002-05-271-0/+1
* * final.c: Fix formatting.kazu2002-05-171-70/+70
* 2002-05-15 Jakub Jelinek <jakub@redhat.com>rth2002-05-151-140/+140
* * fold-const.c (build_range_check): Optimize (c>=1) && (c<=127)sayle2002-05-101-15/+47
* PR opt/3995sayle2002-05-061-3/+70
* * fold-const.c (lshift-double): Cast the high word to an unsignedsayle2002-05-061-13/+3
* * fold-const.c (split_tree): Add MINUS_LITP parameter; separaterth2002-04-231-24/+73
* 2002-04-18 David S. Miller <davem@redhat.com>davem2002-04-181-4/+0
* * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type)jakub2002-04-181-1/+1
* * fold-const.c (fold) [NOP_EXPR]: Convert (T)(x&c) into ((T)x&(T)c)jakub2002-04-181-0/+43
* * c-common.c (truthvalue_conversion): Rename, update.neil2002-04-041-3/+3
* * c-common.c (unsigned_conversion_warning, convert_and_check,neil2002-04-011-28/+22
* * Makefile.in (convert.o, calls.o, expmed.o): Update.neil2002-03-291-8/+9
* * toplev.c: Don't include setjmp.h. Kill float_handler_set,zack2002-03-251-84/+10
* * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.zack2002-03-231-4/+5
* * Makefile.in (fold-const.o, stor-layout.o, stmt.o,neil2002-03-211-5/+7
* * fold-const.c (fold): Delete #if 0 ARRAY_REF case.dje2002-03-201-18/+0
* * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.rsandifo2002-03-071-47/+127
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-594/+1
* * fold-const.c (fold): Fix typo in comments.rsandifo2002-02-221-1/+1
* 2002-02-19 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-191-0/+39
* * fold-const.c (fold): Change UINT_MAX test to check vs precisionrth2002-01-241-10/+10
* PR opt/3640rth2002-01-221-1/+26
* * c-typeck.c (error_init, pedwarn_init, warning_init): Callzack2001-12-171-1/+1
* * c-lex.c (lex_number): Use ISXDIGIT/hex_value.ghazi2001-12-161-7/+1
* * c-typeck.c, config/i386/i386.h, config/mcore/mcore.h,jsm282001-12-151-2/+2
* * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c,jsm282001-12-091-2/+2
* * tree.def (VIEW_CONVERT_EXPR): New tree code.kenner2001-11-191-0/+6
* * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.kenner2001-11-151-5/+3
* * fold-const.c (fold): Optimize strlen comparisons against zero.rth2001-11-141-0/+27
* * fold-const.c (lshift_double): Honor PREC.wehle2001-11-091-8/+49
* * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,jsm282001-11-041-1/+1
* * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosghazi2001-10-211-2/+1
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-25/+25
* * calls.c: Fix formatting.kazu2001-10-101-2/+2
* * c-common.c: Fix comment typos.kazu2001-10-091-1/+1
* * fold-const.c (extract_muldiv, case PLUS_EXPR): Only adjustkenner2001-09-231-5/+2
* * fold-const.c (hashtab.h): Include.kenner2001-09-201-43/+85
* * c-common.c (signed_or_unsigned_type): Handle machine mode typesrth2001-09-071-6/+6
* * fold-const.c (tree_expr_nonnegative_p): Handle *_DIV_EXPR,ghazi2001-08-241-0/+15
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12