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/gfortran-test
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-15
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-15
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-analysis.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-31
Automated part of renaming of symtab_node_base to symtab_node.
David Malcolm
1
-2
/
+2
2013-10-29
Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.
Balaji V. Iyer
1
-0
/
+4
2013-10-29
Autogenerated fixes of "->symbol." to "->"
David Malcolm
1
-26
/
+26
2013-10-23
tree-ssa-loop.h: Remove include files.
Andrew MacLeod
1
-0
/
+1
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-2
/
+7
2013-10-03
ipa-inline-analysis.c (find_foldable_builtin_expect): Find the candidate of b...
Rong Xu
1
-0
/
+82
2013-09-30
basic-block.h (edge_list): Prefix member names with "m_".
Richard Sandiford
1
-1
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-2
/
+2
2013-09-17
re PR ipa/58332 (error: inlined_to pointer is set but no predecessors found)
Jan Hubicka
1
-1
/
+21
2013-09-13
ipa-inline-analysis.c (struct growth_data): Add node.
Jan Hubicka
1
-3
/
+4
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-09-01
Makefile.in: Add ipa-profile.o
Jan Hubicka
1
-2
/
+2
2013-08-30
cgraph.c (cgraph_function_body_availability): Handle weakref correctly.
Jan Hubicka
1
-0
/
+5
2013-08-14
ipa-inline-analysis.c (add_clause): Avoid shifting integer NUM_CONDITIONS bit...
Marek Polacek
1
-1
/
+1
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-18
/
+38
2013-08-03
ipa-cp.c (gather_context_independent_values): Use ipa_get_param_move_cost.
Jan Hubicka
1
-2
/
+3
2013-06-19
cgraph.h (const_value_known_p): Replace by ...
Jan Hubicka
1
-1
/
+2
2013-05-29
cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...
Jan Hubicka
1
-6
/
+6
2013-05-15
ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...
Martin Jambor
1
-4
/
+5
2013-05-02
Follow-on patch to r197595 to complete the replacement of truncating divides ...
Teresa Johnson
1
-6
/
+3
2013-04-08
First phase of unifying the computation of profile scale factors/probabilitie...
Teresa Johnson
1
-6
/
+6
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-01
* ipa-inline-analysis.c: Fix formatting.
Jan Hubicka
1
-542
/
+537
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-20
/
+12
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-285
/
+227
2012-11-11
re PR fortran/48636 (Enable more inlining with -O2 and higher)
Jan Hubicka
1
-15
/
+101
2012-11-07
re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)
Martin Jambor
1
-7
/
+9
2012-11-07
ipa-inline-analysis.c (true_predicate, [...]): Fix formatting.
Jan Hubicka
1
-6
/
+15
2012-11-06
ipa-inline-analysis.c (estimate_function_body_sizes, [...]): Cap time calcula...
Jan Hubicka
1
-1
/
+7
2012-11-05
ipa-inline.c (compute_uninlined_call_time, [...]): New functions.
Jan Hubicka
1
-25
/
+48
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+1
2012-10-31
This patch implements generic type query and conversion functions,
Lawrence Crowl
1
-8
/
+11
2012-10-30
* ipa-inline-analysis.c (eliminated_by_inlining_prob): Cleanup.
Jan Hubicka
1
-10
/
+10
2012-10-28
ipa-inline-analysis.c (eliminated_by_inlining_prob): Handle &this->field expr...
Jan Hubicka
1
-0
/
+15
2012-10-28
inlinehint-3.c: New testcase.
Jan Hubicka
1
-2
/
+7
2012-10-28
ipa-inline.c (edge_badness): Reduce precision; use scc hints.
Jan Hubicka
1
-1
/
+25
2012-10-25
ipa-cp.c (ipcp_discover_new_direct_edges): If something was turned to direct ...
Jan Hubicka
1
-69
/
+74
2012-10-07
ipa-inline-analysis.c (do_estimate_edge_time): Return actual time spent by th...
Jan Hubicka
1
-11
/
+6
2012-09-20
function.c (push_cfun): Check old current_function_decl matches old cfun...
Martin Jambor
1
-5
/
+0
2012-09-12
re PR fortran/48636 (Enable more inlining with -O2 and higher)
Jan Hubicka
1
-92
/
+216
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-4
/
+4
2012-08-31
ipa-inline-analysis.c (estimate_function_body_sizes): Allocate nonconstant_na...
Martin Jambor
1
-7
/
+7
2012-08-31
re PR middle-end/54409 (internal compiler error: in remap_predicate, at ipa-i...
Martin Jambor
1
-2
/
+5
2012-08-31
ipa-inline-analysis.c (phi_result_unknown_predicate): New function.
Martin Jambor
1
-1
/
+117
2012-08-31
re PR middle-end/54394 (fatigue2 -flto run time regression)
Martin Jambor
1
-5
/
+10
2012-08-21
re PR fortran/48636 (Enable more inlining with -O2 and higher)
Jan Hubicka
1
-3
/
+170
2012-08-19
re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...
Jan Hubicka
1
-42
/
+83
2012-08-15
timevar.def (TV_VARPOOL, [...]): Remove.
Steven Bosscher
1
-1
/
+1
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-33
/
+33
2012-08-13
basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...
Richard Guenther
1
-1
/
+2
[next]