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
2021-07-29
Use range-based for loops for traversing loops
Kewen Lin
1
-1
/
+1
2021-07-20
Adjust by-value function vec arguments to by-reference.
Martin Sebor
1
-4
/
+4
2021-05-26
Convert remaining passes to get_range_query.
Aldy Hernandez
1
-2
/
+9
2021-05-10
ipa: Get rid of IPA_NODE_REF and IPA_EDGE_REF
Martin Jambor
1
-14
/
+16
2021-03-01
Fix ICE in compute_fn_summary
Jan Hubicka
1
-4
/
+11
2021-02-18
middle-end/99122 - Issues with VLA parameter inlining
Richard Biener
1
-1
/
+7
2021-02-12
middle-end/38474 - fix alias walk budget accounting in IPA analysis
Richard Biener
1
-3
/
+9
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-06
Add fnspec handling to ipa mode of ipa-modef.
Jan Hubicka
1
-1
/
+5
2020-11-06
Move size time tables from GGC to heap
Jan Hubicka
1
-37
/
+34
2020-10-31
Move clone_info to summary
Jan Hubicka
1
-2
/
+4
2020-10-29
LTO: get_section: add new argument
Martin Liska
1
-4
/
+2
2020-10-23
Move thunks out of cgraph_node
Jan Hubicka
1
-4
/
+4
2020-10-21
Inline functions with builtin_constant_p more agressively.
Jan Hubicka
1
-2
/
+67
2020-10-14
Turn offset_map to HOST_WIDE_INT
Jan Hubicka
1
-3
/
+3
2020-10-02
ipa: Multiple predicates for loop properties, with frequencies
Martin Jambor
1
-105
/
+213
2020-10-02
ipa: Bundle estimates of ipa_call_context::estimate_size_and_time
Martin Jambor
1
-31
/
+29
2020-10-02
ipa: Introduce ipa_cached_call_context
Martin Jambor
1
-13
/
+8
2020-10-02
ipa: Bundle vectors describing argument values
Martin Jambor
1
-242
/
+198
2020-10-01
Fix ICE in ipa_edge_args_sum_t::duplicate
Jan Hubicka
1
-0
/
+2
2020-09-26
Track arguments pointing to local or readonly memory in ipa-fnsummary
Jan Hubicka
1
-8
/
+35
2020-09-24
add move CTOR to auto_vec, use auto_vec for get_loop_exit_edges
Richard Biener
1
-3
/
+1
2020-09-23
Cleanup modref interfaces.
Jan Hubicka
1
-0
/
+41
2020-08-27
vec: add exact argument for various grow functions.
Martin Liska
1
-13
/
+13
2020-08-12
Replace std::vector<> usage in ipa-fnsummary.c with GCC's vec<>.
Aldy Hernandez
1
-9
/
+8
2020-08-06
ipa-fnsummary: Include <vector> the proper way
Gerald Pfeifer
1
-1
/
+1
2020-08-03
Multi-range implementation for value_range (irange).
Aldy Hernandez
1
-7
/
+13
2020-07-13
ipa-fnsummary: Fix ICE with switch predicates [PR96130]
Jakub Jelinek
1
-2
/
+8
2020-04-04
Fix previous commit.
Jan Hubicka
1
-1
/
+1
2020-04-04
ipa: Fix wrong code with failed propagation to builtin_constant_p [PR93940]
Jan Hubicka
1
-7
/
+37
2020-03-20
Fix verifier ICE on wrong comdat local flag [PR93347]
Jan Hubicka
1
-4
/
+0
2020-01-28
ipa: fix handling of multiple speculations (PR93318)
Jan Hubicka
1
-22
/
+14
2020-01-16
Make profile estimation more precise
Jan Hubicka
1
-1
/
+1
2020-01-13
Missed function specialization + partial devirtualization
Xiong Hu Luo
1
-1
/
+21
2020-01-09
Make cgraph_edge::resolve-speculation static
Martin Jambor
1
-2
/
+2
2020-01-09
Add Optimization for various IPA parameters.
Martin Liska
1
-3
/
+4
2020-01-08
Use cgraph_node::dump_{asm_},name where possible.
Martin Liska
1
-1
/
+1
2020-01-08
Replace node->name/node->order with node->dump_name.
Martin Liska
1
-7
/
+5
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
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
[next]