aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-27tree-cfg.c (gimple_can_merge_blocks_p): Do more fine-grained check whether SS...Richard Guenther1-94/+28
2012-07-27tree-into-ssa.c (def_blocks_p): New typedef.Richard Guenther1-27/+31
2012-07-27invoke.texi (min-virtual-mappings, [...]): Remove param documentation.Richard Guenther1-141/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-3/+2
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-2/+3
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-22tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther1-1/+1
2012-05-16tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Remove set-only ...Richard Guenther1-20/+0
2012-02-24tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.Bernhard Reutner-Fischer1-2/+2
2011-12-21tree-into-ssa.c (rewrite_update_stmt): Do not dump extra newlines.Martin Jambor1-8/+9
2011-07-04re PR debug/49602 (verify_ssa failed (definition does not dominate use) with ...Jakub Jelinek1-1/+35
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-8/+90
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+1
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-3/+3
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+1
2011-01-19re PR debug/46240 (ice in maybe_register_def)Alexandre Oliva1-5/+21