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-fnsummary.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-19
ipa: duplicate ipa_size_summary for cloned nodes
Jan Hubicka
1
-2
/
+1
2019-12-14
re PR ipa/92357 (ICE in IPA pass fnsummary in openmp offload)
Jakub Jelinek
1
-9
/
+9
2019-12-03
ipa-fnsummary.c: Include tree-into-ssa.h.
Jan Hubicka
1
-0
/
+5
2019-11-30
cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.
Jan Hubicka
1
-0
/
+3
2019-11-25
Comment too strict checking assert.
Martin Liska
1
-1
/
+1
2019-11-23
Convert inliner to function specific param infrastructure
Jan Hubicka
1
-6
/
+10
2019-11-23
ipa-fnsummary.c: Fix comment typos.
Jakub Jelinek
1
-30
/
+30
2019-11-21
ipa-fnsummary.c (evaluate_conditions_for_known_args): Be ready for some vecto...
Jan Hubicka
1
-85
/
+129
2019-11-21
Incremental updating of inline summaries.
Jan Hubicka
1
-4
/
+26
2019-11-20
Implement inline call summaries.
Jan Hubicka
1
-29
/
+194
2019-11-19
Remove unused parameter PROB in ipa-fnsummary.c
Jan Hubicka
1
-8
/
+4
2019-11-14
ipa-fnsummary.c (ipa_call_context::estimate_size_and_time, [...]): Micro opti...
Jan Hubicka
1
-2
/
+6
2019-11-14
Support for value ranges in IPA predicates
Jan Hubicka
1
-37
/
+105
2019-11-14
Support extended aggregate jump function in ipa-cp
Feng Xue
1
-29
/
+32
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-12
Apply mechanical replacement (generated patch).
Martin Liska
1
-11
/
+9
2019-11-10
cgraph.h (struct cgraph_node): Add ipcp_clone flag.
Jan Hubicka
1
-34
/
+39
2019-11-09
ipa-fnsummary.c (evaluate_properties_for_edge): Call IPA_NODE_REF on function...
Jan Hubicka
1
-1
/
+1
2019-11-09
ipa-fnsummary.c (ipa_call_context::estimate_size_and_time): Fix calculation o...
Jan Hubicka
1
-3
/
+5
2019-11-09
ipa-fnsummary.c (estimate_edge_size_and_time): Do not call estimate_edge_devi...
Jan Hubicka
1
-16
/
+26
2019-11-07
re PR lto/92406 (ICE in ipa_call_summary at ipa-fnsummary.h:253 with lto and ...
Jan Hubicka
1
-1
/
+1
2019-11-04
cgraphclones.c (cgraph_node::create_version_clone): Do not duplicate summaries.
Jan Hubicka
1
-32
/
+38
2019-11-04
Come up with ggc_delete.
Martin Liska
1
-2
/
+1
2019-11-03
Improve effectivity of ipa_polymorphi_context cache.
Jan Hubicka
1
-79
/
+222
2019-11-03
ipa-fnsummary.c (ipa_call_context::duplicate_from): New member function.
Jan Hubicka
1
-2
/
+91
2019-11-03
ipa-fnsummary.c (inline_read_section): Set vector size ahead of time.
Jan Hubicka
1
-4
/
+11
2019-11-03
ipa-fnsummary.c (ipa_call_context): New constructor.
Jan Hubicka
1
-34
/
+58
2019-10-30
Use symtab_node::order in LTO sections with body.
Martin Liska
1
-3
/
+3
2019-10-30
Remove cgraph_local_info structure.
Martin Liska
1
-5
/
+5
2019-10-30
Remove cgraph_global_info.
Martin Liska
1
-9
/
+9
2019-10-29
Release function and edge summaries allocated with GGC.
Martin Liska
1
-3
/
+3
2019-10-28
re PR ipa/92242 (LTO ICE in ipa_get_cs_argument_count ipa-prop.h:598)
Jan Hubicka
1
-1
/
+1
2019-10-27
ipa-cp.c (propagate_constants_across_call): If args are not available just dr...
Jan Hubicka
1
-2
/
+5
2019-10-24
cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.
Jan Hubicka
1
-61
/
+90
2019-10-16
Generalized IPA predicate on parameter reference
Feng Xue
1
-49
/
+247
2019-09-20
New IPA-SRA
Martin Jambor
1
-3
/
+1
2019-09-19
Use post-dom info to update if/switch predicate
Feng Xue
1
-12
/
+66
2019-09-17
PR ipa/91089 - Setup predicate for switch default case in IPA
Feng Xue
1
-7
/
+116
2019-08-07
Make IPA predicate::size a poly_int64
Richard Sandiford
1
-13
/
+13
2019-07-16
PR91176: Skip debug insns when computing inline costs
Jan Hubicka
1
-2
/
+2
2019-07-14
ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.
Jan Hubicka
1
-79
/
+30
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-57
/
+57
2019-02-18
Come up with fast {function,call}_summary classes (PR ipa/89306).
Martin Liska
1
-3
/
+3
2019-02-13
Clean up MPX-related stuff.
Martin Liska
1
-17
/
+1
2019-02-04
Bail out when ipa_fn_summaries does not contain entry for callee (PR ipa/88958).
Martin Liska
1
-0
/
+3
2019-01-20
Limit AA walking in IPA summary generation
Martin Jambor
1
-46
/
+65
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-4
/
+4
2019-01-05
invoke.texi (max-inline-insns-small): New parameters.
Jan Hubicka
1
-2
/
+2
2019-01-05
invoke.texi: Document max-inline-insns-size...
Jan Hubicka
1
-2
/
+9
2019-01-05
* ipa-fnsummary.c (analyze_function_body): Fix accounting of time.
Jan Hubicka
1
-2
/
+2
[next]