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-alias.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-02
re PR c++/34949 (Dead code in empty destructors.)
Jakub Jelinek
1
-8
/
+38
2013-03-29
Add uniform debug dump function names.
Lawrence Crowl
1
-0
/
+19
2013-03-18
re PR tree-optimization/56210 (invalid -Warray-bounds warning)
Richard Biener
1
-0
/
+37
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-1
/
+0
2012-09-07
Modify gcc/*.[hc] double_int call sites to use the new interface.
Lawrence Crowl
1
-24
/
+20
2012-09-06
re PR tree-optimization/54498 (incorrect code generation from g++ -O)
Richard Guenther
1
-10
/
+19
2012-08-22
re PR tree-optimization/46590 (long compile time with -O2 and many loops)
Richard Guenther
1
-16
/
+33
2012-07-23
tree-ssa-alias.c (dump_alias_info): Walk over local decls instead of referenc...
Richard Guenther
1
-3
/
+2
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-4
/
+2
2012-05-16
re PR tree-optimization/53364 (Wrong code generation)
Richard Guenther
1
-2
/
+1
2012-04-27
tree-flow.h (is_hidden_global_store): Remove.
Richard Guenther
1
-0
/
+46
2012-04-18
lto-symtab.c (lto_cgraph_replace_node): Update.
Jan Hubicka
1
-1
/
+1
2012-03-06
re PR middle-end/52493 (tree check fail in ptr_derefs_may_alias_p)
Richard Guenther
1
-13
/
+9
2011-12-15
builtins.def (BUILT_IN_STPNCPY_CHK): New definition.
Romain Geissler
1
-0
/
+2
2011-12-05
tree-ssa-alias.h (struct ao_ref_s): Add volatile_p field.
Richard Guenther
1
-0
/
+17
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-0
/
+42
2011-10-18
tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member.
Richard Guenther
1
-14
/
+0
2011-10-12
tree-ssa-alias.c (maybe_skip_until): Cache also at the point of the first sto...
Richard Guenther
1
-6
/
+33
2011-10-11
re PR tree-optimization/50204 (Missed fully redundant load found in crafty (S...
Richard Guenther
1
-43
/
+68
2011-10-07
re PR middle-end/50527 (inconsistent vla align)
Tom de Vries
1
-0
/
+2
2011-10-04
re PR tree-optimization/50522 (C++ std::valarray vectorization missed optimiz...
Jakub Jelinek
1
-4
/
+1
2011-09-30
tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle BUILT_IN_...
Jakub Jelinek
1
-8
/
+52
2011-09-06
re PR target/47025 (Dead stores in variadic functions not eliminated)
Richard Guenther
1
-1
/
+16
2011-06-27
builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
Jakub Jelinek
1
-0
/
+2
2011-06-22
tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...
Jakub Jelinek
1
-1
/
+43
2011-05-26
re PR tree-optimization/48702 (optimization regression with gcc-4.6 on x86_64...
Richard Guenther
1
-4
/
+5
2011-05-25
tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix type-based offset disam...
Richard Guenther
1
-20
/
+45
2011-05-23
re PR tree-optimization/49115 (invalid return value optimization (?) when exc...
Richard Guenther
1
-1
/
+8
2011-04-27
tree-ssa-alias.c (indirect_refs_may_alias_p): Fix TARGET_MEM_REF handling.
Richard Guenther
1
-14
/
+9
2011-04-21
tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF and TARGET_MEM_...
Richard Guenther
1
-84
/
+64
2011-04-21
tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle return statements.
Richard Guenther
1
-0
/
+20
2011-04-20
re PR rtl-optimization/48695 (Runtime with an array of std::vectors)
Richard Guenther
1
-7
/
+22
2011-04-14
tree-ssa-dse.c (struct dse_global_data, [...]): Remove.
Richard Guenther
1
-4
/
+47
2011-04-14
re PR middle-end/48590 (Alias analysis confused by builtin-stack-save/restore)
Richard Guenther
1
-0
/
+6
2011-04-11
cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...
Martin Jambor
1
-6
/
+11
2011-03-23
Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
Richard Guenther
1
-1
/
+0
2011-03-03
re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)
Richard Guenther
1
-1
/
+6
2011-02-15
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-1
/
+1
2011-01-25
re PR rtl-optimization/47414 (wrong code with -O -freorder-blocks -fschedule-...
Richard Guenther
1
-1
/
+2
2011-01-14
re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call)
Richard Guenther
1
-17
/
+4
2010-11-30
hwint.c: New.
Joseph Myers
1
-1
/
+0
2010-11-23
tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid doing work twice.
Richard Guenther
1
-9
/
+11
2010-11-17
re PR middle-end/45838 (FAIL: libgomp.c/pr34513.c execution test)
Jakub Jelinek
1
-0
/
+44
2010-10-14
re PR tree-optimization/44913 (-ftree-vectorize causes FAIL: gcc.dg/pr44838.c...
Richard Guenther
1
-26
/
+66
2010-10-13
re PR tree-optimization/45970 (tree DSE misses many obvious dead stores)
Richard Guenther
1
-0
/
+39
2010-09-05
re PR tree-optimization/45535 (ICE during tree_ssa_dse)
Richard Guenther
1
-5
/
+14
2010-09-03
tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
Richard Guenther
1
-46
/
+3
2010-09-01
alias.c (ao_ref_from_mem): Adjust.
Richard Guenther
1
-9
/
+9
2010-08-24
re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)
Richard Guenther
1
-9
/
+27
[next]