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
2013-10-10
ipa-inline.c:ipa_inline: Fix leak of "order" when optimizations are disabled.
David Malcolm
1
-2
/
+3
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-15
/
+15
2013-09-17
re PR ipa/58332 (error: inlined_to pointer is set but no predecessors found)
Jan Hubicka
1
-1
/
+2
2013-09-13
re PR middle-end/58094 (IPA devirt testsuite errors)
Jan Hubicka
1
-17
/
+15
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-09-06
re PR middle-end/58094 (IPA devirt testsuite errors)
Jan Hubicka
1
-34
/
+69
2013-08-30
cgraph.c (cgraph_function_body_availability): Handle weakref correctly.
Jan Hubicka
1
-5
/
+11
2013-08-28
ipa-inline.c (edge_badness): Fix integer underflow.
Dehao Chen
1
-5
/
+24
2013-08-26
cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; a...
Jan Hubicka
1
-2
/
+4
2013-08-13
cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...
Jan Hubicka
1
-64
/
+191
2013-08-09
cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.
Jan Hubicka
1
-0
/
+16
2013-08-08
cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.
Jan Hubicka
1
-0
/
+1
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-44
/
+78
2013-06-24
re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)
Martin Jambor
1
-1
/
+1
2013-06-18
Emit errors when always_inline functions cannot be inlined in -O0 mode.
Sriraman Tallam
1
-1
/
+9
2013-06-15
tree-flow.h (gimple_check_call_matching_types): Add new argument.
Dehao Chen
1
-2
/
+2
2013-06-04
attr-alias.c: New testcase.
Jan Hubicka
1
-2
/
+1
2013-05-29
cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...
Jan Hubicka
1
-2
/
+5
2013-05-15
ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...
Martin Jambor
1
-19
/
+22
2013-04-10
passes.c (execute_todo): Do not call ggc_collect conditional here.
Richard Biener
1
-1
/
+1
2013-04-10
cif-code.def (OVERWRITABLE): Correct the comment for overwritable function.
Zhouyi Zhou
1
-1
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-09
re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...
Jan Hubicka
1
-1
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
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
[next]