aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-07defaults.h (MODE_HAS_NANS, [...]): New.Richard Sandiford1-47/+127
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-594/+1
2002-02-22* fold-const.c (fold): Fix typo in comments.Richard Sandiford1-1/+1
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+39
2002-01-23fold-const.c (fold): Change UINT_MAX test to check vs precision rather than T...Richard Henderson1-10/+10
2002-01-22re PR rtl-optimization/3640 (small lost optimization of "x==0 || x==1")Roger Sayle1-1/+26
2001-12-17c-typeck.c (error_init, [...]): Call gettext on argument before printing.Zack Weinberg1-1/+1
2001-12-16c-lex.c (lex_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi1-7/+1
2001-12-15c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.Joseph Myers1-2/+2
2001-12-09ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-11-19tree.def (VIEW_CONVERT_EXPR): New tree code.Richard Kenner1-0/+6
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-5/+3
2001-11-14* fold-const.c (fold): Optimize strlen comparisons against zero.Roger Sayle1-0/+27
2001-11-09fold-const.c (lshift_double): Honor PREC.John Wehle1-8/+49
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-2/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-25/+25
2001-10-10calls.c: Fix formatting.Kazu Hirata1-2/+2
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-1/+1
2001-09-23fold-const.c (extract_muldiv, [...]): Only adjust code for division, not modu...Richard Kenner1-5/+2
2001-09-20fold-const.c (hashtab.h): Include.Richard Kenner1-43/+85
2001-09-07c-common.c (signed_or_unsigned_type): Handle machine mode types which have no...Richard Henderson1-6/+6
2001-08-24fold-const.c (tree_expr_nonnegative_p): Handle *_DIV_EXPR, *_MOD_EXPR, SAVE_E...Kaveh R. Ghazi1-0/+15
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12toplev.c (set_float_handler): Make static.Zack Weinberg1-38/+61
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-17/+17
2001-07-22fold-const.c (fold): Test vs FLOAT_TYPE_P instead of INTEGRAL_TYPE_P when...Richard Henderson1-2/+2
2001-07-20integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were C...Jan Hubicka1-0/+17
2001-07-06Makefile.in (final.o): Depend on target.h.Neil Booth1-2/+2
2001-06-04tree.def (ARRAY_RANGE_REF): New code.Richard Kenner1-0/+1
2001-05-21fold-const.c (tree_expr_nonnegative_p): Detect more non-negative cases.Kaveh R. Ghazi1-0/+13
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-2/+2
2001-04-20fold-const.c (fold): Use first_rtl_op rather than TREE_CODE_LENGTH when...Geoffrey Keating1-2/+2
2001-04-02fold-const.c (fold): Before optimizing unsigned comparison with 0x7fffffffU...Jakub Jelinek1-1/+3
2001-03-19cse.c (find_comparison_args): Update documentation.Mark Mitchell1-2/+10
2001-03-07Brad's -ffast-math breakup.Brad Lucier1-14/+16
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-4/+4
2001-02-23fold-const.c (fold_convert): Don't call size_int_type_wide if input overflows.Richard Kenner1-0/+1
2001-02-23fold-const.c (extract_muldiv): If not MULT_EXPR, check if either operand is d...Jakub Jelinek1-4/+29
2001-02-18fold-const.c (fold_binary_op_with_conditional_arg): New function, split out f...Mark Mitchell1-114/+138
2001-02-14stor-layout.c (is_pending_size, [...]): New functions.Jakub Jelinek1-1/+8
2001-02-11fold-const.c (split_tree): Don't assume a constant isn't splittable.Richard Henderson1-12/+6
2001-01-05fold-const.c (fold): When folding a CONJ_EXPR of a COMPLEX_CST...Joseph Myers1-3/+3
2001-01-03* fold-const.c (fold_convert): Fix typo.Mark Mitchell1-1/+1
2000-12-19fold-const.c (tree_expr_nonnegative_p): Treat truth values as non-negative.Kaveh R. Ghazi1-2/+6
2000-11-26fold-const.c (fold, [...]): Always return tree of proper type.Richard Kenner1-1/+1
2000-11-24Fix crash in fold_range_testBernd Schmidt1-0/+1
2000-11-24Overhaul sequence point warnings (again)Bernd Schmidt1-2/+6
2000-11-09fold-const.c (fold): Compare TYPE_MAIN_VARIANT rather than the types themselv...Richard Henderson1-1/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-4/+4