aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-29re PR tree-optimization/58246 (wrong code at -O1 and above)Richard Biener1-0/+5
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-52/+108
2013-07-21Fix typos.Mike Stump1-1/+1
2013-02-20tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener1-4/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-14/+14
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-14/+14
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-4/+4
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-4/+4
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-7/+8
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/+1
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-1/+3
2012-06-15re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou1-2/+4
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-3/+1
2012-04-27tree-flow.h (is_hidden_global_store): Remove.Richard Guenther1-1/+1
2012-02-10tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.Richard Henderson1-0/+7
2012-01-03re PR tree-optimization/51692 (ICE on several valgrind tests)Richard Guenther1-22/+29
2011-12-01re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek1-0/+20
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-6/+12
2011-10-18re PR tree-optimization/50672 (ice: verify_ssa failed: no immediate_use list)Tom de Vries1-14/+23
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-0/+4
2011-09-08re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)Richard Guenther1-0/+63
2011-09-08re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)Richard Guenther1-10/+22
2011-09-06re PR target/47025 (Dead stores in variadic functions not eliminated)Richard Guenther1-0/+1
2011-07-30re PR middle-end/43513 (The stack pointer is adjusted twice)Tom de Vries1-0/+3
2011-06-27builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.Jakub Jelinek1-1/+2
2011-06-22tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...Jakub Jelinek1-0/+2
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-2/+3
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+3
2011-05-23re PR tree-optimization/49115 (invalid return value optimization (?) when exc...Richard Guenther1-1/+8
2011-04-14re PR middle-end/48590 (Alias analysis confused by builtin-stack-save/restore)Richard Guenther1-1/+4
2011-03-31tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law1-8/+0
2011-03-15re PR tree-optimization/41490 (tree-ssa-sink does not really work)Richard Guenther1-1/+2
2010-11-17re PR tree-optimization/46498 (ICE: in eliminate_unnecessary_stmts, at tree-s...Richard Guenther1-0/+2
2010-08-26re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...Jakub Jelinek1-3/+3
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-0/+3
2010-06-05tree-ssa-dce.c (mark_last_stmt_necessary): New function.Eric Botcazou1-29/+34
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-2/+2
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-8/+1
2010-04-06re PR tree-optimization/42906 (Empty loop not removed)Jan Hubicka1-12/+101
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-20re PR tree-optimization/42717 (ice: verify_ssa failed)Richard Guenther1-50/+15
2010-01-17tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.Richard Guenther1-1/+1
2009-11-26tree-ssa-dce.c (nr_walks): New variable.Richard Guenther1-4/+12
2009-11-26tree-ssa-dce.c (perform_tree_ssa_dce): Allocate visited bitmap.Richard Guenther1-0/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-11/+11