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
/
ipa-modref.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-10
Extend modref by side-effect analysis
Jan Hubicka
1
-6
/
+157
2021-11-10
Make EAF flags more regular (and expressive)
Jan Hubicka
1
-97
/
+107
2021-11-09
ipa: Fix typo in ipa-modref.c
Marek Polacek
1
-1
/
+1
2021-11-09
Merge IPA solution with local one in ipa-modref
Jan Hubicka
1
-18
/
+69
2021-11-08
Add loads/stores relative to static chain in ipa-modref
Jan Hubicka
1
-63
/
+89
2021-11-07
Fix inter-procedural EAF flags propagation with respect to !binds_to_current_...
Jan Hubicka
1
-25
/
+170
2021-11-07
Implement intra-procedural dataflow in ipa-modref flags propagation.
Jan Hubicka
1
-20
/
+224
2021-11-03
Fix wrong code caulsed by retslot EAF flags propagation [PR103040]
Jan Hubicka
1
-31
/
+104
2021-11-02
Revert accidental commit.
Jan Hubicka
1
-1
/
+0
2021-11-02
ipa-modref cleanup
Jan Hubicka
1
-274
/
+333
2021-11-02
Static chain support in ipa-modref
Jan Hubicka
1
-7
/
+58
2021-11-02
addS EAF_NOT_RETURNED_DIRECTLY
Jan Hubicka
1
-11
/
+28
2021-10-31
Improve handling of return slot in ipa-pure-const and modref.
Jan Hubicka
1
-1
/
+1
2021-10-29
handle retslot in modref
Jan Hubicka
1
-37
/
+108
2021-10-11
Commonize ipa-pta constraint generation for calls
Jan Hubicka
1
-16
/
+23
2021-08-28
fix latent bootstrap-debug issue
Alexandre Oliva
1
-1
/
+2
2021-08-26
Improve handling of modref params.
Jan Hubicka
1
-2
/
+2
2021-08-25
Merge load/stores in ipa-modref summaries
Jan Hubicka
1
-30
/
+50
2021-08-23
Fix previous ipa-modref patch
Jan Hubicka
1
-1
/
+1
2021-08-23
Improve return slot handling in ipa-modref
Jan Hubicka
1
-13
/
+10
2021-08-22
Clear EAF_NOCLOBBER for indirect calls
Jan Hubicka
1
-0
/
+9
2021-08-13
Introduce EAF_NOREAD and cleanup EAF_UNUSED + ipa-modref
Jan Hubicka
1
-56
/
+113
2021-08-11
Fix min_flags handling in mod-ref
Jan Hubicka
1
-11
/
+24
2021-07-16
Implement EAF_NOT_RETURNED tracking in ipa-modref
Jan Hubicka
1
-22
/
+49
2021-05-10
ipa: Get rid of IPA_NODE_REF and IPA_EDGE_REF
Martin Jambor
1
-7
/
+8
2021-04-21
Call toplev::finalize in CHECKING_P mode.
Martin Liska
1
-1
/
+2
2021-03-31
Fix coding style in IPA modref.
Martin Liska
1
-3
/
+3
2021-03-29
Fix typo in merge_call_lhs_flags
Jan Hubicka
1
-3
/
+3
2021-02-01
tree-optimization/98499 - fix modref analysis on RVO statements
Sergei Trofimovich
1
-4
/
+14
2021-01-19
ipa/98330 - avoid ICEing on call indirect call
Richard Biener
1
-5
/
+7
2021-01-11
make FOR_EACH_IMM_USE_STMT safe for early exits
Alexandre Oliva
1
-3
/
+1
2021-01-08
ipa-modref: avoid linebreak split in debug print
Sergei Trofimovich
1
-4
/
+4
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-29
Fix handling of ignore_stores in ipa_merge_modref_summary_after_inlining
Jan Hubicka
1
-2
/
+2
2020-11-29
Detect unused parameters in ipa-modref
Jan Hubicka
1
-4
/
+26
2020-11-25
Add EAF_NODIRECTESCAPE flag
Jan Hubicka
1
-8
/
+12
2020-11-25
Copy arg_flags in duplication hoooks in ipa-modref
Jan Hubicka
1
-1
/
+5
2020-11-16
IPA tracking of EAF flags in ipa-modref.
Jan Hubicka
1
-195
/
+1082
2020-11-16
Disable some bogus -Wmaybe-uninitialized warnings
Jan Hubicka
1
-1
/
+8
2020-11-15
Mare return to clear EAF_UNUSED flag.
Jan Hubicka
1
-2
/
+4
2020-11-14
Detect EAF flags in ipa-modref
Jan Hubicka
1
-5
/
+367
2020-11-13
Fix modref insertion hook.
Jan Hubicka
1
-1
/
+3
2020-11-06
ipa-modref: Fix comment typos
Jakub Jelinek
1
-10
/
+10
2020-11-06
Add fnspec handling to ipa mode of ipa-modef.
Jan Hubicka
1
-145
/
+439
2020-11-05
Fix uninitialized memory use in ipa-modref
Jan Hubicka
1
-1
/
+6
2020-10-31
Move clone_info to summary
Jan Hubicka
1
-5
/
+7
2020-10-31
Handle fnspec in local ipa-modref
Jan Hubicka
1
-57
/
+181
2020-10-27
Fix ipa-modref signature updates
Jan Hubicka
1
-39
/
+33
2020-10-19
IPA: fix one more UBSAN error
Martin Liska
1
-1
/
+1
2020-10-14
Handle POINTER_PLUS_EXPR in jump functions in ipa-modref.
Jan Hubicka
1
-3
/
+12
[next]