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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-25
cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.
Jan Hubicka
1
-101
/
+17
2008-07-23
ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...
Martin Jambor
1
-3
/
+79
2008-07-23
Add ability to set target options (ix86 only) and optimization options on a f...
Michael Meissner
1
-0
/
+35
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-2
/
+2
2008-05-26
re PR tree-optimization/36329 (latent problem with tree inlining)
Eric Botcazou
1
-6
/
+6
2008-05-15
cgraph.h (compute_inline_parameters): Made public.
Kenneth Zadeck
1
-12
/
+39
2008-05-07
cgraph.c (dump_cgraph_node): Update.
Jan Hubicka
1
-14
/
+24
2008-05-05
tree-pass.h (pass_O0_always_inline): Declare.
Jan Hubicka
1
-8
/
+59
2008-05-02
re PR tree-optimization/36100 (always_inline attribute is broken at -O0)
Jan Hubicka
1
-7
/
+2
2008-05-01
tree-pass.h (opt_pass): Add IPA_PASS.
Jan Hubicka
1
-33
/
+29
2008-03-19
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
Jan Hubicka
1
-15
/
+25
2008-03-04
ipa-inline.c (cgraph_decide_inlining_of_small_function): Fix typo in last com...
Jan Hubicka
1
-1
/
+1
2008-03-03
re PR c++/35262 (FAIL: abi_check)
Jan Hubicka
1
-1
/
+1
2007-09-04
re PR middle-end/29478 (optimization generates warning for casts)
Jan Hubicka
1
-7
/
+17
2007-08-28
tree.h (DECL_DISREGARD_INLINE_LIMITS): New.
Richard Guenther
1
-1
/
+1
2007-08-20
c-objc-common.c (c_disregard_inline_limits): Remove.
Richard Guenther
1
-1
/
+1
2007-08-11
cgraphunit.c (record_cdtor_fn): Declare all cdtors always inlined.
Jan Hubicka
1
-1
/
+1
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-5
/
+4
2007-06-30
ipa.c (cgraph_postorder): Cast according to the coding conventions.
Thomas Neumann
1
-8
/
+10
2007-06-26
ipa-inline.c (cgraph_mark_inline): Assert that we never inline uninlinable call.
Jan Hubicka
1
-6
/
+11
2007-06-23
re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)
Richard Guenther
1
-6
/
+5
2007-05-26
c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...
Kazu Hirata
1
-1
/
+1
2007-05-04
opts.c (decode_options): Do not fiddle with inlining parameters in case of op...
Jan Hubicka
1
-2
/
+5
2007-03-14
ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold attributes...
Jan Hubicka
1
-0
/
+9
2007-02-18
cfgloop.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-02-11
ipa-inline.c (cgraph_edge_badness): Add "else" missing in the previous patch.
Jan Hubicka
1
-1
/
+1
2007-02-09
Makefile.in (passes.o, [...]): Add dependencies.
Jan Hubicka
1
-30
/
+63
2007-02-04
re PR middle-end/30696 (Linker failure with OpenMP and inline function)
Jan Hubicka
1
-0
/
+1
2007-02-04
ipa-inline.c (try_inline): Improve debug output; work on already inline edges...
Jan Hubicka
1
-36
/
+131
2007-01-31
cgraphunit.c, [...]: Fix comment typos.
Kazu Hirata
1
-6
/
+6
2007-01-28
tree-ssa-loop-unswitch.c: Include tree-inline.h.
Zdenek Dvorak
1
-1
/
+2
2007-01-25
* ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.
Jan Hubicka
1
-1
/
+1
2007-01-24
oops, wrong variant of patch.
Jan Hubicka
1
-2
/
+2
2007-01-24
ipa-inline.c (initial_insns, max_insns): Delete.
Jan Hubicka
1
-11
/
+27
2007-01-21
ipa-inline.c (inlining_mode): Comment, move up.
Jan Hubicka
1
-130
/
+149
2007-01-19
ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of 'early' argum...
Jan Hubicka
1
-16
/
+35
2007-01-16
cgraph.h (cgraph_decide_inlining_incrementally): Kill.
Jan Hubicka
1
-57
/
+214
2007-01-08
tree-pas.h (TODO_remove_function): New flag.
Jan Hubicka
1
-7
/
+8
2006-12-20
cgraph.c: Update overall comment; fix vertical spacing.
Jan Hubicka
1
-40
/
+28
2006-12-13
ipa-inline.c (cgraph_flatten_node): Replace leafify with flatten.
Richard Guenther
1
-2
/
+2
2006-11-28
invoke.texi (large-stack-frame, [...]): New params.
Jan Hubicka
1
-0
/
+22
2006-08-21
re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...
Jan Hubicka
1
-8
/
+16
2006-08-20
re PR middle-end/28779 (internal compiler error: in cgraph_estimate_size_afte...
Jan Hubicka
1
-7
/
+24
2006-07-26
re PR tree-optimization/27882 (segfault in ipa-inline.c, if (e->callee->local...
Jan Hubicka
1
-8
/
+19
2006-07-24
re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...
Jan Hubicka
1
-0
/
+17
2006-04-07
* ipa-inline.c (cgraph_early_inlining): Collect garbage.
Jan Hubicka
1
-1
/
+4
2006-04-05
re PR tree-optimization/26919 (ICE in cgraph_estimate_size_after_inlining wit...
Richard Guenther
1
-1
/
+1
2006-03-14
re PR tree-optimization/26667 (Inlining always_inline functions causes furthe...
Richard Guenther
1
-4
/
+7
2006-03-02
tree-vrp.c (execute_vrp): Return value.
Daniel Berlin
1
-3
/
+5
2006-01-31
tree-vrp.c: Use XNEW/XCNEW allocation wrappers.
Marcin Dalecki
1
-2
/
+2
[next]