Backport from GCC mainline.
[platform/upstream/linaro-gcc.git] / gcc / dse.c
2016-12-13 Yvan RouxMerge branches/gcc-6-branch rev 243594.
2016-04-05 rguenth2016-04-05 Richard Biener <rguenther@suse.de>
2016-04-04 rguenth2016-04-04 Richard Biener <rguenther@suse.de>
2016-02-26 jakub PR rtl-optimization/69891
2016-01-19 jakub PR rtl-optimization/68955
2016-01-04 jakub Update copyright years.
2015-10-30 amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29 amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-09-16 miyukiShare memory blocks between pool allocators
2015-09-13 tbsaundedse.c: remove some typedefs that hide pointerness
2015-08-19 tbsaunderemove more useless typedefs
2015-08-12 tbsaundeRevert "replace several uses of the anon namespace...
2015-08-11 tbsaundereplace several uses of the anon namespace with GCC_FINAL
2015-07-16 marxinAdd new object_allocator and clean-up allocator usage.
2015-07-13 aldyhFix double word typos.
2015-07-10 amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-08 amodra * target.def (rtx_costs): Remove "code" param, add...
2015-07-08 amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-25 rsandifogcc/
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04 amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-06-01 marxinChange use to type-based pool allocator in dse.c.
2015-05-20 miyukiPromote types of RTL expressions to more derived ones.
2015-05-19 rsandifogcc/
2015-05-19 rsandifogcc/
2015-05-07 rsandifogcc/
2015-04-18 tbsaunderemove need for store_values_directly
2015-01-22 wmi2015-01-22 Wei Mi <wmi@google.com>
2015-01-21 jakub PR rtl-optimization/62078
2015-01-15 prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09 prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-08 jakub PR target/55023
2015-01-05 jakub Update copyright years.
2014-12-22 danglin PR target/55023
2014-11-01 amacleod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29 rsandifogcc/ada/
2014-10-27 amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-09-22 hubicka * tree-ssa-ccp.c (prop_value_d): Rename to ...
2014-08-28 dmalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28 rsandifogcc/
2014-08-28 rsandifogcc/
2014-08-26 dmalcolmTweak to dse.c
2014-08-26 dmalcolmcselib and incdec
2014-08-07 tbsaunderemove pointer-set.[ch]
2014-08-07 tbsaundeconvert the rest of the users of pointer_map to hash_map
2014-07-09 tbsaunderemove has_execute
2014-06-24 tbsaundeRemove a layer of indirection from hash_table
2014-05-06 mrsMerge in trunk.
2014-05-06 rguenth2014-05-06 Richard Biener <rguenther@suse.de>
2014-04-22 rsandifoMerge from trunk.
2014-04-17 tbsaundepass cfun to pass::execute
2014-04-17 tbsaundepass current function to opt_pass::gate ()
2014-04-17 tbsaunderemove has_gate
2014-04-02 mrsMerge in trunk.
2014-03-11 rsandifogcc/
2014-01-03 mrsMerge in trunk.
2014-01-02 rsandifoUpdate copyright years in gcc/
2013-12-13 mrsMerge in trunk.
2013-12-09 dmalcolmEliminate FOR_ALL_BB macro.
2013-12-09 dmalcolmEliminate FOR_EACH_BB macro.
2013-12-09 dmalcolmEliminate last_basic_block macro.
2013-12-04 rsandifoMerge with trunk.
2013-11-22 amacleod * gimple.h: Remove all includes.
2013-11-20 rsandifoMerge from trunk.
2013-11-19 dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 dnovilloFactor unrelated declarations out of tree.h.
2013-11-04 mrsMerge in trunk.
2013-10-23 amacleod * tree-ssa.h: Remove all #include's
2013-10-20 mrsMerge in trunk.
2013-09-28 rsandifogcc/
2013-09-20 mrsMerge in trunk.
2013-09-12 amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-08-05 dmalcolmAutomated conversion of passes to C++ classes
2013-04-10 rguenth2013-04-10 Richard Biener <rguenther@suse.de>
2013-03-30 crowlIn dse.c, remove alias hash tables that are never set.
2013-03-09 steven * dse.c (delete_dead_store_insn): Respect TDF_DETAILS.
2013-01-10 rsandifoUpdate copyright years in gcc/
2013-01-10 mrs * dse.c (record_store): Remove unnecessary assert.
2012-11-28 jakub PR other/55358
2012-11-26 hp PR middle-end/55030
2012-11-18 dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 crowlThis patch renames sbitmap iterators to unify them...
2012-11-01 crowlThis patch normalizes more bitmap function names.
2012-11-01 singhai2012-11-01 Sharad Singhai <singhai@google.com>
2012-10-30 crowlThis patch implements the unification of the *bitmap...
2012-10-25 crowlChange hash_table to support a comparator type differen...
2012-10-16 ebotcazou PR rtl-optimization/54870
2012-10-16 steven * rtl.h (get_call_rtx_from): New prototype.
2012-10-09 crowlChange more non-GTY hash tables to use the new type...
2012-09-14 ebotcazou PR rtl-optimization/44194
2012-08-23 zadeck2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>
2012-08-18 steven PR middle-end/54313
2012-08-17 steven PR middle-end/54146
2012-07-16 stevengcc/
2012-06-15 ebotcazou PR middle-end/53590
2012-05-31 steven * Makefile.in: Fix many dependencies.
2012-05-29 jsm28 * LANGUAGES: Fix typos.
2012-05-09 rsandifogcc/
2012-05-05 rsandifogcc/
next