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-sccvn.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-1
/
+7
2013-11-22
add auto_vec
Trevor Saunders
1
-7
/
+2
2013-11-20
cuintp.c (UI_From_gnu): Use tree_to_shwi.
Kenneth Zadeck
1
-15
/
+15
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+3
2013-11-19
Eliminate n_basic_blocks macro
David Malcolm
1
-2
/
+3
2013-11-18
re PR middle-end/59125 (gcc triggers wrong strncpy_chk)
Richard Biener
1
-2
/
+10
2013-11-18
c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.
Richard Sandiford
1
-1
/
+1
2013-11-18
decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.
Richard Sandiford
1
-8
/
+8
2013-11-18
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
Richard Sandiford
1
-6
/
+6
2013-11-14
gimplify-be.h: New file.
Andrew MacLeod
1
-0
/
+1
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
1
-1
/
+1
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-2
/
+6
2013-10-02
tree-flow.h: Remove some prototypes.
Andrew MacLeod
1
-1
/
+0
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-05-27
revert: re PR rtl-optimization/57381 (array of volatile pointers hangs gcc)
Richard Biener
1
-2
/
+13
2013-05-24
re PR tree-optimization/57385 ([tree-ssa] Possible segfault in fully_constant...
Alexander Ivchenko
1
-0
/
+1
2013-05-07
double-int.h (rshift): New overload.
Richard Biener
1
-20
/
+10
2013-04-23
This patch extracts approved portions of the hash_table patches to the...
Lawrence Crowl
1
-183
/
+245
2013-03-20
re PR tree-optimization/56661 (Incorrect code with -O1 -ftree-pre)
Richard Biener
1
-2
/
+7
2013-03-18
re PR tree-optimization/3713 (Pointers to functions or member functions are n...
Richard Biener
1
-19
/
+27
2013-03-05
re PR tree-optimization/56521 (Uninitialized value_id)
Richard Biener
1
-8
/
+7
2013-02-19
re PR tree-optimization/56384 (ICE in fold_binary_loc, at fold-const.c:10422)
Richard Biener
1
-6
/
+5
2013-01-19
re PR tree-optimization/52631 (VN does not use simplified expression for lookup)
Jeff Law
1
-0
/
+22
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-11-30
tree-ssa-sccvn.c (run_scc_vn): Remove iteration propagating value_ids.
Richard Biener
1
-19
/
+11
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-11
/
+11
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-170
/
+153
2012-10-08
re PR tree-optimization/54825 (ICE with vector extension)
Richard Guenther
1
-0
/
+11
2012-10-02
re PR tree-optimization/54713 (error: non-trivial conversion at assignment in...
Jakub Jelinek
1
-3
/
+7
2012-09-25
re PR tree-optimization/53663 (inconsistent inline handling of bool within un...
Richard Guenther
1
-1
/
+2
2012-09-13
tree-ssa-sccvn.h (enum vn_kind): New.
Richard Guenther
1
-35
/
+61
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-8
/
+8
2012-09-07
Modify gcc/*.[hc] double_int call sites to use the new interface.
Lawrence Crowl
1
-23
/
+18
2012-09-03
Fix bootstrap-lto
Andi Kleen
1
-1
/
+1
2012-08-22
re PR tree-optimization/46590 (long compile time with -O2 and many loops)
Richard Guenther
1
-1
/
+8
2012-08-16
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
Richard Guenther
1
-0
/
+2
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-23
/
+23
2012-08-13
tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...
Steven Bosscher
1
-3
/
+4
2012-08-10
tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...
Richard Guenther
1
-1
/
+2
2012-08-02
tree-flow.h (set_default_def): Rename to ...
Richard Guenther
1
-5
/
+3
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-7
/
+1
2012-07-06
re PR tree-optimization/51879 (Missed tail merging with non-const/pure calls)
Tom de Vries
1
-11
/
+31
2012-07-06
re PR tree-optimization/52009 (Another missed tail merging opportunity)
Tom de Vries
1
-12
/
+28
2012-05-29
LANGUAGES: Fix typos.
Joseph Myers
1
-3
/
+3
2012-05-03
re PR middle-end/53144 (PPRE infinite loop)
Richard Guenther
1
-13
/
+17
2012-04-27
re PR tree-optimization/51879 (Missed tail merging with non-const/pure calls)
Tom de Vries
1
-34
/
+78
2012-02-24
tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.
Bernhard Reutner-Fischer
1
-2
/
+2
2012-01-27
re PR tree-optimization/51990 (ICE in copy_reference_ops_from_ref)
Tom de Vries
1
-0
/
+5
2012-01-25
tree-ssa-sccvn.c (vn_reference_eq): Also compare if both bases are dereferenced.
Richard Guenther
1
-0
/
+4
2012-01-09
re PR tree-optimization/51775 (FAIL: gnat.dg/pack9.adb scan-tree-dump-not opt...
Richard Guenther
1
-2
/
+1
[next]