Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-08-13 | tree-pass.h (write_summary, [...]): Remove set and vset arguments. | Jan Hubicka | 1 | -3/+2 |
2012-08-11 | re PR fortran/48636 (Enable more inlining with -O2 and higher) | Martin Jambor | 1 | -125/+307 |
2012-08-11 | cgraph.h (vector types for symtab_node): Add. | Jan Hubicka | 1 | -10/+12 |
2012-08-10 | tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ... | Richard Guenther | 1 | -3/+3 |
2012-08-10 | re PR middle-end/54146 (Very slow compile with attribute((flatten))) | Jan Hubicka | 1 | -8/+18 |
2012-08-02 | Add free inline summary pass after pass_early_local_passes | H.J. Lu | 1 | -0/+2 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-06-04 | ipa-prop.h (ipa_get_jf_known_type_offset): New function. | Martin Jambor | 1 | -6/+6 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -1/+1 |
2012-05-24 | ipa-inline-analysis.c (inline_merge_summary): Free operand_map. | Martin Jambor | 1 | -0/+1 |
2012-04-16 | cgraph.h (FOR_EACH_VARIABLE, [...]): New macros. | Jan Hubicka | 1 | -2/+2 |