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-structalias.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-15
tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.
Richard Guenther
1
-160
/
+1069
2010-04-13
tree-ssa-structalias.c (callused_id): Remove.
Richard Guenther
1
-54
/
+151
2010-04-12
gsstruct.def (GSS_CALL): New.
Richard Guenther
1
-2
/
+44
2010-04-07
ipa-reference.c (mark_load): Use get_base_address.
Richard Guenther
1
-1
/
+2
2010-04-07
invoke.texi (-fargument-alias, [...]): Remove.
Richard Guenther
1
-1
/
+2
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+2
2010-02-09
re PR tree-optimization/43008 (Attribute malloc not handled correctly)
Richard Guenther
1
-2
/
+8
2010-01-18
re PR tree-optimization/42781 (ICE in pt_solutions_same_restrict_base, at tre...
Richard Guenther
1
-3
/
+4
2009-11-28
matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...
Jakub Jelinek
1
-14
/
+4
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-10
/
+10
2009-11-08
tree-ssa-structalias.c (build_succ_graph): Properly make variables escape if ...
Richard Guenther
1
-0
/
+3
2009-11-07
tree-ssa-structalias.c (build_succ_graph): Feed stores to anything only to va...
Richard Guenther
1
-16
/
+21
2009-10-28
re PR middle-end/41855 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:855)
Richard Guenther
1
-2
/
+4
2009-10-27
tree-ssa-structalias.c (find_func_aliases): In IPA mode handle calls to exter...
Richard Guenther
1
-112
/
+109
2009-10-26
re PR tree-optimization/41826 (invalid read in get_constraint_for_ptr_offset)
Richard Guenther
1
-11
/
+13
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-8
/
+0
2009-08-26
tree-ssa-structalias.c (create_variable_info_for): Remove strange whole-progr...
Richard Guenther
1
-4
/
+37
2009-08-19
tree-ssa-structalias.c (create_variable_info_for): Also mark first field in a...
Michael Matz
1
-37
/
+9
2009-08-06
re PR middle-end/40964 (ICE in insert_vi_for_tree)
Richard Biener
1
-18
/
+41
2009-07-15
tree-ssa-structalias.c (make_constraint_from_heapvar): Initialize offset member.
Richard Guenther
1
-0
/
+1
2009-07-14
tree-ssa-alias.h (refs_may_alias_p_1): Declare.
Richard Guenther
1
-0
/
+22
2009-07-02
re PR bootstrap/40617 (Revision 149170 breaks bootstrap)
Richard Guenther
1
-2
/
+3
2009-07-02
tree-ssa-live.c (remove_unused_locals): Do not remove heap variables.
Richard Guenther
1
-3
/
+7
2009-07-01
re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)
Richard Guenther
1
-1
/
+18
2009-06-29
re PR middle-end/14187 ([tree-ssa] C restricted pointers are not properly imp...
Richard Guenther
1
-122
/
+175
2009-06-26
tree-ssa-structalias.c (do_ds_constraint): Simplify escape handling.
Richard Guenther
1
-14
/
+2
2009-06-23
tree-ssa-structalias.c (struct variable_info): Add is_global_var member.
Richard Guenther
1
-105
/
+57
2009-06-20
tree-ssa-structalias.c (find_func_aliases): For memset use a constraint from ...
Richard Guenther
1
-2
/
+11
2009-06-20
re PR tree-optimization/40495 (libgomp.c++/task-4.C)
Richard Guenther
1
-48
/
+27
2009-06-19
tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle ADDR_EXPR pointers.
Richard Guenther
1
-28
/
+140
2009-06-17
re PR c++/40389 (optimizer bug (possibly))
Richard Guenther
1
-1
/
+1
2009-06-16
tree-ssa-alias.c (is_escape_site): Remove.
Richard Guenther
1
-8
/
+6
2009-06-16
tree-ssa-structalias.c (do_ds_constraint): Stores in global variables add the...
Richard Guenther
1
-33
/
+36
2009-06-13
re PR c++/40389 (optimizer bug (possibly))
Richard Guenther
1
-17
/
+40
2009-05-29
tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...
Richard Guenther
1
-1
/
+2
2009-05-25
cgraph.c (dump_cgraph_node): Dump size/time/benefit.
Jan Hubicka
1
-1
/
+1
2009-05-25
tree-ssa-alias.h (dump_points_to_solution): Declare.
Richard Guenther
1
-0
/
+22
2009-05-22
re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)
Richard Guenther
1
-344
/
+15
2009-05-15
Revert the following patch until testsuite fallout is fixed:
Jan Hubicka
1
-1
/
+1
2009-05-15
common.opt (-ftree-forwprop, [...]): New options, enabled by default.
Richard Guenther
1
-1
/
+6
2009-05-15
cgraph.c (dump_cgraph_node): Dump size/time/benefit.
Jan Hubicka
1
-1
/
+1
2009-05-11
passes.c (init_optimization_passes): Strip now incorrect comment.
Richard Guenther
1
-1
/
+1
2009-05-01
ipa-reference.c: Do not include c-common.h, include splay-tree.h.
Steven Bosscher
1
-2
/
+0
2009-04-17
tree-ssa-structalias.c (get_constraint_for_component_ref): Handle component r...
Richard Guenther
1
-0
/
+8
2009-04-17
df.h: Include "timevar.h".
Ian Lance Taylor
1
-1
/
+1
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-795
/
+888
2009-03-28
tree-ssa-structalias.c (ipa_pta_execute): Fix bogus node->analyzed test intro...
Jan Hubicka
1
-11
/
+8
2009-03-28
cgraph.c (cgraph_node, [...]): Remove master clone handling.
Jan Hubicka
1
-2
/
+2
2009-03-27
re PR tree-optimization/39120 (Missed escape constraints for call results)
Richard Guenther
1
-101
/
+93
2009-03-23
cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
Richard Guenther
1
-1
/
+1
[next]