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
2012-01-23
tree-ssa-structalias.c (intra_create_variable_infos): Do not create fake vari...
Eric Botcazou
1
-1
/
+2
2012-01-04
re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect inte...
Richard Guenther
1
-6
/
+13
2011-12-15
builtins.def (BUILT_IN_STPNCPY_CHK): New definition.
Romain Geissler
1
-1
/
+4
2011-11-08
gengtype.c (write_field_root): Avoid out-of-scope access of newv.
Michael Matz
1
-1
/
+5
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-0
/
+47
2011-10-18
tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member.
Richard Guenther
1
-62
/
+37
2011-10-06
re PR tree-optimization/49279 (Optimization incorrectly presuming constant va...
Jakub Jelinek
1
-9
/
+0
2011-09-30
tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle BUILT_IN_...
Jakub Jelinek
1
-0
/
+18
2011-09-26
tree-ssa-alias.h (pt_solution_singleton_p): Declare.
Tom de Vries
1
-0
/
+15
2011-09-25
tree-ssa-structalias.c (intra_create_variable_infos): Treat TYPE_RESTRICT REF...
Jakub Jelinek
1
-4
/
+5
2011-09-06
re PR target/47025 (Dead stores in variadic functions not eliminated)
Richard Guenther
1
-15
/
+20
2011-08-18
expr.c (get_inner_reference): Sign-extend the constant twos-complement offset...
Richard Guenther
1
-8
/
+17
2011-08-17
tree.h (convert_to_ptrofftype_loc): New function.
Richard Guenther
1
-1
/
+1
2011-07-20
tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.
Richard Guenther
1
-11
/
+19
2011-07-14
re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect inte...
Richard Guenther
1
-2
/
+11
2011-06-30
opts.c (finish_options): Do not disable IPA-PTA during ltrans.
Richard Guenther
1
-32
/
+58
2011-06-30
tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix handling of ...
Jakub Jelinek
1
-1
/
+14
2011-06-30
tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix handling of ...
Jakub Jelinek
1
-1
/
+3
2011-06-27
builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
Jakub Jelinek
1
-0
/
+2
2011-06-22
re PR tree-optimization/49493 (ICE: in insert_vi_for_tree, at tree-ssa-struct...
Richard Guenther
1
-13
/
+13
2011-06-22
tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...
Jakub Jelinek
1
-1
/
+19
2011-06-18
lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...
Jan Hubicka
1
-5
/
+13
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-2
/
+2
2011-06-11
lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
Jan Hubicka
1
-10
/
+15
2011-04-29
tree-ssa-structalias.c (get_fi_for_callee): Restructure.
Richard Guenther
1
-28
/
+18
2011-04-28
re PR bootstrap/48804 (Bootstrap compare failure)
Richard Guenther
1
-1
/
+2
2011-04-28
tree-ssa-structalias.c (dump_constraint): Don't end the line.
Richard Guenther
1
-68
/
+79
2011-04-28
tree-ssa-structalias.c (find_func_aliases_for_builtin_call): New function spl...
Richard Guenther
1
-318
/
+349
2011-04-27
tree-ssa-structalias.c (changed_count): Remove.
Richard Guenther
1
-63
/
+20
2011-04-27
Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...
Richard Guenther
1
-119
/
+34
2011-04-20
Makefile.in (INTERNAL_FN_DEF, [...]): Define.
Richard Sandiford
1
-0
/
+3
2011-02-10
tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
Richard Guenther
1
-2
/
+1
2011-02-01
re PR tree-optimization/47541 (For integer pointers, the value of ++*p is no...
Richard Guenther
1
-0
/
+13
2011-01-25
re PR tree-optimization/47426 (wrong code with -O2 -fipa-pta)
Richard Guenther
1
-7
/
+36
2011-01-14
tree-ssa-structalias.c (new_var_info): Use DECL_HARD_REGISTER.
Richard Guenther
1
-1
/
+2
2011-01-14
re PR tree-optimization/47286 (Invalid code when using register ... asm)
Richard Guenther
1
-1
/
+4
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-26
re PR rtl-optimization/46665 (two gfortran tests fail with -O[2s] -fipa-pta -...
Richard Guenther
1
-1
/
+1
2010-11-15
re PR tree-optimization/46467 (gcc.dg/torture/pta-structcopy-1.c FAILs with -...
Richard Guenther
1
-4
/
+8
2010-11-03
re PR tree-optimization/46286 (ICE in do_complex_constraint, at tree-ssa-stru...
Richard Guenther
1
-5
/
+4
2010-11-02
re PR tree-optimization/46149 (26_numerics/valarray/27867.cc FAILs with -O2 -...
Richard Guenther
1
-0
/
+32
2010-10-18
re PR tree-optimization/45967 (gcc-4.5.x optimizes code with side-effects away)
Richard Guenther
1
-131
/
+90
2010-10-13
re PR tree-optimization/45982 (PTA does not track integers)
Richard Guenther
1
-9
/
+24
2010-10-12
tree-ssa-structalias.c (get_constraint_for_1): Constants only point to nonloc...
Richard Guenther
1
-1
/
+10
2010-10-11
vec.h (VEC_qsort): Define.
Nathan Froyd
1
-4
/
+1
2010-09-16
re PR tree-optimization/45623 (GCC 4.5.[01] breaks our ffi on Linux64. ABI br...
Richard Guenther
1
-23
/
+60
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-39
/
+39
2010-07-29
re PR tree-optimization/45120 (-fipa-pta causes FAIL: gcc.c-torture/execute/p...
Richard Guenther
1
-4
/
+5
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-4
/
+4
2010-07-15
re PR tree-optimization/44946 (ICE: in get_constraint_for_component_ref, at t...
Richard Biener
1
-3
/
+9
[next]