aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-8/+10
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-22add auto_vecTrevor Saunders1-7/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-8/+11
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+8
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+40
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-21/+1
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod1-25/+24
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-5/+5
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-26tree-into-ssa.c (rewrite_into_ssa): Make more SSA names to anonymous.Richard Biener1-4/+2
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-91/+57
2013-09-14tree-into-ssa.c (gate_into_ssa): New.Jan Hubicka1-1/+10
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-19/+35
2013-06-10tree-into-ssa.c (interesting_blocks): Make static.David Malcolm1-1/+1
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-46/+48
2013-03-06re PR tree-optimization/56294 (BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to boo...Richard Biener1-0/+18
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-10re PR bootstrap/55792 (Bad memory access with profiledbootstrap and LTO)Richard Biener1-13/+24
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-74/+66
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-5/+5
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-10/+10
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-11/+11
2012-08-22tree-ssa-loop-ch.c (copy_loop_headers): Remove redundant checking.Richard Guenther1-26/+25
2012-08-21tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free the affine expansio...Richard Guenther1-2/+2
2012-08-20tree-flow.h (register_new_name_mapping): Remove.Richard Guenther1-35/+29
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther1-12/+11
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-57/+0
2012-08-14tree-into-ssa.c: Include diagnostic-core.h.Richard Guenther1-0/+1
2012-08-14tree-into-ssa.c (update_ssa): Verify we do not rename symbols that are alread...Richard Guenther1-0/+24
2012-08-10tree-ssa-pre.c (alloc_expression_id): Fix use of VEC_reserve.Steven Bosscher1-22/+32
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-1/+21
2012-08-09calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l...Steven Bosscher1-4/+6
2012-08-08re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-12/+13
2012-08-08tree-ssa-operands.h (virtual_operand_p): Declare.Richard Guenther1-5/+3
2012-08-07tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into...Richard Guenther1-5/+20
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-4/+2
2012-08-02tree-into-ssa.c (struct common_info_d): New struct.Richard Guenther1-102/+83
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-18/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-6/+2
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-29/+26
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-8/+4
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-54/+105
2012-07-31tree-flow.h (struct var_ann_d): Remove need_phi_state and current_def members.Richard Guenther1-126/+132
2012-07-30tree-into-ssa.c (mark_def_sites): Also process virtual operands.Richard Guenther1-13/+8