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
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-3
/
+2
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-10
/
+10
2012-11-14
re PR bootstrap/55051 (profiledbootstrap failed)
Jan Hubicka
1
-3
/
+5
2012-11-11
re PR fortran/48636 (Enable more inlining with -O2 and higher)
Jan Hubicka
1
-0
/
+3
2012-11-08
re PR fortran/48636 (Enable more inlining with -O2 and higher)
Jan Hubicka
1
-0
/
+21
2012-11-06
ipa-inline.c (compute_uninlined_call_time): Return gcov_type.
Jan Hubicka
1
-15
/
+16
2012-11-05
ipa-inline.c (compute_uninlined_call_time, [...]): New functions.
Jan Hubicka
1
-70
/
+100
2012-11-05
ipa-inline.c (leaf_node_p): Rename to ...
Jan Hubicka
1
-11
/
+15
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+2
2012-10-31
ipa-inline.c (ipa_inline): Avoid infinite loop on inlining empty virtual func...
Jan Hubicka
1
-22
/
+34
2012-10-29
ipa-inline.c (want_inline_function_called_once_p): Rename to ...
Jan Hubicka
1
-45
/
+53
2012-10-28
inlinehint-3.c: New testcase.
Jan Hubicka
1
-4
/
+15
2012-10-28
Fix previous commit.
Jan Hubicka
1
-0
/
+3
2012-10-28
ipa-inline.c (edge_badness): Reduce precision; use scc hints.
Jan Hubicka
1
-11
/
+19
2012-10-25
ipa-inline.c (recursive_inlining): Redirect to master clone before testing pr...
Jan Hubicka
1
-6
/
+25
2012-09-12
re PR fortran/48636 (Enable more inlining with -O2 and higher)
Jan Hubicka
1
-3
/
+6
2012-09-05
ipa-inline.c (want_inline_small_function_p): Use INLINE_HINT_loop_iterations ...
Jan Hubicka
1
-1
/
+2
2012-08-21
re PR fortran/48636 (Enable more inlining with -O2 and higher)
Jan Hubicka
1
-2
/
+4
2012-08-19
re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...
Jan Hubicka
1
-3
/
+19
2012-08-15
timevar.def (TV_VARPOOL, [...]): Remove.
Steven Bosscher
1
-2
/
+2
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-12
/
+12
2012-08-10
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
Jan Hubicka
1
-6
/
+10
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-1
/
+0
2012-05-29
LANGUAGES: Fix typos.
Joseph Myers
1
-2
/
+2
2012-05-10
ipa-inline.c (update_all_callee_keys): Remove.
Jan Hubicka
1
-57
/
+2
2012-05-10
cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...
Jan Hubicka
1
-1
/
+1
2012-04-30
re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...
Uros Bizjak
1
-23
/
+28
2012-04-18
lto-symtab.c (lto_cgraph_replace_node): Update.
Jan Hubicka
1
-4
/
+4
2012-04-18
cgraph.c (cgraph_node_name): Remove.
Jan Hubicka
1
-1
/
+1
2012-04-16
cgraph.h (symtab_node_base): Add next and previous pointers.
Jan Hubicka
1
-2
/
+2
2012-04-16
cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.
Jan Hubicka
1
-2
/
+2
2012-04-14
cgraph.h: Update copyrights;
Jan Hubicka
1
-59
/
+61
2012-02-15
+ PR middle-end/52142 + * ipa-inline.c (can_inline_edge_p): Do not inline...
Aldy Hernandez
1
-3
/
+3
2012-01-08
* ipa-inline.c (want_inline_small_function_p): Fix formating.
Jan Hubicka
1
-2
/
+0
2012-01-07
re PR tree-optimization/51680 (g++ 4.7 fails to inline trivial template stuff)
Jan Hubicka
1
-31
/
+38
2011-12-13
re PR tree-optimization/51519 (ICE: in inline_small_functions, at ipa-inline....
Richard Guenther
1
-1
/
+1
2011-12-07
re PR middle-end/50823 (ICE in inline_small_functions, at ipa-inline.c:1407)
Richard Guenther
1
-5
/
+2
2011-12-05
cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...
Richard Guenther
1
-11
/
+5
2011-12-01
re PR bootstrap/51346 (LTO bootstrap failed with bootstrap-profiled)
Diego Novillo
1
-9
/
+9
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-0
/
+8
2011-11-02
re PR middle-end/50890 (ICE in fold_convert_loc, at fold-const.c:1894)
Richard Guenther
1
-0
/
+2
2011-10-23
* ipa-inline.c (estimate_badness): Scale up and handle overflows.
Jan Hubicka
1
-4
/
+10
2011-10-20
ipa-inline.c (inline_small_functions): Always update all calles after inlining.
Jan Hubicka
1
-2
/
+7
2011-10-20
re PR bootstrap/50709 (stage3 bootstrap comparison failure with --disable-che...
Jan Hubicka
1
-3
/
+6
2011-09-22
ipa-inline-transform.c (inline_call): Always update jump functions after inli...
Jan Hubicka
1
-4
/
+2
2011-09-21
ipa-inline.c (relative_time_benefit): Fix wrong bracketting.
Jan Hubicka
1
-3
/
+2
2011-08-05
re PR tree-optimization/49735 (mips64-elf libgcc build fails with apparently ...
Jan Hubicka
1
-2
/
+3
2011-07-25
ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of original ...
Eric Botcazou
1
-8
/
+15
2011-07-19
cif-code.def (OVERWRITABLE): Fix typo and move around.
Eric Botcazou
1
-1
/
+1
2011-06-23
re PR middle-end/49373 (Many testcase failures)
Jan Hubicka
1
-7
/
+5
[next]