re PR rtl-optimization/62078 (ICE: verify_flow_info failed: missing REG_EH_REGION...
[gcc.git] / gcc / tree-ssa-reassoc.c
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-12 Marc Glissereal.h (HONOR_SNANS, [...]): Replace macros with 3...
2014-12-10 Marc Glissereal.h (HONOR_NANS): Replace macro with 3 overloaded...
2014-12-10 Marek Polacekre PR tree-optimization/61686 (Incorrect check in compa...
2014-12-09 Bill Schmidtre PR middle-end/64225 (-funsafe-math-optimizations...
2014-12-01 Jakub Jelinekgimple.h (gimple_build_assign_stat): Remove prototype.
2014-11-29 Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-19 Jakub Jelinekgimple.h (gimple_build_assign_with_ops): Add unary...
2014-11-01 Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-25 Jakub Jelinekre PR tree-optimization/63641 (Invalid shift leads...
2014-10-17 Jakub Jelinekre PR tree-optimization/63464 (compare one character...
2014-10-17 Jakub Jelinekre PR tree-optimization/63302 (Code with 64-bit long...
2014-10-15 Jakub Jelinektree-ssa-reassoc.c (optimize_range_tests_diff): Perform...
2014-08-02 Trevor Saundersconvert many uses of pointer_map to hash_map
2014-07-09 Trevor Saundersremove has_execute
2014-06-24 Trevor Saundersallow storing values directly in hash tables
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-06 Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-04-16 Jakub Jelinekre PR tree-optimization/60844 (ICE in reassoc_stmt_domi...
2014-03-13 Jakub Jelinekre PR tree-optimization/59025 (Revision 203979 causes...
2014-03-12 Jakub Jelinekre PR tree-optimization/60502 (ICE reassociation and...
2014-02-18 Eric Botcazoure PR tree-optimization/60174 (ICE on ACATS cc3305a)
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate last_basic_block macro.
2013-12-09 David MalcolmEliminate BASIC_BLOCK macro.
2013-12-06 Jakub Jelinekre PR tree-optimization/59388 (ICE on valid code at...
2013-11-23 Jakub Jelinekre PR tree-optimization/59154 (internal compiler error...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 Trevor Saundersadd auto_vec
2013-11-20 Kenneth Zadeckcuintp.c (UI_From_gnu): Use tree_to_shwi.
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-19 David MalcolmEliminate n_basic_blocks macro
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-04 Jakub Jelinekre PR tree-optimization/58946 (internal compiler error...
2013-10-23 Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23 Jakub Jelinekre PR tree-optimization/58775 (reassoc1 causes an ICE...
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-15 Zhenqiang Chentree-ssa-reassoc.c: Include rtl.h and tm_p.h.
2013-10-01 Andrew MacLeodtree-into-ssa.c (enum need_phi_state): Relocate from...
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 Andrew MacLeodgimple.c (gimple_replace_lhs): Move to tree-ssa.c and...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-09 Jakub Jelinekre PR tree-optimization/58364 (likely wrong code bug)
2013-09-04 Easwaran Ramanre PR tree-optimization/57370 (compiler hangs in reassoc)
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-07-21 Mike StumpFix typos.
2013-05-29 Easwaran Ramanre PR tree-optimization/57442 (ICE in appears_later_in_...
2013-05-28 Easwaran Ramanre PR tree-optimization/57337 (416.gamess ICE on x86...
2013-05-21 Easwaran Ramanre PR tree-optimization/57322 (Segfault at -O1 in build...
2013-05-18 Easwaran Ramantree-ssa-reassoc.c (find_insert_point): New function.
2013-04-23 Lawrence CrowlThis patch extracts approved portions of the hash_table...
2013-04-19 Richard Bienerre PR tree-optimization/57000 (ICE with -Ofast and...
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-03-07 Jakub Jelinekre PR middle-end/56559 (ICE in propagate_op_to_single_u...
2013-02-18 Richard Bienerre PR tree-optimization/56321 (ICE:segfault in midend...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Lawrence CrowlThis patch renames sbitmap iterators to unify them...
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-31 Jakub Jelinekre PR tree-optimization/19105 (fold does not spot anti...
2012-10-30 Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-14 Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-13 Steven Bosschertree-ssa-pre.c (do_regular_insertion): Add FIXME marker...
2012-08-10 Richard Guenthertree-ssa-pre.c (pretemp, [...]): Remove.
2012-08-03 Richard Guenthertree-vect-loop-manip.c (vect_can_advance_ivs_p): Query...
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-06-27 Richard Guentherre PR tree-optimization/53774 (Reassociator generates...
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-05-18 Bill Schmidttree-ssa-reassoc.c (bip_map): Remove decl.
2012-05-16 Bill Schmidtre PR tree-optimization/53217 (internal compiler error...
2012-04-18 Bill Schmidtre PR tree-optimization/52976 (Revision 186384 breaks...
2012-04-18 Bill Schmidtre PR tree-optimization/52976 (Revision 186384 breaks...
2012-04-16 Bill Schmidtre PR tree-optimization/52976 (Revision 186384 breaks...
2012-04-12 Bill Schmidttree-ssa-reassoc.c (attempt_builtin_powi_stats): Change...
2012-04-12 Bill Schmidtre PR tree-optimization/18589 (could optimize FP multip...
2011-10-03 Jakub Jelinekre PR tree-optimization/50587 (ICE init_range_entry...
2011-09-30 Jakub Jelinekre PR tree-optimization/46309 (optimization a==3||a==1)
2011-09-06 Enkovich IlyaPR middle-end/44382: Tree reassociation improvement
2011-07-31 Bill Schmidtre PR tree-optimization/49749 (Reassociation rank algor...
2011-07-21 Bill Schmidtre PR tree-optimization/49749 (Reassociation rank algor...
next