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/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-inline.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-16
don't declare header-defined functions both static and inline
Patrick Palka
1
-5
/
+5
2023-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-01-17
Change references of .c files to .cc files
Martin Liska
1
-3
/
+3
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-04-16
ipa: Make call redirection detect already adjusted calls (PR 93621)
Martin Jambor
1
-0
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-21
Avoid quadratic behaviour of early inliner.
Jan Hubicka
1
-0
/
+10
2019-11-16
Fix nonspec_time when there is no cached value.
Jan Hubicka
1
-2
/
+2
2019-11-09
ipa-inline-analysis.c (do_estimate_growth_1): Add support for capping the gro...
Jan Hubicka
1
-1
/
+1
2019-11-04
cgraphclones.c (cgraph_node::create_version_clone): Do not duplicate summaries.
Jan Hubicka
1
-1
/
+1
2019-11-03
ipa-fnsummary.c (ipa_call_context::duplicate_from): New member function.
Jan Hubicka
1
-0
/
+2
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+2
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-06-08
Replace some ::get_create with ::get in IPA inline.
Martin Liska
1
-1
/
+1
2018-06-08
Port edge_growth_cache to call_summary.
Martin Liska
1
-27
/
+17
2018-06-08
Use summaries->get where possible. Small refactoring of multiple calls.
Martin Liska
1
-4
/
+3
2018-06-08
Rename get methods in symbol-summary.h to get_create.
Martin Liska
1
-2
/
+2
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-10
auto-profile.c (afdo_indirect_call): Drop frequency.
Jan Hubicka
1
-2
/
+1
2017-06-29
re PR ipa/80565 (ICE at -O2 and -O3 in 32-bit mode (not 64-bit) on x86_64-lin...
Yury Gribov
1
-1
/
+9
2017-05-23
ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.
Jan Hubicka
1
-10
/
+4
2017-05-22
Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
Jan Hubicka
1
-220
/
+2
2017-05-22
ipa-inline-analysis.c (inline_summary::reset): Do not reset self_time.
Jan Hubicka
1
-3
/
+1
2017-05-22
ipa-inline-analysis.c (account_size_time): Rename to ...
Jan Hubicka
1
-2
/
+11
2017-05-19
ipa-inline.h (ipa_call_summary): Turn sizes into signed; add ctor.
Jan Hubicka
1
-2
/
+10
2017-05-19
ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.
Jan Hubicka
1
-21
/
+24
2017-05-18
Makefile.in: Add ipa-predicate.o and ipa-predicate.h
Jan Hubicka
1
-186
/
+10
2017-05-18
ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h (true_pred...
Jan Hubicka
1
-30
/
+163
2017-05-04
ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter; update us...
Jan Hubicka
1
-1
/
+2
2017-05-03
re PR ipa/80609 (crash_signal in reset_inline_summary on ia64 bootstrap)
Jan Hubicka
1
-1
/
+13
2017-04-30
re PR tree-optimization/79224 (Large C-Ray slowdown)
Jan Hubicka
1
-7
/
+14
2017-04-28
ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
Jan Hubicka
1
-8
/
+8
2017-04-26
ipa-cp.c (estimate_local_effects): Convert sreal to int.
Jan Hubicka
1
-3
/
+5
2017-04-03
Fix numerous typos in comments
Jonathan Wakely
1
-2
/
+2
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-05-18
[PR 70646] Store size to inlining predicate conditions
Martin Jambor
1
-0
/
+2
2016-05-02
ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
Jan Hubicka
1
-0
/
+2
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-2
/
+0
2015-04-01
lto-cgraph.c (lto_output_node, [...]): Stream split_part.
Jan Hubicka
1
-0
/
+3
2015-03-26
ipa-inline-analysis.c (redirect_to_unreachable): New function.
Jan Hubicka
1
-0
/
+3
2015-01-20
re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...
Jan Hubicka
1
-0
/
+2
2015-01-14
re PR ipa/64481 (r219076 breaks bootstrap (x86_64-unknown-linux-gnu))
Jan Hubicka
1
-27
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-22
symbol_summary is used for inline_summary.
Martin Liska
1
-10
/
+22
2014-11-14
ipa-prop.h (ipa_get_jf_pass_through_type_preserved): use agg_preserved flag i...
Martin Jambor
1
-1
/
+2
2014-10-28
cgraph.h: Flatten.
Andrew MacLeod
1
-1
/
+0
2014-10-21
Add AutoFDO.
Dehao Chen
1
-0
/
+1
2014-09-18
Add header guard to several header files.
Kito Cheng
1
-0
/
+5
[next]