Age | Commit message (Expand) | Author | Files | Lines |
2020-10-26 | Make default duplicate and insert methods of summaries abort; fix fallout | Jan Hubicka | 1 | -1/+5 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-06-01 | Cleanup global decl stream reference streaming, part 1 | Jan Hubicka | 1 | -10/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-05 | hsa-brig.c: Include alloc-pool.h | Jan Hubicka | 1 | -0/+1 |
2019-11-04 | ipa-reference.c (init_function_info): Initialize info->global.statics_read. | Jan Hubicka | 1 | -0/+1 |
2019-10-30 | Remove cgraph_global_info. | Martin Liska | 1 | -2/+2 |
2019-10-24 | ipa-reference.c (ipa_reference_optimization_summary_d): Rename statics_not_re... | Jan Hubicka | 1 | -77/+112 |
2019-10-23 | ipa-reference.c (varpool_removal_hook, [...]): Fix previous patch. | Jan Hubicka | 1 | -4/+2 |
2019-10-23 | ipa-reference.h (ipa_reference_var_uid): Move offline. | Jan Hubicka | 1 | -30/+87 |
2019-10-10 | ipa-reference.c: Do not include splay-tree.h | Jan Hubicka | 1 | -18/+14 |
2019-10-10 | * ipa-reference.c (propagate): Fix releasing of IPA summaries. | Jan Hubicka | 1 | -2/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-06-10 | Reduce SCCs in IPA postorder. | Martin Liska | 1 | -5/+12 |
2019-02-18 | Come up with fast {function,call}_summary classes (PR ipa/89306). | Martin Liska | 1 | -7/+6 |
2019-02-11 | Construct ipa_reduced_postorder always for overwritable (PR ipa/89009). | Martin Liska | 1 | -1/+1 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -2/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-09 | Come up with -fipa-reference-addressable flag. | Martin Liska | 1 | -1/+1 |
2018-06-21 | Fix IPA crash in libgccjit | David Malcolm | 1 | -0/+6 |
2018-06-08 | Use symtab_summary in ipa-reference.c. | Martin Liska | 1 | -110/+95 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-05-23 | Introduce symtab_node::dump_{asm_,}name functions. | Martin Liska | 1 | -17/+10 |
2017-05-14 | use auto_bitmap more | Trevor Saunders | 1 | -2/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-03-08 | ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-09 | re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2) | Jan Hubicka | 1 | -10/+26 |
2015-12-09 | re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2) | Jan Hubicka | 1 | -28/+45 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -7/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -6/+5 |
2015-07-09 | lto-streamer.h: Don't include target.h and alloc-pool.h. | Andrew MacLeod | 1 | -1/+0 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -11/+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-04-17 | Fix IPA memory leaks. | Martin Liska | 1 | -0/+1 |
2015-01-30 | Always pass explicit location to fatal_error. | Joseph Myers | 1 | -1/+2 |
2015-01-20 | re PR lto/64684 (wrong code by LTO on x86_64-linux-gnu) | Richard Biener | 1 | -21/+9 |
2015-01-18 | ipa-icf-32.c: Update template. | Jan Hubicka | 1 | -11/+57 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-15 | re PR ipa/61602 (ICE in lto1 on x86_64-linux-gnu in ipa_single_use, at ipa.c:... | Jan Hubicka | 1 | -2/+3 |
2014-12-04 | PR jit/63854: Fix leak of ipa hooks | David Malcolm | 1 | -0/+11 |
2014-11-19 | PR jit/63854: Fix leak of optimization_summary_obstack | David Malcolm | 1 | -1/+5 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+5 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+8 |
2014-10-21 | State cleanups from jit branch | David Malcolm | 1 | -4/+13 |
2014-08-25 | IPA C++ refactoring 4/N | Martin Liska | 1 | -7/+7 |