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
2006-01-19
tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.
Daniel Berlin
1
-69
/
+307
2006-01-16
tree-ssa-alias.c (struct used_part): Add write_only field.
Richard Guenther
1
-3
/
+14
2006-01-14
re PR tree-optimization/22548 (Aliasing can not tell array members apart)
Richard Guenther
1
-0
/
+1
2006-01-13
tree-ssa-alias.c (add_type_alias): Fix typo.
Diego Novillo
1
-1
/
+1
2006-01-12
tree-ssa-operands.c (add_call_clobber_ops): Use SFT_PARENT_VAR to try to avoi...
Daniel Berlin
1
-0
/
+1
2006-01-06
re PR tree-optimization/25528 (missed LIM on the tree level (complex types))
Andrew Pinski
1
-0
/
+2
2006-01-05
re PR tree-optimization/22555 (array in struct disables salias subvars for ot...
Richard Guenther
1
-1
/
+0
2006-01-05
tree-flow.h (struct fieldoff): Decompose field to type, size and decl.
Richard Guenther
1
-8
/
+8
2005-12-19
tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,...
Zdenek Dvorak
1
-32
/
+35
2005-12-18
tree-tailcall.c (find_tail_calls): Use XNEW.
Gabriel Dos Reis
1
-12
/
+12
2005-12-15
tree-flow.h (okay_component_ref_for_subvars): Remove.
Richard Guenther
1
-33
/
+12
2005-12-06
In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>
Daniel Berlin
1
-24
/
+47
2005-11-10
tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars.
Daniel Berlin
1
-2
/
+0
2005-11-08
re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables...
Daniel Berlin
1
-0
/
+2
2005-10-17
re PR tree-optimization/22444 (ICE at tree-into-ssa.c:466)
Daniel Berlin
1
-23
/
+11
2005-10-06
re PR tree-optimization/24238 (ICE: verify_ssa failed "statement makes a memo...
Richard Guenther
1
-0
/
+1
2005-09-15
re PR tree-optimization/23835 (-O3 compile takes two times longer)
Daniel Berlin
1
-55
/
+60
2005-07-28
builtins.c: Fix comment typo(s).
Volker Reichelt
1
-1
/
+1
2005-07-26
re PR tree-optimization/22591 (wrong alias information causes an incorrect re...
Diego Novillo
1
-17
/
+0
2005-07-25
expr.c (highest_pow2_factor): Make extern.
Ira Rosen
1
-0
/
+34
2005-07-22
tree-ssa-alias.c (count_ptr_derefs): Do not consider &PTR->FLD a dereference ...
Diego Novillo
1
-2
/
+10
2005-07-19
re PR tree-optimization/22483 (ICE : tree check: expected ssa_name, have var_...
Daniel Berlin
1
-6
/
+12
2005-07-16
Makefile.in: Added rules for ipa-pure-const.c...
Daniel Berlin
1
-6
/
+73
2005-07-13
tree-dfa.c (dump_variable): Use default_def function.
Jan Hubicka
1
-3
/
+3
2005-07-10
tree-ssa-alias.c (free_used_part_map): Add missing free.
Daniel Berlin
1
-0
/
+3
2005-07-09
Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h
Diego Novillo
1
-633
/
+59
2005-06-30
re PR tree-optimization/21584 (ICE: verify_flow_sensitive_alias_info failed.)
Diego Novillo
1
-8
/
+21
2005-06-30
[multiple changes]
Daniel Berlin
1
-137
/
+201
2005-06-25
Update FSF address.
Kelley Cook
1
-2
/
+2
2005-06-21
c-typeck.c (build_function_call): Set fundecl = function again.
Daniel Berlin
1
-0
/
+29
2005-06-10
tree-ssa-alias.c (new_type_alias): Use existing type tag if VAR has just one ...
Keith Besaw
1
-7
/
+41
2005-06-09
Makefile.in (OBJS-common): Add tree-ssa-structalias.o.
Daniel Berlin
1
-98
/
+12
2005-06-07
sbitmap.h (sbitmap_iterator, [...]): New.
Kazu Hirata
1
-6
/
+8
2005-05-29
tree-ssa-alias.c (new_type_alias): New procedure to create a type memory tag ...
Keith Besaw
1
-0
/
+33
2005-05-24
tree-flow.h (bb_ann_d): Remove has_escape_site.
Kazu Hirata
1
-4
/
+0
2005-04-28
tree-ssa-alias.c (push_fields_onto_fieldstack): Remove bogus assert.
Nathan Sidwell
1
-8
/
+0
2005-04-25
tree-ssa-alias.c (fieldoff_t): Remove.
Nathan Sidwell
1
-97
/
+65
2005-04-21
lambda.h (lambda_vector_min_nz): Likewise.
Nathan Sidwell
1
-1
/
+1
2005-04-21
vec.h: Update API to separate allocation mechanism from type.
Nathan Sidwell
1
-9
/
+11
2005-04-17
tree-flow-inline.h (get_stmt_operands): Remove.
Kazu Hirata
1
-1
/
+0
2005-04-15
tree-ssa-alias.c (init_alias_info): Remove a call to get_stmt_operands.
Kazu Hirata
1
-14
/
+0
2005-04-11
re PR middle-end/20933 (gcc can no longer bootstrap itself)
Diego Novillo
1
-6
/
+18
2005-04-11
re PR tree-optimization/20926 (ICE: tree check, in recent builds)
Daniel Berlin
1
-1
/
+13
2005-04-11
alias-1.c: New test.
Andrew Pinski
1
-0
/
+10
2005-04-08
backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...
Diego Novillo
1
-17
/
+104
2005-04-06
params.def (PARAM_SALIAS_MAX_IMPLICIT_FIELDS): New
Daniel Berlin
1
-10
/
+87
2005-04-05
lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.
Andrew MacLeod
1
-1
/
+14
2005-04-03
params.c (set_param_value): Use gcc_assert & gcc_unreachable.
Nathan Sidwell
1
-2
/
+1
2005-03-31
tree-ssa-alias.c: Follow spelling conventions.
Kazu Hirata
1
-2
/
+2
2005-03-30
tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get m...
Daniel Berlin
1
-10
/
+31
[prev]
[next]