summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * toplev.c (set_float_handler): Make static.zack2001-08-121-38/+61
* * dbxout.c: Fix comment formatting.kazu2001-08-081-17/+17
* * fold-const.c (fold): Test vs FLOAT_TYPE_P instead ofrth2001-07-231-2/+2
* * integrate.c (copy_insn_list): handlehubicka2001-07-201-0/+17
* * Makefile.in (final.o): Depend on target.h.neil2001-07-061-2/+2
* * tree.def (ARRAY_RANGE_REF): New code.kenner2001-06-041-0/+1
* * fold-const.c (tree_expr_nonnegative_p): Detect moreghazi2001-05-211-0/+13
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-2/+2
* * fold-const.c (fold): Use first_rtl_op rather thangeoffk2001-04-201-2/+2
* * fold-const.c (fold): Before optimizing unsigned comparison withjakub2001-04-021-1/+3