]> gcc.gnu.org Git - gcc.git/history - gcc/fold-const.c
[multiple changes]
[gcc.git] / gcc / fold-const.c
2005-06-02 Diego Novillo[multiple changes]
2005-06-01 Richard Guentherstmt.c (expand_case): Use build_int_cst.
2005-06-01 Richard Guenthertree.h (fold_indirect_ref_1): Export from fold-const.c.
2005-06-01 Jakub Jelinek* fold-const.c (fold_ternary): Optimize BIT_FIELD_REF...
2005-06-01 Richard Guentherfold-const.c (fold_binary): Fix types in strlen vs.
2005-05-31 Andrew Pinski[multiple changes]
2005-05-31 Jeff Lawfold-const.c (extract_array_ref): Handle more cases...
2005-05-27 Richard Guenther[multiple changes]
2005-05-26 Roger Saylere PR middle-end/21709 (ICE on compile-time complex...
2005-05-17 Paolo BonziniMakefile.in: Add tree-ssa-math-opts.c.
2005-05-14 Richard Guentherrevert: fold-const.c (fold_indirect_ref_1): Avoid remov...
2005-05-14 Richard Guentherfold-const.c (div_if_zero_remainder): New function.
2005-05-11 Kazu Hirata* fold-const.c, libgcov.c: Fix comment typos.
2005-05-11 Richard Guentherre PR middle-end/19807 (fold does not fold &a[4]-1)
2005-05-11 Richard Guentherfold-const.c (fold_indirect_ref_1): Avoid removing...
2005-05-10 Gabor Lokire PR c++/17913 (ICE jumping into statement expression)
2005-05-04 Andrew Pinski[multiple changes]
2005-04-27 Richard Guentherfold-const.c (fold_binary): Use build_fold_addr_expr...
2005-04-26 Richard Guentherre PR tree-optimization/17598 (an extra addition when...
2005-04-26 Kazu Hiratare PR tree-optimization/21047 (ASSERT_EXPR handling...
2005-04-23 Richard Guentherre PR middle-end/21082 (&a[b] - &a[c] is not folded...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-23 Kazu Hiratare PR tree-optimization/21088 (VRP passes fold the...
2005-04-21 Kazu Hiratare PR tree-optimization/14846 ([tree-ssa] don't use...
2005-04-20 James A. Morrisonfold-const.c (fold_binary): Fold ~(X ^ Y) to ~X ^ Y...
2005-04-20 James A. Morrisonfold-const (fold_binary): Fold ~X ^ ~ Y to X ^ Y.
2005-04-19 James A. Morrisonre PR middle-end/21085 (Virtual memory exhausted with...
2005-04-18 James A. Morrisonre PR tree-optimization/20922 (missed always false...
2005-04-17 Kazu Hiratare PR middle-end/21024 (fold generates a comparison...
2005-04-16 Roger Saylefold-const.c (fold_binary_to_constant): Delete obsolete...
2005-04-16 Roger Saylefold-const.c (fold_relational_hi_lo): Delete function...
2005-04-11 Andrew Pinskifold-const.c (fold_binary_op_with_conditional_arg)...
2005-04-11 Uros Bizjak* builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_...
2005-04-09 Uros Bizjak* builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF,...
2005-04-09 Diego Novillobackport: copy-prop, incremental SSA updating of FUD...
2005-04-05 Roger Saylei386.md (*truncdfsf2_i387_1): New pattern.
2005-04-04 Jakub Jelinekre PR rtl-optimization/16104 (ICE in reload_cse_simplif...
2005-04-04 Roger Saylere PR c++/19199 (Wrong warning about returning a refere...
2005-04-01 Kazu Hirata* bb-reorder.c, fold-const.c, varasm.c: Fix comment...
2005-03-25 Pat Haugenre PR tree-optimization/20470 (Branching sequence gener...
2005-03-25 Kazu Hiratafold-const.c: Convert uses of fold (build (...)) to...
2005-03-22 Kazu Hiratafold-const.c (fold_build1, [...]): New.
2005-03-22 Kazu Hiratafold-const.c (fold_ternary): Take decomposed arguments...
2005-03-22 Kazu Hiratafold-const.c (fold_unary, [...]): Update comments about...
2005-03-21 Kazu Hiratabuiltins.c (fold_builtin): Take decomposed arguments...
2005-03-21 Roger Saylere PR middle-end/20539 (ICE in simplify_subreg, at...
2005-03-19 John David Anglinre PR middle-end/20493 (Bootstrap failure because of...
2005-03-16 Roger Saylere PR tree-optimization/17454 (ICE with --enable-checki...
2005-03-13 Roger Saylere PR middle-end/19331 (Inefficient code generated...
2005-03-11 Jeff Lawre PR tree-optimization/15784 (fold misses binary optim...
2005-03-11 James A. Morrisonre PR tree-optimization/20130 (Fold a * -1 - 1 into...
2005-03-09 Kaveh R. Ghazi* fold-const.c (fold_unary_to_constant): Add FIX_ROUND_...
2005-03-09 Kazu Hiratafold-const.c (fold_unary, [...]): Take decomposed argum...
2005-03-09 Kazu Hiratafold-const.c (fold_unary, [...]): Return NULL_TREE...
2005-03-09 Kazu Hirata* fold-const.c (int_const_binop): Remove no_overflow.
2005-03-07 David Edelsohnfold-const.c (fold_binary_op_with_conditional_arg)...
2005-03-07 Kazu Hiratafold-const.c (fold_binary): Unroll the very first ...
2005-03-07 Kazu Hirata* fold-const.c (fold_binary): Remove handling of RANGE_...
2005-03-06 Kazu Hirata* fold-const.c (fold_unary): Use build1 instead of...
2005-03-06 Kazu Hiratafold-const.c (fold_binary_op_with_conditional_arg)...
2005-03-06 Kazu Hiratafold-const.c (fold_range_test): Take decomposed argumen...
2005-03-06 Kazu Hiratafold-const.c (optimize_minmax_comparison): Take decompo...
2005-03-06 Kazu Hirata* fold-const.c (fold_binary): Use code instead of t.
2005-03-06 Kazu Hiratafold-const.c (fold_binary): Avoid directly using the...
2005-03-06 Kazu Hirata* fold-const.c (fold): Remove handling of binary expres...
2005-03-05 Kazu Hiratafold-const.c (fold_binary): New.
2005-03-04 Kazu Hiratafold-const.c (fold_ternary): Unroll the "for" loop...
2005-03-04 Andrew Pinskirevert: re PR tree-optimization/15784 (fold misses...
2005-03-04 Kazu Hiratafold-const.c (fold_ternary): New.
2005-03-04 James A. Morrisonre PR tree-optimization/15784 (fold misses binary optim...
2005-03-03 Kazu Hiratafold-const.c (fold_unary): Avoid directly using the...
2005-03-03 Kazu Hirata* fold-const.c (fold): Remove handling of unary express...
2005-03-02 Kazu Hiratafold-const.c (fold_unary): New.
2005-02-24 Richard Hendersonre PR middle-end/19953 (Special-case real + complex...
2005-02-18 Roger Saylefold-const.c (constant_boolean_node): Always create...
2005-02-18 Andrew Pinskire PR middle-end/20030 (Broken arguments access)
2005-02-17 James A. Morrisonfold-const.c (invert_truthvalue): <INTEGER_CST>: Call...
2005-02-16 Jakub Jelinekre PR middle-end/19857 (alignment check of SSE constant...
2005-02-15 James A. Morrisonfold-const.c (fold): Fold -(~A) to A + 1.
2005-02-14 Jason Merrillre-apply fold_indirect_ref patch
2005-02-14 James A. Morrisonre PR tree-optimization/19944 (cris-elf testsuite failu...
2005-02-13 Jason Merrilltemporarily revert last changes
2005-02-13 Jason Merrillre PR libmudflap/19319 (Mudflap produce many violations...
2005-02-13 James A. Morrisonre PR tree-optimization/14303 ([tree-ssa] gcc.c-torture...
2005-02-12 Richard Hendersontree-complex.c (expand_complex_libcall): New.
2005-02-11 Jakub Jelinekre PR middle-end/19858 (ICE on simple SSE code)
2005-02-09 Roger Saylefold-const.c (fold_strip_sign_ops): New function to...
2005-02-09 Richard Guentherfold-const.c (try_move_mult_to_index): Remove redundant...
2005-02-03 Roger Saylere PR middle-end/19405 (18_support/numeric_limits.cc...
2005-02-01 Jeff Lawfold-const.c (fold, [...]): Do not lose side effects...
2005-01-31 Dale Johannesenre PR middle-end/19650 (miscompiling of array acess...
2005-01-29 Richard Guentherre PR tree-optimization/15791 (fold misses that two...
2005-01-28 Jeff Lawfold-const.c (fold, [...]): Optimize 0 % X.
2005-01-23 Kazu Hirataalias.c, [...]: Fix comment typos.
2005-01-21 Roger Saylere PR rtl-optimization/576 (gcc performs invalid optimi...
2005-01-18 Eric Botcazoucalls.c (expand_call): Check DECL_BUILT_IN_CLASS before...
2005-01-18 Kazu Hiratabasic-block.h, [...]: Update copyright.
2005-01-15 Jakub Jelinekre PR tree-optimization/19060 (Miscompiling of if and...
2005-01-09 Falk Hueffnerfold-const.c (fold): Also handle EXACT_DIV_EXPR when...
2005-01-07 Jakub Jelinekre PR tree-optimization/19283 (Bad code generated in...
next
This page took 0.938369 seconds and 108 git commands to generate.