tree-data-ref.c (subscript_dependence_tester_1): Call free_conflict_function.
[gcc.git] / gcc / tree-ssa-pre.c
2007-12-14 Richard Guentherre PR middle-end/34462 (tree check: expected ssa_name...
2007-12-13 Eric Botcazoure PR middle-end/33088 (spurious exceptions with -ffloa...
2007-12-13 Richard Guentherre PR middle-end/34450 (compile takes up 1.8 GB RAM...
2007-11-05 Nick Cliftonre PR tree-optimization/32540 (Exponential time behavio...
2007-10-09 Richard Sandifordre PR tree-optimization/33615 (Hoisting of potentially...
2007-08-26 Bernhard Fischertree-ssa-sccvn.c, [...]: Remove unnecessary trailing...
2007-08-14 Daniel Berlintree-pass.h (PROP_pta): Removed.
2007-08-08 Chao-ying Futree.def (FIXED_POINT_TYPE): New type.
2007-07-28 Kazu Hiratacfglayout.c, [...]: Fix comment typos.
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-25 Kaveh R. Ghazic-common.c (fname_as_string, [...]): Constify.
2007-07-12 Daniel Berlintree-ssa-pre.c (get_expression_vuses): Move out side...
2007-07-12 Daniel Berlinre PR tree-optimization/32663 (revision 126369 went...
2007-07-07 Daniel BerlinRevert (note the sccvn portions are *not* reverted...
2007-07-07 Daniel Berlinre PR middle-end/23488 (GCSE load PRE does not work...
2007-07-04 Daniel Berlinre PR tree-optimization/32604 (miscompilation at -O2)
2007-07-02 Daniel BerlinFix PR tree-optimization/32583 Fix PR tree-optimization...
2007-07-02 Richard Guenthertree-flow.h (tree_ssa_useless_type_conversion_1): Renam...
2007-07-01 Daniel Berlintree-ssa-pre.c (is_exception_related): New function
2007-06-30 Daniel BerlinFix PR tree-optimization/32540 Fix PR tree-optimization...
2007-06-13 Kazu Hiratatree-ssa-pre.c (mergephitemp): Remove.
2007-06-11 Daniel BerlinMerge dataflow branch into mainline
2007-06-06 Thomas Neumanntree-ssa-alias-warnings.c (maybe_add_match): Cast accor...
2007-05-27 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not check whether current_...
2007-05-13 Daniel Berlinre PR tree-optimization/31911 (Short function (md4...
2007-03-17 Daniel Berlinre PR tree-optimization/29922 ([Linux] ICE in insert_in...
2007-02-19 Diego Novillotree-ssa-pre.c (create_value_expr_from): Initialize...
2007-02-16 Roger Saylere PR middle-end/30391 (ICE at -O1 with conditional...
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2006-12-14 Richard Guentherre PR middle-end/30197 (cexp ( __complex__ ( 0, x ...
2006-12-12 Andrew Pinskire PR middle-end/28436 (accessing an element via a...
2006-12-12 Diego Novillo[multiple changes]
2006-12-11 Diego Novillotree-ssa-operands.h (create_ssa_artificial_load_stmt...
2006-12-11 Diego Novillo* tree-scalar-evolution.c (scev_const_prop):
2006-12-05 Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-12-02 Kazu Hiratabuiltins.c, [...]: Fix comment typos.
2006-11-28 Jan HubickaPrivatize SSA variables into gimple_df.
2006-11-17 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not update current_loops.
2006-11-14 Daniel Berlinre PR tree-optimization/27755 (PRE confused by control...
2006-10-30 Daniel Berlintree.h (tree_value_handle): Remove struct value_set...
2006-10-21 Richard Guentherre PR tree-optimization/3511 (Inlined strlen() could...
2006-09-12 Jan Hubickare PR middle-end/28071 (A file that can not be compiled...
2006-08-01 Jan Hubickatree-outof-ssa.c (check_replaceable): Do not allocate...
2006-07-04 Eric ChristopherFix whitespace.
2006-06-19 Richard Guenthertree-ssa-pre.c (try_combine_conversion): Strip useless...
2006-05-28 Kazu Hiratacfgcleanup.c, [...]: Fix comment typos.
2006-05-23 Andrew MacLeodre PR c++/26757 (C++ front-end producing two DECLs...
2006-05-04 Richard Guentherre PR tree-optimization/14287 ([tree-ssa] does not...
2006-05-04 Richard Guentherre PR tree-optimization/26447 (verify_flow_info failed...
2006-03-23 Andrew Pinskire PR tree-optimization/26795 (ACATS ICE c37213d on...
2006-03-21 Andrew Pinskire PR tree-optimization/26781 (ICE in tree-ssa-pre...
2006-03-20 Andrew Pinskire PR tree-optimization/26629 (tree load PRE does not...
2006-03-02 Daniel Berlintree-vrp.c (execute_vrp): Return value.
2006-02-09 Andrew Pinskire PR tree-optimization/26179 (ICE while compiling...
2006-02-06 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass dump argument to.
2006-02-06 Daniel Berlintree-ssa-pre.c (bb_value_sets_t): Add antic_safe_loads.
2006-02-05 Zdenek Dvoraktree-vrp.c (cfg_loops): Removed.
2006-01-31 Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2006-01-24 Andrew Pinskire PR tree-optimization/25860 (ice with -g -O2 -fPIC)
2006-01-23 Andrew Pinskire PR tree-optimization/25315 (testsuite failure:27_io...
2006-01-13 Daniel Berlinre PR tree-optimization/25771 (ice in coalesce_abnormal...
2006-01-06 Jeff Lawtree-cfg.c (bsi_replace): Rename final argument from...
2006-01-06 Richard Guenthertree-dfa.c (mark_new_vars_to_rename): Create stmt annot...
2005-12-31 Andrew Pinskire PR tree-optimization/25612 (Ada bootstrap failure...
2005-12-30 Daniel Berlintree.h (VALUE_HANDLE_VUSES): New.
2005-12-28 Kazu Hirataglobal.c, [...]: Move DEF_VEC_P(basic_block) and DEF_VE...
2005-12-24 Daniel Berlintree-pass.h (pass_eliminate_useless_stores): Remove.
2005-12-18 Gabriel Dos Reistree-tailcall.c (find_tail_calls): Use XNEW.
2005-12-16 Kazu Hiratabasic-block.h, [...]: Fix comment typos.
2005-12-07 Daniel Berlintree-ssa-pre.c (bitmap_set_and): New function.
2005-12-02 Richard Guenthertree-ssa-loop-im.c (schedule_sm): Use buildN instead...
2005-10-19 Daniel Berlinre PR tree-optimization/24231 (SSA corruption with...
2005-09-06 Steven Bosschertree-ssa-pre.c (try_look_through_load): New function.
2005-07-17 Daniel Berlinre PR tree-optimization/22531 (ICE in mark_sym_for_rena...
2005-07-17 Daniel Berlintree-optimize.c (init_tree_optimization_passes): Add...
2005-07-13 Andrew Pinskire PR middle-end/21840 (ICE while building Linux kernel...
2005-06-26 Kazu Hiratabuiltins.c, [...]: Use fold_buildN instead of fold...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-19 Richard Hendersonre PR tree-optimization/22116 (PRE of COMPLEX_EXPR...
2005-06-01 Kaveh R. Ghazibasic-block.h, [...]: Don't include errors.h and includ...
2005-05-25 Daniel Berlinre PR tree-optimization/21705 (FRE does not eliminate...
2005-05-18 Daniel Berlintree-ssa-pre.c (find_or_generate_expression): CALL_EXPR...
2005-05-16 Richard Hendersonre PR tree-optimization/21399 (libstdc++ 12077.cc ICE)
2005-05-16 Kazu Hirata* tree-ssa-pre.c: Fix a comment typo.
2005-05-16 Daniel Berlinre PR tree-optimization/21576 (FRE does not eliminate...
2005-05-12 Steven Bosscherre PR tree-optimization/21520 (missing PRE opportunity...
2005-05-12 Daniel Berlinre PR tree-optimization/21532 (ICE caused by PRE dead...
2005-05-03 Andrew MacLeodlambda-code.c (gcc_loop_to_lambda_loop, [...]): Use...
2005-04-27 Kazu Hirata* tree-ssa-pre.c: Fix a comment typo.
2005-04-25 Steven Bosscherre PR tree-optimization/21173 (miscompiled pointer...
2005-04-24 Kazu Hiratatree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPAR...
2005-04-21 Nathan Sidwelllambda.h (lambda_vector_min_nz): Likewise.
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-04-17 Kazu Hiratatree-flow-inline.h (get_stmt_operands): Remove.
2005-04-15 Daniel Berlintree-ssa-pre.c (compute_avail): It's okay to have TREE_...
2005-04-14 Daniel BerlinWhoops, wrong version of file.
2005-04-14 Daniel Berlinre PR tree-optimization/20963 (ICE tree check: expected...
2005-04-05 Andrew MacLeodlambda-code.c (lambda_loopnest_to_gcc_loopnest): Use...
2005-04-04 Daniel BerlinFix PR tree-optimization/20703 Fix PR tree-optimization...
2005-03-23 Daniel Berlinre PR tree-optimization/20601 (PRE related miscompilation)
next