Age | Commit message (Expand) | Author | Files | Lines |
2020-11-10 | Refactor copying decl section names | Strager Neds | 1 | -1/+1 |
2020-08-24 | c++: Emit as-base 'tor symbols for final class. [PR95428] | Jason Merrill | 1 | -8/+2 |
2020-05-07 | extend DECL_GIMPLE_REG_P to all types | Richard Biener | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-09-06 | Remove support for repo files (PR c++/91125). | Martin Liska | 1 | -3/+0 |
2019-06-26 | PR c++/70462 - unnecessary base ctor variant with final. | Jason Merrill | 1 | -4/+8 |
2019-02-05 | re PR c++/89187 (ICE in initialize_argument_information, at calls.c:2023) | Jakub Jelinek | 1 | -0/+2 |
2019-01-21 | re PR c++/88949 (ICE in expand_expr_real_1, at expr.c:10001 with -fopenmp) | Jakub Jelinek | 1 | -1/+20 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-12 | Implement P0722R3, destroying operator delete. | Jason Merrill | 1 | -8/+19 |
2018-07-31 | [c++] Fix DECL_BY_REFERENCE of clone parms | Tom de Vries | 1 | -0/+2 |
2018-05-15 | cp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New. | Paolo Carlini | 1 | -4/+2 |
2018-03-03 | re PR c++/71464 (ICE on invalid code (with redeclared constructor) at -Os: Se... | Paolo Carlini | 1 | -1/+5 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-06 | re PR c++/47791 (finish function is using literal value instead of a #defined... | Paolo Carlini | 1 | -2/+2 |
2017-08-11 | Introduce TARGET_SUPPORTS_ALIASES | Martin Liska | 1 | -3/+3 |
2017-07-21 | Remove TYPE_METHODS. | Nathan Sidwell | 1 | -3/+3 |
2017-03-10 | re PR c++/79899 (ICE in ctor_omit_inherited_parms at gcc/cp/method.c:576 on A... | Jakub Jelinek | 1 | -2/+2 |
2017-02-03 | PR c++/78689 - ICE on constructor with label | Jason Merrill | 1 | -2/+14 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-01 | Implement P0136R1, Rewording inheriting constructors. | Jason Merrill | 1 | -3/+10 |
2016-04-20 | re PR c++/55635 (Deallocation function ("operator delete") not called when de... | Nathan Sidwell | 1 | -13/+11 |
2016-01-26 | re PR c++/68949 (Implicit initialization of array member silently miscompiling.) | Jason Merrill | 1 | -0/+2 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-20 | re PR c++/67354 (internal compiler error: in add_to_same_comdat_group, at sym... | Jakub Jelinek | 1 | -0/+7 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -6/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -8/+4 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
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 | -5/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -3/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+9 |
2014-09-24 | cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P. | Aldy Hernandez | 1 | -1/+1 |
2014-08-31 | re PR c++/62302 (Change in the comdat used for constructors) | Jason Merrill | 1 | -9/+3 |
2014-08-07 | remove pointer-set.[ch] | Trevor Saunders | 1 | -1/+0 |
2014-08-02 | convert many uses of pointer_map to hash_map | Trevor Saunders | 1 | -10/+13 |
2014-07-24 | IPA C++ refactoring 1/N | Martin Liska | 1 | -19/+18 |
2014-06-11 | varasm.c (set_implicit_section): New function. | Jan Hubicka | 1 | -1/+3 |
2014-06-09 | symtab.c (dump_symtab_base): Update dumping. | Jan Hubicka | 1 | -1/+1 |
2014-05-28 | re PR c++/47202 (Endless recursion during mangling) | Jason Merrill | 1 | -0/+2 |
2014-05-24 | tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer. | Jan Hubicka | 1 | -3/+3 |
2014-01-29 | re PR c++/59916 (constructors and destructors can cause "control reaches end ... | Jason Merrill | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-23 | re PR c++/41090 (Using static label reference in c++ class constructor produc... | Jason Merrill | 1 | -34/+259 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -1/+1 |