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
/
ipa-modref.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-10-14
Support ofsetted parameters in local modref
Jan Hubicka
1
-3
/
+15
2020-10-14
Fix SCC discovery in ipa-modref
Jan Hubicka
1
-5
/
+34
2020-10-13
Fix tramp3d PGO misoptimization
Jan Hubicka
1
-104
/
+84
2020-10-12
Cleanup ipa-modref
Jan Hubicka
1
-248
/
+528
2020-10-12
IPA: prevent an UBSAN error
Martin Liska
1
-1
/
+1
2020-10-11
Fix parameter map computation in ipa-modref
Jan Hubicka
1
-1
/
+1
2020-10-10
Fix ICE in remap_arguments with removed parameters.
Jan Hubicka
1
-1
/
+6
2020-10-10
Fix modref_transform ICE with more than 32 parameters.
Jan Hubicka
1
-1
/
+1
2020-10-10
Fix ipa-modref ICE with not allocated summaries.
Jan Hubicka
1
-1
/
+1
2020-10-10
Fix modref handling of parameter adjustments and jump functions.
Jan Hubicka
1
-8
/
+91
2020-10-09
random memory leak fixes
Richard Biener
1
-0
/
+1
2020-10-08
Fix handling of parm_offset in ipa-modref on 32bit targets.
Jan Hubicka
1
-4
/
+9
2020-10-03
Track access ranges in ipa-modref
Jan Hubicka
1
-20
/
+82
2020-10-01
Fix ICE in compute_parm_map
Jan Hubicka
1
-1
/
+1
2020-10-01
Fix ICE in ipa_edge_args_sum_t::duplicate
Jan Hubicka
1
-2
/
+0
2020-09-27
Fix handling of stores in modref_summary::useful_p
Jan Hubicka
1
-1
/
+1
2020-09-26
Fix handling of clobbers in ipa-modref.c
Jan Hubicka
1
-4
/
+7
2020-09-26
Implement iterative dataflow in mod-ref
Jan Hubicka
1
-202
/
+369
2020-09-26
Fix gimple_clobber handling in ipa-modref
Jan Hubicka
1
-1
/
+1
2020-09-24
Add access through parameter derference tracking to modref
Jan Hubicka
1
-44
/
+184
2020-09-24
Fix memory allocations in ipa-modref.
Jan Hubicka
1
-40
/
+31
2020-09-23
Cleanup modref interfaces.
Jan Hubicka
1
-26
/
+5
2020-09-23
Minor modref optimization and statistics fix
Jan Hubicka
1
-7
/
+43
2020-09-22
Ignore clobbers in modref
Jan Hubicka
1
-0
/
+3
[next]