Age | Commit message (Expand) | Author | Files | Lines |
2017-06-13 | Implement no_sanitize function attribute | Martin Liska | 1 | -8/+3 |
2017-06-08 | cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities. | Jan Hubicka | 1 | -1/+1 |
2017-06-05 | cfgexpand.c (expand_gimple_tailcall): Initialize profile of new edge. | Jan Hubicka | 1 | -2/+3 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -56/+72 |
2017-05-23 | cgraphunit.c (symbol_table::process_new_functions): Update. | Jan Hubicka | 1 | -4/+4 |
2017-05-23 | Introduce symtab_node::dump_{asm_,}name functions. | Martin Liska | 1 | -37/+26 |
2017-05-23 | ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. | Jan Hubicka | 1 | -42/+42 |
2017-05-22 | Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h | Jan Hubicka | 1 | -0/+1 |
2017-05-22 | ipa-inline.c (edge_badness): Use inlined_time instead of inline_summaries->get. | Jan Hubicka | 1 | -2/+3 |
2017-05-19 | ipa-inline.h (ipa_call_summary): Turn sizes into signed; add ctor. | Jan Hubicka | 1 | -2/+2 |
2017-05-19 | ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. | Jan Hubicka | 1 | -23/+18 |
2017-05-14 | use auto_bitmap more | Trevor Saunders | 1 | -4/+2 |
2017-05-03 | Remove ipa_update_after_lto_read | Martin Jambor | 1 | -3/+0 |
2017-05-02 | common.opt (fstrict-overflow): Alias negative to fwrapv. | Richard Biener | 1 | -8/+1 |
2017-04-30 | re PR tree-optimization/79224 (Large C-Ray slowdown) | Jan Hubicka | 1 | -24/+24 |
2017-04-28 | ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal. | Jan Hubicka | 1 | -19/+11 |
2017-04-26 | ipa-cp.c (estimate_local_effects): Convert sreal to int. | Jan Hubicka | 1 | -9/+21 |
2017-02-13 | cprop.c (cprop_jump): Add missing space in string literal. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-17 | re PR middle-end/78306 ([CilkPlus] "inlining failed in call to always_inline ... | Richard Biener | 1 | -5/+0 |
2016-09-20 | Add IPA VRP | Kugan Vivekanandarajah | 1 | -0/+1 |
2016-06-03 | Add option for whether ceil etc. can raise "inexact", adjust x86 conditions. | Joseph Myers | 1 | -0/+1 |
2016-05-25 | Fix dump output typo | Martin Liska | 1 | -1/+1 |
2016-05-16 | ipa-inline.c (report_inline_failed_reason): Look into thunks, too | Jan Hubicka | 1 | -3/+3 |
2016-05-03 | cgraph.c (symbol_table::create_edge): Set inline_failed. | Jan Hubicka | 1 | -6/+9 |
2016-05-02 | ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions | Jan Hubicka | 1 | -14/+18 |
2016-04-21 | ipa-inline.c (can_inline_edge_p): Pass caller info to ultiimate_alias_target. | Jan Hubicka | 1 | -4/+5 |
2016-03-08 | ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because. | Jakub Jelinek | 1 | -1/+1 |
2016-02-22 | re PR middle-end/37448 (cannot compile big function) | Richard Biener | 1 | -3/+27 |
2016-01-22 | ipa-inline.c (can_inline_edge_p): Back out overzealous check on flag_non_call... | Eric Botcazou | 1 | -6/+2 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-04 | * ipa-inline.c (can_inline_edge_p) Use merged_comdat. | Jan Hubicka | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -9/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -9/+8 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -4/+3 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -3/+3 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -12/+4 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -4/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-05-13 | re PR ipa/65873 (Failure to inline always_inline memcpy) | Jan Hubicka | 1 | -35/+55 |
2015-05-09 | bitmap.c, [...]: Add space between string literal and macro name. | Jason Merrill | 1 | -19/+19 |
2015-04-30 | re PR ipa/65873 (Failure to inline always_inline memcpy) | Jan Hubicka | 1 | -3/+0 |
2015-04-17 | ipa-inline.c (can_inline_edge_p): Allow inlining of functions with same attri... | Christian Bruel | 1 | -1/+1 |
2015-04-03 | re PR ipa/65076 (16% tramp3d-v4.cpp compile time regression) | Jan Hubicka | 1 | -2/+3 |
2015-04-01 | lto-cgraph.c (lto_output_node, [...]): Stream split_part. | Jan Hubicka | 1 | -21/+96 |
2015-03-30 | re PR ipa/65076 (16% tramp3d-v4.cpp compile time regression) | Jan Hubicka | 1 | -1/+1 |
2015-03-26 | ipa-inline.c (check_maybe_up, [...]): New macros. | Jan Hubicka | 1 | -41/+48 |
2015-03-26 | ipa-inline-analysis.c (redirect_to_unreachable): New function. | Jan Hubicka | 1 | -33/+37 |