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/existing-fp8
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-live.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-27
Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...
Richard Guenther
1
-2
/
+1
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-4
/
+2
2011-03-24
tree-ssa-live.c (remove_unused_scope_block_p): Remove set but unused variable...
Jeff Law
1
-6
/
+3
2011-02-15
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-2
/
+2
2011-02-02
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-11
/
+9
2011-01-21
tree-ssa-live.c (remove_unused_scope_block_p): Don't remove DECL_IGNORED_P no...
Jakub Jelinek
1
-2
/
+5
2011-01-20
re PR tree-optimization/46583 (-fcompare-debug failure with -O -fno-inline -f...
Alexandre Oliva
1
-5
/
+10
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-17
timevar.def (TV_IPA_OPT, [...]): New.
Michael Matz
1
-0
/
+4
2010-10-11
vec.h (VEC_qsort): Define.
Nathan Froyd
1
-3
/
+1
2010-09-03
tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
Richard Guenther
1
-3
/
+3
2010-08-30
re PR debug/45419 (-fcompare-debug failure at -O3)
Jakub Jelinek
1
-1
/
+1
2010-08-30
re PR tree-optimization/45449 (-fcompare-debug failure with -O2 -fno-tree-pre...
Richard Guenther
1
-7
/
+2
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-1
/
+1
2010-08-19
cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.
Nathan Froyd
1
-5
/
+2
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-4
/
+4
2010-07-13
re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)
Joern Rennecke
1
-0
/
+91
2010-07-13
re PR debug/44901 (-fcompare-debug failure for tree-predcom.c)
Jakub Jelinek
1
-14
/
+25
2010-07-10
re PR debug/44832 (-fcompare-debug failure for C++ i386.c)
Richard Guenther
1
-0
/
+21
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-07-06
vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
Nathan Froyd
1
-28
/
+22
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-1
/
+0
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
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
-2
/
+4
2009-12-01
final.c (rest_of_clean_state): If -fcompare-debug is given dump final insns w...
Richard Guenther
1
-11
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-33
/
+33
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-0
/
+5
2009-08-27
gengtype.c (main): Handle uint64_t.
Richard Guenther
1
-0
/
+9
2009-07-02
tree-ssa-live.c (remove_unused_locals): Do not remove heap variables.
Richard Guenther
1
-0
/
+1
2009-06-05
re PR middle-end/40340 (Fortification warning no longer emitted in inlines)
Jakub Jelinek
1
-1
/
+19
2009-06-04
tree-ssa-live.c (remove_unused_scope_block_p): Keep variables that have value...
Alexandre Oliva
1
-0
/
+11
2009-05-28
tree-ssa-live.c (remove_unused_locals): Skip when not optimizing.
Alexandre Oliva
1
-4
/
+8
2009-05-27
tree-ssa-live.c (dump_scope_block): Document arguments.
Diego Novillo
1
-1
/
+17
2009-04-26
Expand from SSA.
Michael Matz
1
-66
/
+9
2009-04-17
dbxout.c (dbxout_block): Reinstate test on TREE_USED.
Eric Botcazou
1
-0
/
+2
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-2
/
+0
2009-03-17
re PR debug/39474 (DW_AT_location missing for unused variables even at -O0)
Jakub Jelinek
1
-3
/
+3
2009-03-01
re PR debug/39267 (gdb testsuite regressions)
Jan Hubicka
1
-1
/
+9
2009-02-27
re PR debug/39267 (gdb testsuite regressions)
Jan Hubicka
1
-21
/
+62
2009-02-23
re PR tree-optimization/37709 (inlining causes explosion in debug info)
Jan Hubicka
1
-13
/
+57
2009-02-10
re PR target/39139 (ICE with stringop and register var)
Jakub Jelinek
1
-1
/
+7
2008-10-09
tree-ssa-live.c (remove_unused_locals): Mark all edge's goto_block as used.
Jakub Jelinek
1
-0
/
+6
2008-09-06
re PR tree-optimization/14703 (Inadequate optimization of inline templated fu...
Jan Hubicka
1
-0
/
+7
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-45
/
+66
2008-07-20
cgraph.c (cgraph_add_new_function): Do early local passes.
Jan Hubicka
1
-4
/
+8
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-2
/
+3
2008-04-18
except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...
Jan Hubicka
1
-5
/
+5
2007-11-26
tree-ssa-live.c (remove_unused_scope_block_p): Drop declarations and blocks o...
Alexandre Oliva
1
-3
/
+13
2007-10-12
re PR tree-optimization/33645 (undefined static variable in vortex for -fno-u...
Jakub Jelinek
1
-14
/
+59
2007-10-02
Revert patches that should have been installed in the vta branch only.
Alexandre Oliva
1
-4
/
+35
[next]