]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-into-ssa.c
gcc/ada/ChangeLog:
[thirdparty/gcc.git] / gcc / tree-into-ssa.c
2019-05-17  mseborgcc/ada/ChangeLog:
2019-05-15  rguenth2019-05-15 Richard Biener <rguenther@suse.de>
2019-03-14  rguenth2019-03-14 Richard Biener <rguenther@suse.de>
2019-01-01  jakub Update copyright years.
2018-11-13  dmalcolmEliminate source_location in favor of location_t
2018-08-29  rguenth2018-08-29 Richard Biener <rguenther@suse.de>
2018-02-01  rguenth2018-02-01 Richard Biener <rguenther@suse.de>
2018-01-03  jakub Update copyright years.
2017-10-06  rguenth2017-10-06 Richard Biener <rguenther@suse.de>
2017-08-08  marxin.
2017-05-16  marxinAdd default value for last argument of dump functions.
2017-02-14  rguenth2017-02-14 Richard Biener <rguenther@suse.de>
2017-01-23  marxinuse-after-scope: handle writes to a poisoned variable
2017-01-01  jakub Update copyright years.
2016-11-18  rsandifoAdd SET_DECL_MODE
2016-11-14  rguenth2016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>
2016-10-09  jakub * tree-ssa.c (target_for_debug_bind, verify_phi_args,
2016-09-15  kuganIterator to visit SSA
2016-08-18  rguenth2016-08-18 Richard Biener <rguenther@suse.de>
2016-08-17  rguenth2016-08-17 Richard Biener <rguenther@suse.de>
2016-07-26  tbsaundeuse auto_sbitmap in various places
2016-05-03  rguenth2016-05-03 Richard Biener <rguenther@suse.de>
2016-01-04  jakub Update copyright years.
2015-12-10  law2015-12-10 Jeff Law <law@redhat.com>
2015-11-09  law[PATCH] Minor refactoring in tree-ssanames.c & freelist...
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-28  law[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-01  tbsaunderemove many typedefs
2015-09-20  tbsaundeswitch from gimple to gimple*
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-04-18  tbsaunderemove need for store_values_directly
2015-01-15  prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-11-19  dmalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-03  glisse2014-11-03 Marc Glisse <marc.glisse@inria.fr>
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-17  glisse2014-10-17 Marc Glisse <marc.glisse@inria.fr>
2014-10-16  amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-10-16  vriesAssert no use with SSA_NAME_IN_FREELIST before using...
2014-07-09  tbsaunderemove has_execute
2014-06-24  tbsaundeallow storing values directly in hash tables
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-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-13  mrsMerge in trunk.
2013-12-09  dmalcolmEliminate FOR_EACH_BB macro.
2013-12-09  dmalcolmEliminate last_basic_block macro.
2013-12-09  dmalcolmEliminate BASIC_BLOCK macro.
2013-12-04  rsandifoMerge with trunk.
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-22  rsandifoMerge with trunk.
2013-11-22  tbsaundeadd auto_vec
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-18  rsandifoMerge from trunk.
2013-11-17  amacleod * gimple.h: Reorder prototypes to match .c declaration...
2013-11-16  mrsMerge in trunk.
2013-11-13  amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-11-04  mrsMerge in trunk.
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-20  mrsMerge in trunk.
2013-10-02  amacleod * tree-flow.h: Remove some prototypes.
2013-10-02  amacleod * tree-flow.h: Include new .h files. Move prototypes.
2013-10-01  amacleod * tree-into-ssa.c (enum need_phi_state): Relocate...
2013-09-30  rsandifogcc/
2013-09-28  rsandifogcc/
2013-09-26  rguenth2013-09-26 Richard Biener <rguenther@suse.de>
2013-09-20  mrsMerge in trunk.
2013-09-18  law * compare-elim.c (find_comparison_dom_walker): New...
2013-09-14  hubicka * tree-into-ssa.c (gate_into_ssa): New.
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-06-10  dmalcolm * tree-into-ssa.c (interesting_blocks): Make static.
2013-04-23  crowlThis patch extracts approved portions of the hash_table...
2013-03-06  rguenth2013-03-06 Richard Biener <rguenther@suse.de>
2013-01-10  rsandifoUpdate copyright years in gcc/
2013-01-10  rguenth2013-01-10 Richard Biener <rguenther@suse.de>
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-08-22  rguenth2012-08-22 Richard Guenther <rguenther@suse.de>
2012-08-21  rguenth2012-08-21 Richard Guenther <rguenther@suse.de>
2012-08-20  rguenth2012-08-20 Richard Guenther <rguenther@suse.de>
2012-08-16  rguenth2012-08-16 Richard Guenther <rguenther@suse.de>
2012-08-16  steven PR middle-end/54146
next