aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-21re PR middle-end/60291 (slow compile times for any mode (-O0/-O1/-O2) on larg...Richard Biener1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-9/+9
2013-12-09Eliminate last_basic_block macro.David Malcolm1-5/+5
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-21Add minimal line tables at -g1.Cary Coutant1-4/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-7/+7
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+6
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-26tree-ssa-live.c (var_map_base_init): Handle SSA names with DECL_IGNORED_P bas...Richard Biener1-2/+5
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-06-14gimple.h (gimple_can_coalesce_p): Prototype.Jeff Law1-2/+6
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-6/+28
2013-04-02re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek1-4/+12
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+37
2013-03-21tree-cfg.c (verify_expr_no_block): New function.Richard Biener1-14/+0
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-2/+2
2013-02-20tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener1-1/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-4/+4
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-4/+4
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-10-05re PR lto/54811 (tree code '�' is not supported in LTO streams)Richard Guenther1-0/+5
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-2/+3
2012-09-26tree-ssa-live.c (clear_unused_block_pointer): Use explicitit (void) for funct...Dehao Chen1-2/+2
2012-09-24re PR lto/54632 (not supported in LTO streams : tree code '�F ��D�� `)Richard Guenther1-5/+10
2012-09-19Integrate lexical block into source_location.Dehao Chen1-3/+50
2012-08-24tree-ssa-live.c (dump_var_map): Do not dump the partition map of virtual oper...Steven Bosscher1-1/+2
2012-08-17re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-31/+28
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-3/+3
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-9/+23
2012-08-07tree-dfa.c (set_ssa_default_def): Clear the SSA_NAME_DEFAULT_DEF bit of the o...Richard Guenther1-0/+7
2012-08-07tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into...Richard Guenther1-3/+0
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-1/+1
2012-08-02tree-ssa-live.c (set_is_used): Return a bool.Michael Matz1-54/+26
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-1/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-11/+1
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-53/+51
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-91/+2
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-4/+0
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-0/+4
2012-06-22tree-ssa-live.c (remove_unused_scope_block_p): Remove again DECL_IGNORED_P no...Eric Botcazou1-5/+2
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz1-0/+3
2012-05-24re PR bootstrap/53466 (Bootstrap failure)Richard Guenther1-4/+17