i386.md: Simplify certain comparisons of const_int.
[gcc.git] / gcc / fold-const.c
2004-01-20 Roger Saylefold-const.c (fold_convert): Rename to fold_convert_const.
2004-01-20 Joseph Myersc-decl.c (c_init_decl_processing): Set pedantic_lvalues...
2004-01-16 Kazu Hiratac-common.h: Fix comment formatting.
2004-01-06 Kazu Hirataalias.c: Fix comment typos.
2003-12-30 Roger Saylefold-const.c (fold): Don't require strict type equality...
2003-12-29 Roger Saylere PR fortran/12632 ([g77 only] -fbounds-check ICE)
2003-12-20 Kazu Hirataexpr.c (check_max_integer_computation_mode): Remove.
2003-11-24 Jan Hubickafold-const.c (fold): Do not return early when optimizin...
2003-11-01 Roger Saylere PR middle-end/11968 (Array reference is incorrectly...
2003-10-30 Richard Hendersonfold-const.c (fold_single_bit_test): Convert the input...
2003-10-15 Gábor Lókifold-const.c (tree_swap_operands_p): disables some...
2003-10-11 Roger Saylefold-const.c (negate_mathfn_p): New function to determi...
2003-10-05 Kazu Hiratafold-const.c: Follow spelling conventions.
2003-10-03 Roger SaylePR optimization/9325, PR java/6391
2003-10-01 Richard Kennerfold-const.c (make_range): When handling unsigned,...
2003-09-30 Kazu Hiratafold-const.c (fold): Fold (A & ~B) - (A & B) into ...
2003-09-29 Richard KennerRemove extra comma in comment.
2003-09-29 Kazu Hiratafold-const.c (fold): Fold (A & ~B) - (A & B) into ...
2003-09-25 Roger Saylere PR bootstrap/12358 (Bootstrap comparison failure!)
2003-09-18 Roger Sayletree.def (FFS_EXPR, [...]): Delete unused tree codes.
2003-09-16 Roger Saylefold-const.c (tree_swap_operands_p): New function to...
2003-09-14 Kazu Hirataalias.c: Follow spelling conventions.
2003-09-09 Kaveh R. Ghazibuiltins.c (real_dconstp, [...]): New, split out from...
2003-09-08 Roger Sayle* fold-const.c (operand_equal_p): Clarify documentation.
2003-09-01 Josef Zlomekc-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
2003-08-26 Roger Saylere PR middle-end/12002 (internal compiler error: in...
2003-08-26 Roger Saylefold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2...
2003-08-22 Kazu Hiratac-decl.c: Fix comment formatting.
2003-08-21 Josef Zlomekfold-const.c (fold): Fix bug in (A & C) == D where...
2003-08-20 Roger Saylere PR middle-end/11984 (ICE with -ffast_math: expected...
2003-08-20 Jason Merrilltree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
2003-08-20 Jason Merrillbuiltins.c (expand_builtin_mathfn): Use get_callee_fndecl.
2003-08-19 Kazu Hiratabuiltins.c: Fix comment typos.
2003-08-14 Roger Saylefold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs...
2003-08-12 Roger Saylefold-const.c (fold): Optimize any associative floating...
2003-08-04 Roger Saylere PR middle-end/11771 (Segfault with simple double...
2003-08-04 Roger Saylefold-const.c (fold <PLUS_EXPR>): Transform x+x into...
2003-08-01 Roger Saylefold-const.c (fold <MULT_EXPR>): Optimize both x*pow...
2003-07-31 Zdenek Dvorak* fold-const.c (fold): Fold some comparisons of bit...
2003-07-28 Jakub Jelinekconfigure.in (--enable-checking): Add fold category.
2003-07-22 Mark Mitchellfold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-22 Kazu Hirataalias.c: Fix comment formatting.
2003-07-19 Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-07-18 Roger Saylefold-const.c (const_binop): Avoid performing the FP...
2003-07-10 Kazu Hiratare PR c/11449 (ICE in invert_truthvalue called on AND...
2003-07-10 Andreas Jaeger* fold-const.c: Properly wrap prototypes.
2003-07-09 Mark Mitchellfold-const.c (make_range): Do not access operand 1...
2003-07-07 Andreas Jaegergenextract.c: Convert remaining prototypes to ISO C90.
2003-07-04 Jeff Lawexpr.c (do_store_flag): Pass in the correct result...
2003-07-03 Roger Saylereal.c (real_trunc, [...]): New functions to implement...
2003-07-03 Roger Saylere PR target/10700 (ICE in copy_to_mode_reg on 64-bit...
2003-07-03 Jeff Lawexpr.c (do_store_flag): Remove special case folding...
2003-07-02 Eric Botcazoure PR rtl-optimization/11210 (optimizer drops condition...
2003-07-01 Andreas Jaegerfold-const.c: Convert prototypes to ISO C90.
2003-07-01 Kazu Hiratabasic-block.h: Fix comment typos.
2003-06-29 Kazu Hirataalloc-pool.c: Fix comment formatting.
2003-06-29 Eric Botcazoure PR rtl-optimization/11210 (optimizer drops condition...
2003-06-26 Eric Botcazoure PR rtl-optimization/11210 (optimizer drops condition...
2003-06-23 Kazu Hiratabasic-block.h: Fix comment formatting.
2003-06-16 Kaveh R. Ghazidecl.c, [...]: Don't use the PTR macro.
2003-06-16 Roger Saylefold-const.c (operand_equal_p): Consider two calls...
2003-06-13 Kazu Hiratabuiltins.c: Fix comment typos.
2003-06-13 Matt Kraaifold-const.c (tree_expr_nonnegative_p): Fix misspelling...
2003-06-12 Roger Saylere PR middle-end/168 (Spurious signed/unsigned comparis...
2003-06-12 Roger Saylefold-const.c (tree_expr_nonnegative_p): Add support...
2003-06-10 Roger Saylebuiltins.c (fold_builtin): Optimize cos(-x) as cos(x).
2003-06-10 Roger Saylefold-const.c (fold <EQ_EXPR>): Don't fold x == x only...
2003-06-09 Jason Merrill* fold-const.c (operand_equal_p): Handle ADDR_EXPR...
2003-06-09 Kazu Hirata* fold-const.c (fold): Fix a comment typo.
2003-06-06 Roger Saylefold-const.c (fold <ABS_EXPR>): Re-fold the result...
2003-05-31 Roger Sayleflags.h (flag_wrapv): New flag controlling overflow...
2003-05-27 Richard Kennertree.h (contains_placeholder_p): Now returns bool.
2003-05-23 Roger Saylereal.c (real_maxval): New function to return the larges...
2003-04-22 David Edelsohnfold-const.c (fold_range_test): Use RANGE_TEST_NON_SHOR...
2003-04-21 Olivier Hainquefold-const.c (fold, [...]): Restore a number of convers...
2003-04-21 Richard KennerRevert hunks not part of last patch.
2003-04-21 Richard Kennerfold-const.c (extract_muldiv, [...]): Detect case when...
2003-04-16 Olivier Hainquetree.c (skip_simple_arithmetics_at, [...]): New functions.
2003-04-14 Olivier Hainque* fold-const.c (fold): Reorder tests for conditional...
2003-04-14 Roger Saylefold-const.c (fold): Transform (c1 - x) cmp c2...
2003-04-08 Roger Saylefold-const.c (fold): Use "fold" following build in...
2003-03-28 Roger Saylefold-const.c (fold_inf_compare): New function to simpli...
2003-03-23 Mark Mitchellre PR c/8224 (Incorrect joining of signed and unsigned...
2003-03-21 Richard Hendersonfold-const.c (extract_muldiv_1): Revert changing order...
2003-03-20 Roger Saylefold-const.c (fold_mathfn_compare): New function to...
2003-03-20 Kazu Hirata* fold-const.c (fold): Fold A - (A & B) into ~B & A.
2003-02-22 Roger Saylefold-const.c (omit_one_operand): No longer static.
2003-02-19 Roger Saylefold-const.c (fold_real_zero_addition_p): Don't fold...
2003-02-18 Roger Saylefold-const.c (negate_expr_p): New function to determine...
2003-02-16 Arend Bayerfold-const.c (extract_muldiv_1): Rename from extract_mu...
2003-02-05 Richard Hendersondefaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
2003-02-01 Richard Henderson[multiple changes]
2003-01-15 Jan Hubickare PR rtl-optimization/9258 (ICE in compensate_edge...
2003-01-14 Jan Hubickaconvert.c (strip_float_extensions): Look for narrowest...
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2003-01-03 Jason Merrillfold-const.c (fold): Avoid NOP_EXPRs better.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-25 Christian Ehrhardtre PR c/8639 (simple integer arithmetic expression...
2002-11-05 Andrew Haleyfold-const.c (fold): Don't transform (a0 op compound...
2002-10-30 Roger Saylefold-const.c (fold_binary_op_with_conditional_arg)...
next