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/gfortran-test
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-15
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-15
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.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-09
tree-ssa-structalias: Put constraint building into its own file
Filip Kastl
1
-4266
/
+131
2025-10-09
tree-ssa-structalias: Put constraint building into separate functions
Filip Kastl
1
-52
/
+109
2025-07-21
Error handling for hard register constraints
Stefan Schulze Frielinghaus
1
-2
/
+2
2025-07-17
tree-ssa-structalias / pta: Fix *more* GNU coding style deviations
Filip Kastl
1
-35
/
+36
2025-07-17
tree-ssa-structalias / pta: Fix some GNU coding style deviations
Filip Kastl
1
-2
/
+2
2025-07-17
tree-ssa-structalias: Put solver into its own file
Filip Kastl
1
-2978
/
+317
2025-07-08
tree-optimization/120358 - bogus PTA with structure access
Richard Biener
1
-1
/
+4
2025-05-08
ipa/120146 - deal with vanished varpool nodes in IPA PTA
Richard Biener
1
-2
/
+2
2025-04-30
ipa/120006 - wrong code with IPA PTA
Richard Biener
1
-0
/
+36
2025-04-28
ipa/119973 - IPA PTA issue with global initializers
Richard Biener
1
-5
/
+5
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-10-25
Assorted --disable-checking fixes [PR117249]
Jakub Jelinek
1
-1
/
+2
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
1
-7
/
+7
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
1
-0
/
+1
2024-10-02
tree-optimization/113197 - bougs assert in PTA
Richard Biener
1
-1
/
+0
2024-09-30
tree-optimization/116785 - relax volatile handling in PTA
Richard Biener
1
-2
/
+2
2024-09-24
build: enable C++11 narrowing warnings
Jason Merrill
1
-8
/
+8
2024-07-25
Maintain complex constraint vector order during PTA solving
Richard Biener
1
-12
/
+61
2024-07-23
tree-optimization/116002 - PTA solving slow with degenerate graph
Richard Biener
1
-0
/
+12
2024-05-28
tree-optimization/115236 - more points-to *ANYTHING = x fixes
Richard Biener
1
-6
/
+14
2024-05-28
Avoid pessimistic constraints for asm memory constraints
Richard Biener
1
-2
/
+10
2024-05-27
Fix points-to SCC collapsing bug
Richard Biener
1
-1
/
+3
2024-05-23
tree-optimization/115199 - fix PTA constraint processing for &ANYTHING LHS
Richard Biener
1
-1
/
+1
2024-05-21
tree-optimization/115137 - more ptr-vs-ptr compare fixes
Richard Biener
1
-0
/
+1
2024-05-17
Add missing check for const_pool in the escaped solutions
Richard Biener
1
-0
/
+11
2024-05-16
tree-optimization/13962 - handle ptr-ptr compares in ptrs_compare_unequal
Richard Biener
1
-3
/
+3
2024-05-16
wrong code with points-to and volatile
Richard Biener
1
-0
/
+7
2024-05-16
Revert "Revert: "Enable prange support.""
Aldy Hernandez
1
-1
/
+1
2024-05-10
Revert: "Enable prange support." [PR114985]
Aldy Hernandez
1
-1
/
+1
2024-05-08
Enable prange support.
Aldy Hernandez
1
-1
/
+1
2024-02-24
Use HOST_WIDE_INT_{C,UC,0,0U,1,1U} macros some more
Jakub Jelinek
1
-3
/
+2
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-27
tree-optimization/112653 - PTA and return
Richard Biener
1
-77
/
+47
2023-06-06
tree-optimization/109143 - improve PTA compile time
Richard Biener
1
-13
/
+25
2023-05-31
ipa/109983 - (IPA) PTA speedup
Richard Biener
1
-72
/
+46
2023-05-31
IPA PTA stats enhancement and non-details dump slimming
Richard Biener
1
-2
/
+8
2023-05-18
gcc: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-2
/
+1
2023-04-24
This replaces uses of last_stmt where we do not require debug skipping
Richard Biener
1
-1
/
+1
2023-04-19
Use solve_add_graph_edge in more places
Richard Biener
1
-7
/
+4
2023-04-19
Split out solve_add_graph_edge
Richard Biener
1
-11
/
+24
2023-04-19
Remove special-cased edges when solving copies
Richard Biener
1
-11
/
+14
2023-04-19
Fix do_sd_constraint escape special casing
Richard Biener
1
-1
/
+1
2023-04-19
Remove senseless store in do_sd_constraint
Richard Biener
1
-4
/
+1
2023-04-19
Avoid non-unified nodes on the topological sorting for PTA solving
Richard Biener
1
-2
/
+3
2023-04-18
Shrink points-to analysis dumps when not dumping with -details
Richard Biener
1
-28
/
+35
2023-03-10
Speedup PTA solving for call constraint sets
Richard Biener
1
-4
/
+11
2023-02-23
Fix memory leak in PTA
Richard Biener
1
-4
/
+4
2023-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-06-27
Add 'final' and 'override' to opt_pass vfunc impls
David Malcolm
1
-5
/
+8
[next]