index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
tree-ssa-dce.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-27
builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
Jakub Jelinek
1
-1
/
+2
2011-06-22
tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...
Jakub Jelinek
1
-0
/
+2
2011-06-22
re PR debug/47858 (IPA-SRA decreases quality of debug info)
Jakub Jelinek
1
-2
/
+3
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-3
/
+3
2011-05-23
re PR tree-optimization/49115 (invalid return value optimization (?) when exc...
Richard Guenther
1
-1
/
+8
2011-04-14
re PR middle-end/48590 (Alias analysis confused by builtin-stack-save/restore)
Richard Guenther
1
-1
/
+4
2011-03-31
tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...
Jeff Law
1
-8
/
+0
2011-03-15
re PR tree-optimization/41490 (tree-ssa-sink does not really work)
Richard Guenther
1
-1
/
+2
2010-11-17
re PR tree-optimization/46498 (ICE: in eliminate_unnecessary_stmts, at tree-s...
Richard Guenther
1
-0
/
+2
2010-08-26
re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...
Jakub Jelinek
1
-3
/
+3
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-0
/
+3
2010-06-05
tree-ssa-dce.c (mark_last_stmt_necessary): New function.
Eric Botcazou
1
-29
/
+34
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-1
/
+0
2010-05-25
function.h (struct function): Add can_throw_non_call_exceptions bit.
Eric Botcazou
1
-2
/
+2
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-0
/
+2
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-8
/
+1
2010-04-06
re PR tree-optimization/42906 (Empty loop not removed)
Jan Hubicka
1
-12
/
+101
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-01-20
re PR tree-optimization/42717 (ice: verify_ssa failed)
Richard Guenther
1
-50
/
+15
2010-01-17
tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.
Richard Guenther
1
-1
/
+1
2009-11-26
tree-ssa-dce.c (nr_walks): New variable.
Richard Guenther
1
-4
/
+12
2009-11-26
tree-ssa-dce.c (perform_tree_ssa_dce): Allocate visited bitmap.
Richard Guenther
1
-0
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-11
/
+11
2009-11-24
re PR tree-optimization/42142 (DCE miscompiles a certain quicksort implementa...
Richard Guenther
1
-4
/
+10
2009-10-20
tree-ssa-dce.c (eliminate_unnecessary_stmts): Don't regard the removal of a d...
Alexandre Oliva
1
-1
/
+2
2009-10-12
re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...
Alexandre Oliva
1
-14
/
+12
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-13
/
+9
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-13
/
+85
2009-07-30
Add source_location support to PHI arguments.
Andrew MacLeod
1
-3
/
+10
2009-07-28
re PR tree-optimization/40759 (segfault in useless_type_conversion_p)
Jan Hubicka
1
-3
/
+0
2009-07-19
tree-ssa-dce.c (remove_dead_phis): Only look for abnormal PHIs when handling ...
Jan Hubicka
1
-1
/
+2
2009-07-19
re PR tree-optimization/40676 (internal compiler error: verify_ssa error: def...
Jan Hubicka
1
-2
/
+4
2009-07-03
loop-24.c: Update dump file matching; enable -O2.
Jan Hubicka
1
-27
/
+105
2009-07-02
tree-ssa-dce.c (bb_contains_live_stmts): New bitmap.
Jan Hubicka
1
-48
/
+151
2009-07-01
re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)
Richard Guenther
1
-0
/
+11
2009-06-30
tree-ssa-dce.c (mark_all_reaching_defs_necessary_1): Always continue walking.
Richard Guenther
1
-15
/
+7
2009-06-30
tree-ssa-alias.c (walk_aliased_vdefs_1): Change interface to use ao_ref refer...
Richard Guenther
1
-21
/
+15
2009-05-24
tree-ssa-operands.h (push_stmt_changes, [...]): Delete.
Paolo Bonzini
1
-2
/
+1
2009-05-22
re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)
Richard Guenther
1
-1
/
+0
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-24
/
+307
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-120
/
+122
2008-05-20
tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.
Richard Guenther
1
-14
/
+14
2008-05-20
Revert r135493 & r135463
Xinliang David Li
1
-641
/
+6
2008-05-18
comment/style fixes
Xinliang David Li
1
-41
/
+46
2008-05-17
Check in tree-dce enh to trunk
Xinliang David Li
1
-6
/
+636
2008-03-19
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
Jan Hubicka
1
-9
/
+15
2008-03-18
tree-pretty-print.c: Include predict.h.
Jan Hubicka
1
-1
/
+1
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-4
/
+3
2007-06-12
re PR libstdc++/29286 (placement new does not change the dynamic type as it s...
Ian Lance Taylor
1
-1
/
+3
2007-05-28
tree-ssa-dce.c (eliminate_unnecessary_stmts): Release LHS SSA name when we re...
Daniel Berlin
1
-0
/
+2
[next]