]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-tail-merge.c
Update copyright years.
[thirdparty/gcc.git] / gcc / tree-ssa-tail-merge.c
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-13  Martin LiskaDo not merge BBs with a different EH landing pads (PR
2016-06-25  Jakub Jelinekre PR tree-optimization/71643 (internal compiler error...
2016-06-14  Jakub Jelinekre PR tree-optimization/71520 (Missing cross-jumping...
2016-05-06  Nathan Sidwellgimple.c (gimple_call_same_target_p): Unique functions...
2016-03-07  Tom de VriesSkip ubsan/asan internal fns with different location...
2016-02-11  Jakub Jelinekcgraph.c: Spelling fixes - behaviour -> behavior and...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-06  Jan Hubickatree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRE...
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-01  Trevor Saundersremove many typedefs
2015-09-30  Marek Polacekre PR tree-optimization/67690 (wrong code with -O2...
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-07-13  Aldy HernandezFix double word typos.
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Richard Sandifordcgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-18  Tom de VriesFix whitespace in tree-ssa-tail-merge.c
2015-05-05  David MalcolmFix indentation issues seen by -Wmisleading-indentation
2015-04-18  Trevor Saundersremove need for store_values_directly
2015-03-11  Marek Polacekre PR tree-optimization/65388 (Wrong comparison in...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-06  Tom de VriesFix typo in struct same_succ_def comment
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-10  Marc Glissereal.h (HONOR_NANS): Replace macro with 3 overloaded...
2014-11-27  Richard Bienerre PR middle-end/64088 (ICE: in fold_abs_const, at...
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-19  Tom de VriesFix tail-merge pass for dead type-unsafe code
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16  Andrew MacLeodfunction.h: Flatten file.
2014-10-09  Richard Bienerre PR tree-optimization/63380 (Wrong constant folding)
2014-08-01  Andi KleenConvert tree-ssa-tail-merge to inchash
2014-07-31  Richard Bienerre PR tree-optimization/61964 (krb5 database propagatio...
2014-07-25  Andi KleenAdd an abstract incremental hash data type
2014-06-24  Trevor SaundersRemove a layer of indirection from hash_table
2014-06-07  Eric Botcazoutree-ssa-tail-merge.c (same_succ_hash): Hash the static...
2014-06-06  Richard Bienercfgexpand.c (expand_gimple_cond): Remove check for...
2014-05-06  Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09  David MalcolmEliminate last_basic_block macro.
2013-12-09  David MalcolmEliminate BASIC_BLOCK macro.
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-21  Eric Botcazoutree-ssa-tail-merge.c (stmt_local_def): Return false...
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19  David MalcolmEliminate n_basic_blocks macro
2013-11-17  Andrew MacLeodgimple.h: Reorder prototypes to match .c declaration...
2013-11-14  Tom de VriesHandle GIMPLE_ASSIGNs with different vuse in gimple_equal_p
2013-11-14  Tom de VriesFactor out gimple_operand_equal_value_p from gimple_equal_p
2013-11-14  Tom de VriesAdd is_tm_ending
2013-11-14  Tom de VriesSimplify code in gimple_equal_p
2013-11-13  Andrew Macleodgimple-walk.h: New File.
2013-10-29  Teresa Johnsonre PR ipa/58862 (LTO profiledbootstrap failure: lto1...
2013-10-23  Tom de VriesAdd missing check in stmt_local_def for tail-merge.
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18  Teresa Johnsontree-ssa-tail-merge.c (replace_block_by): Update edge...
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-07-21  Mike StumpFix typos.
2013-04-29  Tom de VriesPreserve loops in tail-merge
2013-04-29  Tom de VriesUpdate tail-merge header comment.
2013-04-26  Richard Bienertree-cfg.c (execute_build_cfg): Build the loop tree.
2013-01-31  Richard Bienerre PR tree-optimization/56150 (ICE segfault in do_pre...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-09  Christian Brueltree-ssa-tail-merge.c (replace_block_by): Update bb2...
2012-11-06  Richard HendersonPrevent "illegal" block sharing within transactions.
2012-10-25  Lawrence CrowlChange hash_table to support a comparator type differen...
2012-10-25  Richard Bienerre PR target/54902 (, ICE (segfault) building on arm...
2012-08-17  Richard Guentherhash-table.h (class hash_table): Use a descriptor templ...
2012-08-15  Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
2012-08-14  Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-02  Richard Guentherre PR tree-optimization/50672 (ice: verify_ssa failed...
2012-08-01  Richard Guenthergraphite-clast-to-gimple.c (translate_clast_user):...
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-07-16  Dehao Chenrevert: tree.h (phi_arg_d): New field.
2012-07-10  Dehao Chentree.h (phi_arg_d): New field.
2012-07-06  Tom de Vriesre PR tree-optimization/52009 (Another missed tail...
2012-05-31  Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-04-14  Tom de Vriestree-ssa-tail-merge.c (stmt_local_def): New function...
2012-04-13  Tom de Vriestree-ssa-tail-merge.c (gsi_advance_bw_nondebug_nonlocal...
2012-04-11  Xinliang David LiRemove TODO_dump_func completely
2012-01-30  Jakub Jelinekre PR debug/52048 (-fcompare-debug failure with -O2...
2012-01-17  Jakub Jelinekre PR tree-optimization/51877 (XEmacs miscompilation...
2011-12-12  Torvald RiegelPrevent sharing of commit calls among transactions.
2011-11-15  Tom de Vriestree-ssa-tail-merge.c (replace_block_by): Add frequency...
2011-11-15  Tom de Vriesre PR tree-optimization/51005 (-ftree-tail-merge slows...
2011-11-01  Tom de Vriesre PR tree-optimization/50908 (building emacs-23.3...
2011-10-26  Tom de Vriesre PR tree-optimization/50763 (ICE: verify_gimple faile...
2011-10-23  Tom de Vriesre PR tree-optimization/50763 (ICE: verify_gimple faile...
2011-10-19  Tom de Vriesre PR tree-optimization/50769 (ICE: in phi_alternatives...
2011-10-18  Tom de Vriesre PR tree-optimization/50672 (ice: verify_ssa failed...
2011-09-27  Tom de Vriesre PR middle-end/43864 (Same basic blocks should be...