summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* use auto_sbitmap in various placestbsaunde2016-07-261-2/+1
* 2016-05-03 Richard Biener <rguenther@suse.de>rguenth2016-05-031-0/+8
* Update copyright years.jakub2016-01-041-1/+1
* 2015-12-10 Jeff Law <law@redhat.com>law2015-12-101-7/+12
* [PATCH] Minor refactoring in tree-ssanames.c & freelists verifierlaw2015-11-091-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-17/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-8/+8
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-50/+50
* remove many typedefstbsaunde2015-10-011-50/+38
* switch from gimple to gimple*tbsaunde2015-09-201-26/+28
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-18/+5
* gcc/rsandifo2015-06-251-3/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* remove need for store_values_directlytbsaunde2015-04-181-1/+0
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-2/+13
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-28/+30
* 2014-11-03 Marc Glisse <marc.glisse@inria.fr>glisse2014-11-031-12/+30
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-2/+6
* 2014-10-17 Marc Glisse <marc.glisse@inria.fr>glisse2014-10-171-2/+2
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+6
* Assert no use with SSA_NAME_IN_FREELIST before using freelist.vries2014-10-161-0/+39
* remove has_executetbsaunde2014-07-091-1/+0
* allow storing values directly in hash tablestbsaunde2014-06-241-6/+7
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-16/+17
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+1
* pass cfun to pass::executetbsaunde2014-04-171-43/+43
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-10/+6
* remove has_gatetbsaunde2014-04-171-1/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.dmalcolm2013-12-091-9/+10
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-8/+10
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+5
* add auto_vectbsaunde2013-11-221-7/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-8/+11
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* * gimple.h: Reorder prototypes to match .c declaration order, and removeamacleod2013-11-171-0/+1
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-2/+8
* * tree-flow.h: Remove some prototypes.amacleod2013-10-021-0/+40
* * tree-flow.h: Include new .h files. Move prototypes.amacleod2013-10-021-21/+1
* * tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.amacleod2013-10-011-25/+24
* gcc/rsandifo2013-09-301-5/+5
* gcc/rsandifo2013-09-281-2/+2
* 2013-09-26 Richard Biener <rguenther@suse.de>rguenth2013-09-261-4/+2
* * compare-elim.c (find_comparison_dom_walker): New classlaw2013-09-181-91/+57