]> gcc.gnu.org Git - gcc.git/history - gcc/fold-const.c
* config/mips/mips.h: Formatting fix.
[gcc.git] / gcc / fold-const.c
2004-03-25 Kaveh R. Ghazibuiltins.c (fold_builtin): Add new builtin optimization...
2004-03-23 Roger Saylefold-const.c (tree_expr_nonnegative_p): A&B is nonnegat...
2004-03-23 Kazu Hiratafold-const.c (fold): Remove cases for INTEGER_CST...
2004-03-23 Roger Saylere PR rtl-optimization/14669 (Wrong code with -O for...
2004-03-21 Richard Kenneralias.c (get_alias_set): Remove handling of PLACEHOLDER...
2004-03-20 Kazu Hirata* fold-const.c (fold): Replace "expr" with "t".
2004-03-20 Kazu Hiratafold-const.c (fold): Replace "final_type" with "type".
2004-03-20 Kazu Hiratafold-const.c (fold): Constify "type".
2004-03-20 Kazu Hiratafold-const.c (fold): Replace "t" with "tem" where it...
2004-03-20 Kazu Hiratafold-const.c (fold): Remove variable "invert".
2004-03-19 Kazu Hiratafold-const.c (fold): Move the handling of constants ...
2004-03-19 Kazu Hiratafold-const.c (negate_expr): Move the handling of consta...
2004-03-17 Mark MitchellFix stuff accidentally committed in previous patch
2004-03-17 Mark Mitchellre PR c++/14481 (strange warning when assigning to...
2004-03-14 Roger Saylefold-const.c (negate_expr, [...]): Replace calls via...
2004-03-11 Roger Saylefold-const.c (negate_expr_p): We can optimize -((int...
2004-03-10 Kaveh R. Ghazifold-const.c (tree_expr_nonnegative_p): Add more builti...
2004-03-08 Kaveh R. Ghazifold-const.c (tree_expr_nonnegative_p): Reformat checks...
2004-03-07 Roger Saylefold-const.c (fold): Fold x | x as x.
2004-03-07 Roger Saylefold-const.c (fold): Rewrite optimization to transform...
2004-03-06 Kaveh R. Ghazitree.h (BUILTIN_EXP10_P, [...]): New macros.
2004-03-01 Jeff Lawfold-const.c (fold): An equality comparison of a non...
2004-02-28 Eric Botcazoufold-const.c (fold): Strip NOPs that change the signedn...
2004-02-27 Eric Botcazoufold-const.c (fold): Revert 2004-02-25 change.
2004-02-27 Kazu Hiratac-decl.c, [...]: Fix comment typos and formatting.
2004-02-25 Eric Botcazoufold-const.c (fold): Treat MAX_EXPR and MIN_EXPR like...
2004-02-21 Kazu Hiratacombine.c (SHIFT_COUNT_TRUNCATED): Remove.
2004-02-19 Jeff Lawfold-const.c (invert_truthvalue): Do not call invert_tr...
2004-02-16 Richard Henderson* fold-const.c (operand_equal_p): Fix VECTOR_CST compar...
2004-02-10 Paolo Bonzinire PR middle-end/14092 (fold strips conversion from...
2004-02-09 Roger Saylefold-const.c (fold): Use the original type conversion...
2004-02-07 Roger Saylere PR middle-end/13696 (enum not useable as array index?)
2004-02-07 Roger Saylefold-const.c (negate_expr_p, [...]): Optimize -(A+B...
2004-02-03 Jeff Lawtree.c (commutative_tree_code, [...]): New functions.
2004-01-23 Eric Botcazoufold-const.c (fold_binary_op_with_conditional_arg)...
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...
next
This page took 0.962373 seconds and 107 git commands to generate.