summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.David Malcolm2013-12-091-9/+10
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-8/+10
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+5
* add auto_vecTrevor Saunders2013-11-221-7/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-8/+11
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod2013-11-171-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+8
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-0/+40
* tree-flow.h: Include new .h files.Andrew Macleod2013-10-021-21/+1
* tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod2013-10-011-25/+24
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-5/+5
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* tree-into-ssa.c (rewrite_into_ssa): Make more SSA names to anonymous.Richard Biener2013-09-261-4/+2
* compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders2013-09-171-91/+57
* tree-into-ssa.c (gate_into_ssa): New.Jan Hubicka2013-09-141-1/+10
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-19/+35
* tree-into-ssa.c (interesting_blocks): Make static.David Malcolm2013-06-101-1/+1
* This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl2013-04-231-46/+48
* re PR tree-optimization/56294 (BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to boo...Richard Biener2013-03-061-0/+18
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR bootstrap/55792 (Bad memory access with profiledbootstrap and LTO)Richard Biener2013-01-101-13/+24
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-74/+66
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-5/+5
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-10/+10
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-11/+11
* tree-ssa-loop-ch.c (copy_loop_headers): Remove redundant checking.Richard Guenther2012-08-221-26/+25
* tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free the affine expansio...Richard Guenther2012-08-211-2/+2
* tree-flow.h (register_new_name_mapping): Remove.Richard Guenther2012-08-201-35/+29
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther2012-08-161-12/+11
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-161-57/+0
* tree-into-ssa.c: Include diagnostic-core.h.Richard Guenther2012-08-141-0/+1
* tree-into-ssa.c (update_ssa): Verify we do not rename symbols that are alread...Richard Guenther2012-08-141-0/+24
* tree-ssa-pre.c (alloc_expression_id): Fix use of VEC_reserve.Steven Bosscher2012-08-101-22/+32
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-1/+21
* calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l...Steven Bosscher2012-08-091-4/+6
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-081-12/+13
* tree-ssa-operands.h (virtual_operand_p): Declare.Richard Guenther2012-08-081-5/+3
* tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into...Richard Guenther2012-08-071-5/+20
* gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther2012-08-071-4/+2
* tree-into-ssa.c (struct common_info_d): New struct.Richard Guenther2012-08-021-102/+83
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-18/+1
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-6/+2
* tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz2012-08-011-29/+26
* graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther2012-08-011-8/+4
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-54/+105