Age | Commit message (Expand) | Author | Files | Lines |
2020-10-30 | Fix thunk info WRT PCH | Jan Hubicka | 1 | -0/+2 |
2020-10-26 | Fix simdclones | Jan Hubicka | 1 | -1/+0 |
2020-10-23 | Move thunks out of cgraph_node | Jan Hubicka | 1 | -502/+21 |
2020-10-22 | Materialize clones on demand | Jan Hubicka | 1 | -4/+6 |
2020-10-22 | Move nested function info out of cgraph_node | Jan Hubicka | 1 | -7/+6 |
2020-10-09 | random memory leak fixes | Richard Biener | 1 | -0/+1 |
2020-09-14 | Fix dangling references in thunks at -O0 | Eric Botcazou | 1 | -1/+5 |
2020-08-26 | symver: fix attribute matching. | Martin Liska | 1 | -0/+3 |
2020-08-26 | IPA symver: allow multiple symvers for a definition | Martin Liska | 1 | -71/+72 |
2020-07-31 | debug/96383 - emit debug info for used external functions | Richard Biener | 1 | -5/+3 |
2020-07-31 | Do not allocate huge array in output_in_order. | Martin Liska | 1 | -73/+85 |
2020-06-12 | Fix few -Wformat-diag warnings. | Martin Liška | 1 | -1/+1 |
2020-05-12 | openmp: Implement discovery of implicit declare target to clauses | Jakub Jelinek | 1 | -0/+4 |
2020-05-07 | extend DECL_GIMPLE_REG_P to all types | Richard Biener | 1 | -4/+1 |
2020-04-16 | ipa: Make call redirection detect already adjusted calls (PR 93621) | Martin Jambor | 1 | -1/+3 |
2020-03-29 | Fix typo in a warning related to flatten. | Martin Liska | 1 | -2/+1 |
2020-03-24 | cgraphunit: Avoid code generation differences based on -w/TREE_NO_WARNING [PR... | Jakub Jelinek | 1 | -6/+6 |
2020-03-19 | Fix inliner ICE on alias with flatten attribute [PR92372] | Jan Hubicka | 1 | -0/+8 |
2020-03-18 | PR ipa/92799 - ICE on a weakref function definition followed by a declaration | Martin Sebor | 1 | -2/+11 |
2020-01-09 | Make cgraph_edge::resolve-speculation static | Martin Jambor | 1 | -7/+4 |
2020-01-08 | Use cgraph_node::dump_{asm_},name where possible. | Martin Liska | 1 | -4/+5 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-10 | Turn tp_first_run counts back to 32bit values. | Jan Hubicka | 1 | -27/+25 |
2019-12-09 | Come up with constructors of symtab_node, cgraph_node and varpool_node. | Martin Liska | 1 | -1/+1 |
2019-12-08 | Fix overflows in -fprofile-reorder-functions | Jan Hubicka | 1 | -17/+51 |
2019-12-03 | Do not update SSA in lto-stremaer-in | Jan Hubicka | 1 | -0/+1 |
2019-11-30 | cgraph.h (symtab_node): Add symver flag. | Jan Hubicka | 1 | -2/+90 |
2019-11-09 | symtab.c: Fix comment typos. | Jakub Jelinek | 1 | -23/+24 |
2019-10-30 | Remove cgraph_local_info structure. | Martin Liska | 1 | -4/+3 |
2019-10-30 | Remove cgraph_global_info. | Martin Liska | 1 | -8/+8 |
2019-10-29 | Print header in dump_memory_report. | Martin Liska | 1 | -8/+2 |
2019-10-29 | Remove misleading sorting function in ggc memory report. | Martin Liska | 1 | -2/+2 |
2019-10-24 | cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary. | Jan Hubicka | 1 | -1/+4 |
2019-07-24 | cgraphunit.c (symbol_table::compile): Start and stop TV_CGRAPH_IPA_PASSES and... | Giuliano Belinassi | 1 | -1/+8 |
2019-07-04 | re PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc was co... | Richard Biener | 1 | -1/+1 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -2/+2 |
2019-05-16 | gcc: move assemble_start_function / assemble_end_function to output_mi_thunk | Max Filippov | 1 | -4/+0 |
2019-02-13 | Clean up MPX-related stuff. | Martin Liska | 1 | -7/+1 |
2019-02-12 | re PR target/88777 (Out-of-range offsets building glibc test-tgmath2.c for hp... | Jan Hubicka | 1 | -0/+9 |
2019-01-23 | cgraphunit.c (cgraph_node::expand_thunk): When expanding a GIMPLE thunk that ... | Eric Botcazou | 1 | -3/+2 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-20 | fix typo. | Xiong Hu Luo | 1 | -1/+1 |
2018-11-09 | PR middle-end/81824 - Warn for missing attributes with function aliases | Martin Sebor | 1 | -3/+5 |
2018-10-10 | re PR middle-end/87574 (ICE in add_data_member_location_attribute at gcc/gcc/... | Eric Botcazou | 1 | -0/+6 |
2018-10-08 | cgraphunit.c (cgraph_node::expand_thunk): Do not force DECL_IGNORED_P on the ... | Eric Botcazou | 1 | -1/+0 |
2018-10-04 | Error about alias attribute with body definition (PR c/87483). | Martin Liska | 1 | -0/+6 |
2018-09-28 | calls.c (expand_call): Try to do a tail call for thunks at -O0 too. | Eric Botcazou | 1 | -28/+90 |
2018-08-21 | [debug] Add debug and earlydebug dumps | Tom de Vries | 1 | -0/+85 |
2018-08-20 | Add support for grouping of related diagnostics (PR other/84889) | David Malcolm | 1 | -6/+11 |