summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
Commit message (Expand)AuthorAgeFilesLines
* tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener2013-02-201-4/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-14/+14
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-14/+14
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+3
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-4/+4
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-4/+4
* graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther2012-08-011-7/+8
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-3/+1
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-1/+3
* re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou2012-06-151-2/+4
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-3/+1
* tree-flow.h (is_hidden_global_store): Remove.Richard Guenther2012-04-271-1/+1
* tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.Richard Henderson2012-02-101-0/+7
* re PR tree-optimization/51692 (ICE on several valgrind tests)Richard Guenther2012-01-031-22/+29
* re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek2011-12-011-0/+20
* gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz2011-11-081-6/+12
* re PR tree-optimization/50672 (ice: verify_ssa failed: no immediate_use list)Tom de Vries2011-10-181-14/+23
* re PR middle-end/50527 (inconsistent vla align)Tom de Vries2011-10-071-0/+4
* re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)Richard Guenther2011-09-081-0/+63
* re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)Richard Guenther2011-09-081-10/+22
* re PR target/47025 (Dead stores in variadic functions not eliminated)Richard Guenther2011-09-061-0/+1
* re PR middle-end/43513 (The stack pointer is adjusted twice)Tom de Vries2011-07-301-0/+3
* builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.Jakub Jelinek2011-06-271-1/+2
* tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...Jakub Jelinek2011-06-221-0/+2
* re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek2011-06-221-2/+3
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+3
* re PR tree-optimization/49115 (invalid return value optimization (?) when exc...Richard Guenther2011-05-231-1/+8
* re PR middle-end/48590 (Alias analysis confused by builtin-stack-save/restore)Richard Guenther2011-04-141-1/+4
* tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law2011-03-311-8/+0
* re PR tree-optimization/41490 (tree-ssa-sink does not really work)Richard Guenther2011-03-151-1/+2
* re PR tree-optimization/46498 (ICE: in eliminate_unnecessary_stmts, at tree-s...Richard Guenther2010-11-171-0/+2
* re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...Jakub Jelinek2010-08-261-3/+3
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-0/+3
* tree-ssa-dce.c (mark_last_stmt_necessary): New function.Eric Botcazou2010-06-051-29/+34
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-2/+2
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-8/+1
* re PR tree-optimization/42906 (Empty loop not removed)Jan Hubicka2010-04-061-12/+101
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR tree-optimization/42717 (ice: verify_ssa failed)Richard Guenther2010-01-201-50/+15
* tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.Richard Guenther2010-01-171-1/+1
* tree-ssa-dce.c (nr_walks): New variable.Richard Guenther2009-11-261-4/+12
* tree-ssa-dce.c (perform_tree_ssa_dce): Allocate visited bitmap.Richard Guenther2009-11-261-0/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-11/+11
* re PR tree-optimization/42142 (DCE miscompiles a certain quicksort implementa...Richard Guenther2009-11-241-4/+10
* tree-ssa-dce.c (eliminate_unnecessary_stmts): Don't regard the removal of a d...Alexandre Oliva2009-10-201-1/+2
* re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva2009-10-121-14/+12