]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-dom.c
gimple.h: Remove all includes.
[thirdparty/gcc.git] / gcc / tree-ssa-dom.c
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-19  David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-13  Andrew Macleodgimple-walk.h: New File.
2013-11-08  Diego NovilloRe-factor tree.h - Part 1.
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18  Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-16  Paulo Matostree-core.h (tree_code_name): Remove.
2013-10-09  Andrew MacLeodtree-flow.h: Remove all remaining prototypes...
2013-09-30  Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-26  Jeff Lawtree-flow.h (thread_through_all_blocks): Prototype...
2013-09-20  Jeff Law* tree-ssa-dom.c (record_temporary_equivalences): Add...
2013-09-19  Jeff Lawtree-ssa-dom.c (record_temporary_equivalences): New...
2013-09-18  Trevor Saunderscompare-elim.c (find_comparison_dom_walker): New class
2013-09-17  Jeff Lawpr58387.c: New test.
2013-09-13  Jeff LawRevert " * tree-ssa-dom.c (cprop_into_successor_...
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-09-06  Jeff Lawtree-ssa-dom.c (cprop_into_successor_phis): Also propag...
2013-08-05  David MalcolmAutomated conversion of passes to C++ classes
2013-05-28  Richard Bienerre PR tree-optimization/57411 (ICE: verify_ssa failed...
2013-04-26  Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-04-10  Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-04-03  Jeff Lawre PR tree-optimization/56799 (Runfail after r197060...
2013-03-26  Jeff Lawtree-ssa-dom.c (record_equivalences_from_incoming_edge...
2013-03-25  Jeff Lawtree-ssa-dom.c (record_equivalences_from_incoming_edge...
2013-03-21  Jeff Lawtree-ssa-dom.c (record_equivalences_from_incoming_edge...
2013-01-29  Richard Bienerre PR rtl-optimization/55270 (ICE in get_loop_body...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-16  Jakub Jelinekre PR tree-optimization/55329 (ICE: internal compiler...
2012-11-01  Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-30  Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-09-11  Diego NovilloRemove unnecessary VEC function overloads.
2012-08-21  Richard Guenthertree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly...
2012-08-15  Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
2012-08-13  Richard Guentherbasic-block.h (struct basic_block): Remove loop_depth...
2012-08-08  Richard Guenthertree-call-cdce.c (check_pow): Simplify.
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-05-31  Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-04-05  Richard Guenthertree-nrv.c (tree_nrv): Release VDEFs.
2012-04-05  Richard Guenthergimple-iterator.c (gsi_remove): Return whether EH edges...
2012-02-29  Bill Schmidtre PR tree-optimization/52424 (dom prematurely pops...
2011-12-08  Bill Schmidtre PR middle-end/39976 (Big sixtrack degradation on...
2011-12-06  Richard Guentherre PR tree-optimization/51363 (ICE: in gimple_rhs_has_s...
2011-10-23  Eric Botcazoure PR tree-optimization/44683 (Optimization bug with...
2011-10-06  Richard Bienerfold-const.c (fold_ternary_loc): Also fold non-constant...
2011-09-09  Richard Guenthergimple.h (fold_stmt_inplace): Adjust to take a gimple_s...
2011-09-07  Richard Guentherre PR tree-optimization/50213 (Regression in space...
2011-06-30  Eric Botcazoure PR tree-optimization/49572 (gcc.dg/tree-ssa/20030709...
2011-06-28  Eric Botcazou* tree-ssa-dom.c (initialize_hash_element): Fix oversight.
2011-06-14  David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-04-20  Richard SandifordMakefile.in (INTERNAL_FN_DEF, [...]): Define.
2011-03-24  Richard Guentherre PR tree-optimization/48271 (ICE: SIGSEGV in tree_ssa...
2011-02-14  Eric Botcazoure PR tree-optimization/46494 (ICE: verify_flow_info...
2010-10-21  Nathan Froydbasic-block.h (single_succ_edge): Use gcc_checking_assert.
2010-09-20  Richard Guentherre PR middle-end/45705 (Useless store not optimized...
2010-08-17  Richard Guenthertree-ssa-dom.c (struct edge_info): Use a VEC for the...
2010-07-20  Richard Guentherre PR tree-optimization/44977 (ice in propagate_rhs_int...
2010-06-27  Richard Guentherre PR tree-optimization/44683 (Optimization bug with...
2010-06-25  Bernd SchmidtWith large parts from Jim Wilson:
2010-06-01  Steven Bosschergimplify.c: Do not include except.h and optabs.h.
2010-05-29  Jan Hubickatree-vrp.c (debug_value_range, [...]): Annotate with...
2010-05-21  Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
2010-05-21  Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-04-02  Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-01-04  Richard Guenthertree-ssa-sccvn.c (get_or_alloc_constant_value_id):...
2009-12-06  Richard Hendersonre PR debug/42234 (internal compiler error: verify_ssa...
2009-11-25  H.J. LuRemove trailing white spaces.
2009-11-21  Alexandre Olivatree-ssa.c (find_released_ssa_name): Handle NULL wi.
2009-10-16  Richard Guentherre PR tree-optimization/41728 (error: SSA name in freel...
2009-10-09  Richard Guentherre PR tree-optimization/41634 (ICE in dom)
2009-10-05  Richard Guentherre PR tree-optimization/23821 (DOM and VRP creating...
2009-09-28  Michael Matzbuiltins.c (interclass_mathfn_icode): New helper.
2009-09-25  Michael Matzre PR tree-optimization/41454 (DOM miscompiles gcc...
2009-09-02  Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-07-16  Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-06-27  Paolo Bonzinidomwalk.h (struct dom_walk_data): Remove all callbacks...
2009-05-24  Paolo Bonzinitree-ssa-operands.h (push_stmt_changes, [...]): Delete.
2009-05-11  Richard Guentherpasses.c (init_optimization_passes): Strip now incorrec...
2009-04-28  Richard Guenthertree.h (SSA_NAME_VALUE): Remove.
2009-04-17  Richard Guenthertree-ssa-dom.c (gimple_assign_unary_useless_conversion_...
2009-04-03  Richard Guentherre PR middle-end/13146 (inheritance for nonoverlapping_...
2009-04-02  Richard Guentherre PR middle-end/37221 (Missed early loop-unroll optimi...
2008-12-30  Richard Guentherre PR tree-optimization/38645 (ICE with volatile)
2008-09-08  Jakub Jelinekre PR middle-end/37337 (ICE: verify_flow_info failed)
2008-08-18  Tomas Bilytree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
2008-07-28  Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-08  Daniel BerlinFix PR tree-optimization/23455 Fix PR tree-optimization...
2008-06-06  Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-05-20  Richard Guenthertree-ssa-reassoc.c (fini_reassoc): Use the statistics...
2008-05-18  Eric Botcazoutree-ssa-dom.c (tree_ssa_dominator_optimize): If some...
2008-03-26  Richard Guenthertree-flow.h (widen_bitfield): Remove declaration.
2008-03-20  Richard Guenthertree-scalar-evolution.c (chrec_contains_symbols_defined...
2008-03-19  Jan Hubickare PR other/35094 (RTL dump file letters hosed and...
2007-12-14  Richard Guentherre PR middle-end/34462 (tree check: expected ssa_name...
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-02  Richard Guentherre PR middle-end/15988 (ICE in fold_convert with pointe...
2007-07-02  Richard Guenthertree-flow.h (tree_ssa_useless_type_conversion_1): Renam...
next