summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline-analysis.c
Commit message (Expand)AuthorAgeFilesLines
* * ipa-inline-analysis.c: Fix formatting.Jan Hubicka2013-01-011-542/+537
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-20/+12
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-285/+227
* re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka2012-11-111-15/+101
* re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor2012-11-071-7/+9
* ipa-inline-analysis.c (true_predicate, [...]): Fix formatting.Jan Hubicka2012-11-071-6/+15
* ipa-inline-analysis.c (estimate_function_body_sizes, [...]): Cap time calcula...Jan Hubicka2012-11-061-1/+7
* ipa-inline.c (compute_uninlined_call_time, [...]): New functions.Jan Hubicka2012-11-051-25/+48
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* This patch implements generic type query and conversion functions,Lawrence Crowl2012-10-311-8/+11
* * ipa-inline-analysis.c (eliminated_by_inlining_prob): Cleanup.Jan Hubicka2012-10-301-10/+10
* ipa-inline-analysis.c (eliminated_by_inlining_prob): Handle &this->field expr...Jan Hubicka2012-10-281-0/+15
* inlinehint-3.c: New testcase.Jan Hubicka2012-10-281-2/+7
* ipa-inline.c (edge_badness): Reduce precision; use scc hints.Jan Hubicka2012-10-281-1/+25
* ipa-cp.c (ipcp_discover_new_direct_edges): If something was turned to direct ...Jan Hubicka2012-10-251-69/+74
* ipa-inline-analysis.c (do_estimate_edge_time): Return actual time spent by th...Jan Hubicka2012-10-071-11/+6
* function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2012-09-201-5/+0
* re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka2012-09-121-92/+216
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-4/+4
* ipa-inline-analysis.c (estimate_function_body_sizes): Allocate nonconstant_na...Martin Jambor2012-08-311-7/+7
* re PR middle-end/54409 (internal compiler error: in remap_predicate, at ipa-i...Martin Jambor2012-08-311-2/+5
* ipa-inline-analysis.c (phi_result_unknown_predicate): New function.Martin Jambor2012-08-311-1/+117
* re PR middle-end/54394 (fatigue2 -flto run time regression)Martin Jambor2012-08-311-5/+10
* re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka2012-08-211-3/+170
* re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka2012-08-191-42/+83
* timevar.def (TV_VARPOOL, [...]): Remove.Steven Bosscher2012-08-151-1/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-33/+33
* basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther2012-08-131-1/+2
* tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka2012-08-131-3/+2
* re PR fortran/48636 (Enable more inlining with -O2 and higher)Martin Jambor2012-08-111-125/+307
* cgraph.h (vector types for symtab_node): Add.Jan Hubicka2012-08-111-10/+12
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-3/+3
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Jan Hubicka2012-08-101-8/+18
* Add free inline summary pass after pass_early_local_passes H.J. Lu2012-08-021-0/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* ipa-prop.h (ipa_get_jf_known_type_offset): New function.Martin Jambor2012-06-041-6/+6
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* ipa-inline-analysis.c (inline_merge_summary): Free operand_map.Martin Jambor2012-05-241-0/+1
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-2/+2
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-13/+13
* re PR tree-optimization/51680 (g++ 4.7 fails to inline trivial template stuff)Jan Hubicka2012-01-081-16/+12
* re PR tree-optimization/51600 (ice in estimate_local_effects)Jan Hubicka2012-01-081-20/+28
* lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou2011-12-131-3/+3
* cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther2011-12-051-1/+1
* ipa-cp.c (ipa_value_from_jfunc): Make global.Maxim Kuvyrkov2011-11-151-33/+143
* re PR tree-optimization/51039 (ICE: in estimate_function_body_sizes, at ipa-i...Richard Guenther2011-11-091-14/+0
* ipa-inline-analysis.c (MAX_TIME): Update comment.Richard Sandiford2011-10-031-2/+2
* * ipa-inline-analysis.c (inline_summary_alloc): Bounds check.Jan Hubicka2011-10-021-9/+11
* ipa-inline-analysis.c (reset_inline_edge_summary): New function.Jan Hubicka2011-10-021-14/+49
* * ipa-inline-analysis.c (MAX_TIME): Reduce to avoid overflows.Jan Hubicka2011-09-271-1/+1