summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * tree-into-ssa.c (gate_into_ssa): New.hubicka2013-09-141-1/+10
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-19/+35
* * tree-into-ssa.c (interesting_blocks): Make static.dmalcolm2013-06-101-1/+1
* This patch extracts approved portions of the hash_table patches tocrowl2013-04-231-46/+48
* 2013-03-06 Richard Biener <rguenther@suse.de>rguenth2013-03-061-0/+18
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* 2013-01-10 Richard Biener <rguenther@suse.de>rguenth2013-01-101-13/+24
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-74/+66
* This patch renames sbitmap iterators to unify them with the bitmap iterators.crowl2012-11-011-5/+5
* This patch normalizes more bitmap function names.crowl2012-11-011-10/+10
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-11/+11
* 2012-08-22 Richard Guenther <rguenther@suse.de>rguenth2012-08-221-26/+25
* 2012-08-21 Richard Guenther <rguenther@suse.de>rguenth2012-08-211-2/+2
* 2012-08-20 Richard Guenther <rguenther@suse.de>rguenth2012-08-201-35/+29
* 2012-08-16 Richard Guenther <rguenther@suse.de>rguenth2012-08-161-12/+11
* PR middle-end/54146steven2012-08-161-57/+0
* 2012-08-14 Richard Guenther <rguenther@suse.de>rguenth2012-08-141-0/+1
* 2012-08-14 Richard Guenther <rguenther@suse.de>rguenth2012-08-141-0/+24
* * tree-ssa-pre.c (alloc_expression_id): Fix use of VEC_reserve.steven2012-08-101-22/+32
* 2012-08-10 Richard Guenther <rguenther@suse.de>rguenth2012-08-101-1/+21
* * calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZEsteven2012-08-091-4/+6
* PR middle-end/54146steven2012-08-081-12/+13
* 2012-08-08 Richard Guenther <rguenther@suse.de>rguenth2012-08-081-5/+3
* 2012-08-07 Richard Guenther <rguenther@suse.de>rguenth2012-08-071-5/+20
* 2012-08-07 Richard Guenther <rguenther@suse.de>rguenth2012-08-071-4/+2
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-102/+83
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-18/+1
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-6/+2
* * tree-complex.c (init_parameter_lattice_values): Don't call var_ann.matz2012-08-011-29/+26
* 2012-08-01 Richard Guenther <rguenther@suse.de>rguenth2012-08-011-8/+4
* 2012-08-01 Richard Guenther <rguenther@suse.de>rguenth2012-08-011-54/+105