aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-23tree-dfa.c (add_referenced_var_1): Do not add global vars.Richard Biener1-62/+44
2012-05-21tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for more referenced...Richard Guenther1-1/+2
2011-12-03re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek1-9/+1
2011-12-01re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek1-2/+10
2011-11-17re PR tree-optimization/50644 (ICE in set_is_used added today)Michael Matz1-2/+4
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-0/+42
2011-04-27Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...Richard Guenther1-2/+1
2011-04-20remove useless if-before-free testsJim Meyering1-4/+2
2011-03-24tree-ssa-live.c (remove_unused_scope_block_p): Remove set but unused variable...Jeff Law1-6/+3
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-2/+2
2011-02-02re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-11/+9
2011-01-21tree-ssa-live.c (remove_unused_scope_block_p): Don't remove DECL_IGNORED_P no...Jakub Jelinek1-2/+5
2011-01-20re PR tree-optimization/46583 (-fcompare-debug failure with -O -fno-inline -f...Alexandre Oliva1-5/+10
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-0/+4
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-3/+1