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-inline-transform.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-16
ipa-inline-transform.c (update_noncloned_frequencies): Update also counts.
Jan Hubicka
1
-4
/
+13
2017-06-10
ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
Jan Hubicka
1
-2
/
+35
2017-05-23
Introduce symtab_node::dump_{asm_,}name functions.
Martin Liska
1
-4
/
+4
2017-05-23
ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.
Jan Hubicka
1
-11
/
+11
2017-05-22
Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
Jan Hubicka
1
-0
/
+1
2017-01-13
Reload global options when strict aliasing is dropped (PR ipa/79043).
Martin Liska
1
-0
/
+8
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-30
Introduce -fdump-ipa-clones dump output
Martin Liska
1
-0
/
+3
2016-09-20
Add IPA VRP
Kugan Vivekanandarajah
1
-0
/
+1
2016-07-13
re PR ipa/71633 ([CHKP] internal compiler error: in inline_call)
Ilya Enkovich
1
-1
/
+5
2016-06-29
Mark -fstack-protect as optimization flag.
Martin Liska
1
-2
/
+1
2016-06-03
Add option for whether ceil etc. can raise "inexact", adjust x86 conditions.
Joseph Myers
1
-0
/
+4
2016-05-18
ipa-inline-transform.c (preserve_function_body_p): Look for first non-thunk c...
Jan Hubicka
1
-4
/
+22
2016-05-16
ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic on esti...
Jan Hubicka
1
-4
/
+12
2016-05-02
ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
Jan Hubicka
1
-0
/
+57
2016-03-26
re PR ipa/70366 (chromium fails to build with LTO due to segfault in ipa-inli...
Richard Biener
1
-2
/
+1
2016-02-22
re PR middle-end/37448 (cannot compile big function)
Richard Biener
1
-2
/
+10
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-01
ipa-inline-transform.c (inline_call): Drop -fstrict-aliasing when inlining -f...
Jan Hubicka
1
-0
/
+15
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-5
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-7
/
+7
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-3
/
+2
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-1
/
+0
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-3
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-5
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-04-12
re PR middle-end/65743 (LTO+FDO build of Firefox crashes at startup)
Jan Hubicka
1
-2
/
+18
2015-04-03
re PR target/65648 (Bad code due to IRA fails to recognize the clobber in par...
Jan Hubicka
1
-2
/
+6
2015-03-26
ipa-inline-analysis.c (redirect_to_unreachable): New function.
Jan Hubicka
1
-0
/
+4
2015-03-04
cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite for correct ...
Jan Hubicka
1
-2
/
+5
2015-03-02
re PR ipa/64988 (ICE: verify_cgraph_node failed: Alias and target's comdat gr...
Jan Hubicka
1
-2
/
+2
2015-02-13
re PR ipa/65028 (450.soplex in SPEC CPU 2006 is miscompiled)
Martin Jambor
1
-0
/
+18
2015-01-20
re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...
Jan Hubicka
1
-5
/
+6
2015-01-15
re PR bootstrap/64612 (profiledbootstrap failures)
Jan Hubicka
1
-2
/
+3
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+9
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-22
symbol_summary is used for inline_summary.
Martin Liska
1
-3
/
+3
2014-12-22
ipa-prop uses symbol_summary class.
Martin Liska
1
-0
/
+1
2014-11-24
re PR ipa/63671 (21% tramp3d-v4 performance hit due to -fdevirtualize)
Jan Hubicka
1
-7
/
+20
2014-11-22
ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline clones as hav...
Jan Hubicka
1
-1
/
+1
2014-11-18
ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
Jan Hubicka
1
-1
/
+4
2014-10-28
cgraph.h: Flatten.
Andrew MacLeod
1
-0
/
+13
2014-10-17
ipa-inline-transform.c (master_clone_with_noninline_clones_p): New.
Eric Botcazou
1
-1
/
+18
2014-08-25
IPA C++ refactoring 4/N
Martin Liska
1
-5
/
+5
2014-08-04
IPA C++ refactoring 3/N
Martin Liska
1
-1
/
+1
2014-07-24
IPA C++ refactoring 1/N
Martin Liska
1
-19
/
+21
2014-06-25
IPA REF refactoring
Martin Liska
1
-2
/
+2
2014-05-24
tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.
Jan Hubicka
1
-1
/
+1
2014-05-21
re PR bootstrap/60984 (AIX: gcc-4.9.0 bootstrap fails in stage-2)
Jan Hubicka
1
-1
/
+5
[next]