summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Squash commit of EH in gimpleRichard Henderson2009-09-141-13/+9
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-13/+85
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-3/+10
* re PR tree-optimization/40759 (segfault in useless_type_conversion_p)Jan Hubicka2009-07-281-3/+0
* tree-ssa-dce.c (remove_dead_phis): Only look for abnormal PHIs when handling ...Jan Hubicka2009-07-191-1/+2
* re PR tree-optimization/40676 (internal compiler error: verify_ssa error: def...Jan Hubicka2009-07-191-2/+4
* loop-24.c: Update dump file matching; enable -O2.Jan Hubicka2009-07-031-27/+105
* tree-ssa-dce.c (bb_contains_live_stmts): New bitmap.Jan Hubicka2009-07-021-48/+151
* re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)Richard Guenther2009-07-011-0/+11
* tree-ssa-dce.c (mark_all_reaching_defs_necessary_1): Always continue walking.Richard Guenther2009-06-301-15/+7
* tree-ssa-alias.c (walk_aliased_vdefs_1): Change interface to use ao_ref refer...Richard Guenther2009-06-301-21/+15
* tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini2009-05-241-2/+1
* re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2009-05-221-1/+0
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-24/+307