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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-23
re PR middle-end/49373 (Many testcase failures)
Jan Hubicka
1
-7
/
+5
2011-06-21
PR middle-end/49139 PR other/43564 make sure the inline function is inlined
Christian Bruel
1
-2
/
+4
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-2
/
+2
2011-06-13
ipa-inline.c (reset_edge_caches): Walk aliases.
Jan Hubicka
1
-1
/
+6
2011-06-13
cgraph.c (cgraph_for_node_thunks_and_aliases, [...]): Fix thinko in recursive...
Jan Hubicka
1
-6
/
+18
2011-06-11
lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
Jan Hubicka
1
-1
/
+10
2011-06-10
ipa-inline-transform.c (can_remove_node_now_p): Move out of...
Jan Hubicka
1
-63
/
+86
2011-05-08
cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
Jan Hubicka
1
-1
/
+1
2011-05-07
ipa-inline-transform.c (inline_call): Account when program size decreases.
Jan Hubicka
1
-46
/
+91
2011-05-07
* ipa-inline.c (update_callee_keys): Don't reset node growth cache.
Jan Hubicka
1
-3
/
+3
2011-05-06
cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...
Jan Hubicka
1
-6
/
+4
2011-05-04
ipa-inline.c (reset_edge_caches): New function.
Jan Hubicka
1
-29
/
+97
2011-05-01
ipa-inline.c (caller_growth_limits): Fix thinko when
Jan Hubicka
1
-3
/
+7
2011-04-30
ipa-inline.c (can_inline_edge_p): Disregard limits when inlining into functio...
Jan Hubicka
1
-3
/
+41
2011-04-30
re PR middle-end/48752 (ICE in evaulate_conditions_for_edge at ipa-inline-ana...
Jan Hubicka
1
-0
/
+9
2011-04-30
cgraph.h (cgraph_postorder): Remove declaration.
Martin Jambor
1
-1
/
+2
2011-04-26
cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...
Jan Hubicka
1
-4
/
+7
2011-04-22
gengtype.c (open_base_files): Add ipa-inline.h include.
Jan Hubicka
1
-42
/
+36
2011-04-20
ipa-inline-transform.c (save_inline_function_body): Add comments.
Jan Hubicka
1
-15
/
+25
2011-04-19
cgraph.h (save_inline_function_body): Remove.
Jan Hubicka
1
-209
/
+7
2011-04-18
* ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
Jan Hubicka
1
-1
/
+1
2011-04-18
ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
Jan Hubicka
1
-129
/
+157
2011-04-17
lto-symtab.c (lto_cgraph_replace_node): When call statement is present, also ...
Jan Hubicka
1
-530
/
+693
2011-04-16
cgraphbuild.c: Include ipa-inline.h.
Jan Hubicka
1
-75
/
+99
2011-04-14
cgraph.c (dump_cgraph_node): Do not dump inline summaries.
Jan Hubicka
1
-3
/
+21
2011-04-13
ipa-inline.h: New file.
Jan Hubicka
1
-442
/
+18
2011-04-11
except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...
Martin Jambor
1
-2
/
+2
2011-04-11
re PR tree-optimization/48195 (ICE: vector VEC(ipa_node_params_t,base) index ...
Martin Jambor
1
-5
/
+1
2011-04-06
ipa-inline.c (enum inlining_mode): Remove.
Richard Guenther
1
-185
/
+167
2011-04-06
re PR middle-end/47663 (Very simple wrapper not inlined)
Richard Guenther
1
-136
/
+127
2011-04-03
lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...
Michael Matz
1
-6
/
+8
2011-03-11
re PR tree-optimization/48063 (ICE: verify_stmts failed: conversion of regist...
Jakub Jelinek
1
-1
/
+2
2011-02-28
ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix the description...
Martin Jambor
1
-1
/
+1
2011-02-19
re PR lto/47788 (New LTO failures)
Jan Hubicka
1
-0
/
+2
2011-02-17
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-3
/
+0
2011-02-15
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-2
/
+1
2011-02-15
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-3
/
+2
2011-02-11
cgraph.c: Fix comment typos.
Nathan Froyd
1
-10
/
+10
2011-02-09
re PR middle-end/47664 (early inliner now needs iteration for multiple calls)
Richard Guenther
1
-6
/
+0
2011-01-26
re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)
Jan Hubicka
1
-0
/
+16
2011-01-07
re PR tree-optimization/46367 (ICE during cgraph edge cloning)
Jan Hubicka
1
-1
/
+6
2010-12-17
re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...
Jan Hubicka
1
-85
/
+36
2010-11-11
re PR tree-optimization/40436 (0.5% code size regression caused by r147852)
Jan Hubicka
1
-22
/
+32
2010-11-10
re PR tree-optimization/46228 (code produced for STL container is worse in 4....
Jan Hubicka
1
-0
/
+6
2010-11-10
re PR tree-optimization/44964 (ICE: SIGSEGV in gimple_default_def (tree-dfa.c...
Richard Guenther
1
-0
/
+8
2010-11-10
re PR tree-optimization/40436 (0.5% code size regression caused by r147852)
Jan Hubicka
1
-4
/
+3
2010-10-26
re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...
Jan Hubicka
1
-2
/
+8
2010-10-05
value-prof.c (gimple_divmod_fixed_value): Work on SSA form.
Richard Guenther
1
-30
/
+0
2010-10-04
re PR tree-optimization/45572 (various ICEs with -finline-small-functions -fi...
Martin Jambor
1
-0
/
+1
2010-09-18
re PR tree-optimization/45453 (ICE: verify_cgraph_node failed: inlined_to poi...
Jan Hubicka
1
-0
/
+6
[next]