summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline-analysis.c
Commit message (Expand)AuthorAgeFilesLines
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders2013-11-181-5/+5
* gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod2013-11-171-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2013-10-311-2/+2
* Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer2013-10-291-0/+4
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-26/+26
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+7
* ipa-inline-analysis.c (find_foldable_builtin_expect): Find the candidate of b...Rong Xu2013-10-031-0/+82
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* re PR ipa/58332 (error: inlined_to pointer is set but no predecessors found)Jan Hubicka2013-09-171-1/+21
* ipa-inline-analysis.c (struct growth_data): Add node.Jan Hubicka2013-09-131-3/+4
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Makefile.in: Add ipa-profile.oJan Hubicka2013-09-011-2/+2
* cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka2013-08-301-0/+5
* ipa-inline-analysis.c (add_clause): Avoid shifting integer NUM_CONDITIONS bit...Marek Polacek2013-08-141-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-18/+38
* ipa-cp.c (gather_context_independent_values): Use ipa_get_param_move_cost.Jan Hubicka2013-08-031-2/+3
* cgraph.h (const_value_known_p): Replace by ...Jan Hubicka2013-06-191-1/+2
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-6/+6
* ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor2013-05-151-4/+5
* Follow-on patch to r197595 to complete the replacement of truncating divides ...Teresa Johnson2013-05-021-6/+3
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-6/+6
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* * 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