Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | symtab: Fold &a == &b to 0 if folding_initializer [PR94716] | Jakub Jelinek | 1 | -3/+11 |
2022-01-03 | c++: Support &typeid(x) == &typeid(y) and typeid(x) == typeid(y) in constant ... | Jakub Jelinek | 1 | -0/+8 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-10 | symtab: fix comment typo | Jason Merrill | 1 | -1/+1 |
2021-11-18 | Turn -fsemantic-interposition to optimization flag | Jan Hubicka | 1 | -0/+2 |
2021-08-13 | ipa: do not make localaliases for target_clones [PR101261] | Martin Liska | 1 | -0/+2 |
2021-05-04 | Fix libiberty link failures in LTO mode for MinGW | Eric Botcazou | 1 | -4/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-01 | IPA: drop implicit_section again | Martin Liska | 1 | -1/+4 |
2020-11-30 | Add function comments for recently added member functions. | Jeff Law | 1 | -0/+7 |
2020-11-10 | Improve efficiency of copying section from another tree | Strager Neds | 1 | -5/+26 |
2020-11-10 | Refactor section name ref counting | Strager Neds | 1 | -19/+36 |
2020-11-10 | Refactor copying decl section names | Strager Neds | 1 | -4/+10 |
2020-11-06 | Move ipa-refs from ggc to heap. | Jan Hubicka | 1 | -9/+8 |
2020-11-04 | Fix copying of clone_info while reshaping clone tree. | Jan Hubicka | 1 | -3/+4 |
2020-10-28 | lto: LTO cgraph support for late declare variant resolution [PR96680] | Jakub Jelinek | 1 | -1/+1 |
2020-10-26 | Fix simdclones | Jan Hubicka | 1 | -1/+9 |
2020-10-15 | Also accept symbols in other partition in symtab_node::binds_to_current_def_p | Jan Hubicka | 1 | -1/+1 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+2 |
2020-08-01 | Verify symtab order | Jan Hubicka | 1 | -0/+13 |
2020-04-20 | Fix spacing in symtab_node::dump_references. | Martin Liska | 1 | -8/+6 |
2020-03-23 | Save ref->speculative_id before clone_reference. | Martin Liska | 1 | -3/+6 |
2020-03-20 | Fix verifier ICE on wrong comdat local flag [PR93347] | Jan Hubicka | 1 | -0/+11 |
2020-02-05 | cgraph: A COMDAT decl always has non-zero address. | Jason Merrill | 1 | -5/+5 |
2020-01-30 | cgraph: Avoid creating multiple *.localalias aliases with the same name [PR93... | Jakub Jelinek | 1 | -2/+12 |
2020-01-13 | Missed function specialization + partial devirtualization | Xiong Hu Luo | 1 | -0/+5 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-19 | Fix symver attribute with LTO | Jan Hubicka | 1 | -0/+16 |
2019-12-17 | symtab.c (symtab_node::get_partitioning_class): Aliases of external symbols a... | Jan Hubicka | 1 | -0/+5 |
2019-12-03 | Clear calls_comdat_local when comdat group is dissolved | Jan Hubicka | 1 | -0/+2 |
2019-11-30 | cgraph.h (symtab_node): Add symver flag. | Jan Hubicka | 1 | -1/+10 |
2019-11-30 | cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline. | Jan Hubicka | 1 | -0/+7 |
2019-11-28 | cgraph: ifunc resolvers cannot be made local (PR 92697) | Martin Jambor | 1 | -1/+3 |
2019-11-09 | symtab.c: Fix comment typos. | Jakub Jelinek | 1 | -12/+12 |
2019-10-30 | Remove cgraph_global_info. | Martin Liska | 1 | -3/+3 |
2019-08-14 | Enable math functions linking with static library for LTO | Xiong Hu Luo | 1 | -4/+12 |
2019-07-22 | cgraph.c (dump_graphviz): New function. | Giuliano Belinassi | 1 | -0/+17 |
2019-06-12 | re PR c/90760 (ICE on attributes section and alias in set_section, at symtab.... | Jakub Jelinek | 1 | -1/+1 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -0/+13 |
2019-05-06 | Add lto-dump tool. | Hrishikesh Kulkarni | 1 | -0/+17 |
2019-04-05 | Remove usage of apostrophes in error and warning messages (PR translation/899... | Martin Liska | 1 | -1/+1 |
2019-03-11 | Wrap apostrophes in gcc internal format with %'. | Martin Liska | 1 | -4/+4 |
2019-03-07 | Significantly speed up verifiers for a cgraph_node with many clones. | Martin Liska | 1 | -16/+23 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -9/+9 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-22 | symtab.c (symtab_node::increase_alignment): Correct max alignment check. | Paul Koning | 1 | -1/+1 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -1/+1 |
2018-06-08 | Remove MPX | Martin Liska | 1 | -1/+1 |
2018-05-25 | PR c++/80485 - inline function non-zero address. | Jason Merrill | 1 | -4/+4 |
2018-05-22 | Don't mark IFUNC resolver as only called directly | H.J. Lu | 1 | -2/+9 |