Age | Commit message (Expand) | Author | Files | Lines |
2020-11-01 | Objective-C : Implement SEL as a built-in typedef. | Iain Sandoe | 5 | -0/+25 |
2020-10-12 | Daily bump. | GCC Administrator | 1 | -0/+66 |
2020-10-11 | Objective-C, Darwin : Make protocols private extern and weak. | Iain Sandoe | 1 | -9/+27 |
2020-10-11 | Objective-C++ : Fix bitfield ivars. | Iain Sandoe | 1 | -6/+1 |
2020-10-11 | Darwin, Objective-C : Adjust objective-c symbol linkage with version. | Iain Sandoe | 1 | -4/+4 |
2020-10-11 | Objective-C, Darwin : Update message call codegen. | Iain Sandoe | 1 | -46/+187 |
2020-10-11 | Objective-C++, Darwin : Make metadata 'extern "C"'. | Iain Sandoe | 1 | -3/+6 |
2020-10-11 | Ojective-C, Darwin : Adjust category superclass ref names (NFC). | Iain Sandoe | 1 | -3/+3 |
2020-10-11 | Objective-C, Darwin : Update protocol metadata to current version. | Iain Sandoe | 1 | -16/+87 |
2020-10-11 | Daily bump. | GCC Administrator | 1 | -0/+28 |
2020-10-10 | Objective-C, Darwin : Pick up super refs directly. | Iain Sandoe | 1 | -38/+38 |
2020-10-10 | Objective-C, Darwin : Update metadata section uses. | Iain Sandoe | 1 | -2/+2 |
2020-10-10 | Objective-C, Darwin : Use special string sections for V2 NeXT runtime. | Iain Sandoe | 1 | -3/+4 |
2020-10-10 | Objective-C: Addess a FIXME (NFC). | Iain Sandoe | 1 | -26/+6 |
2020-09-20 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-09-19 | Change C front end to emit structured loop and switch tree nodes. | Sandra Loosemore | 1 | -4/+2 |
2020-09-18 | Daily bump. | GCC Administrator | 1 | -0/+9 |
2020-09-17 | c-family: Macro support in -Wmisleading-indentation [PR80076] | Patrick Palka | 2 | -4/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 19 | -19/+23 |
2019-10-10 | [Objective-C, NeXT ABI] Identify V2 IVAR refs by metadata. | Iain Sandoe | 3 | -2/+17 |
2019-08-10 | Assorted ChangeLog cleanups. | Jakub Jelinek | 1 | -46/+46 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 3 | -2/+7 |
2019-05-18 | objective-c - add instancetype. | Iain Sandoe | 3 | -2/+23 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 4 | -15/+30 |
2019-05-10 | re PR pch/90326 (Using any precompiled header breaks definition of FLT_MAX) | Jakub Jelinek | 2 | -1/+6 |
2019-04-05 | Fix ChangeLog entries. | Martin Liska | 1 | -1/+1 |
2019-04-05 | Remove usage of apostrophes in error and warning messages (PR translation/899... | Martin Liska | 2 | -6/+19 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 2 | -10/+16 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 19 | -19/+23 |
2018-12-19 | C++: more location wrapper nodes (PR c++/43064, PR c++/43486) | David Malcolm | 2 | -3/+20 |
2018-10-17 | Run selftests for C++ as well as C | David Malcolm | 2 | -0/+7 |
2018-08-27 | Replace 8 spaces with a tabular in ChangeLog files. | Martin Liska | 1 | -1/+1 |
2018-04-20 | Do not overflow string buffer (PR objc/85476). | Martin Liska | 2 | -1/+6 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 19 | -19/+23 |
2017-11-30 | spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;. | Jakub Jelinek | 2 | -1/+6 |
2017-11-10 | PR c/81117 - Improve buffer overflow checking in strncpy | Martin Sebor | 2 | -1/+6 |
2017-10-31 | diagnostics: get rid of *_at_rich_loc in favor of overloading | David Malcolm | 2 | -1/+7 |
2017-10-17 | [PATCH PR/82546] tree node size | Nathan Sidwell | 2 | -3/+10 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 2 | -6/+11 |
2017-09-29 | c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL... | Jakub Jelinek | 2 | -4/+19 |
2017-08-30 | [34/77] Add a SCALAR_INT_TYPE_MODE macro | Richard Sandiford | 2 | -1/+7 |
2017-08-30 | [9/77] Add SCALAR_FLOAT_TYPE_MODE | Richard Sandiford | 2 | -1/+8 |
2017-08-30 | [2/77] Add an E_ prefix to case statements | Richard Sandiford | 2 | -8/+15 |
2017-08-09 | re PR c/81417 (-Wsign-compare should print types being compared) | Marek Polacek | 2 | -2/+8 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 4 | -0/+12 |
2017-07-21 | Remove TYPE_METHODS. | Nathan Sidwell | 2 | -27/+31 |
2017-07-19 | tree.h (TYPE_MINVAL, [...]): Rename to ... | Nathan Sidwell | 2 | -4/+9 |
2017-05-16 | objc-runtime-shared-support.c (build_module_descriptor): Remove unnecessary c... | Sylvestre Ledru | 2 | -5/+7 |
2017-05-09 | c-tree.h (pushdecl): Declare. | Nathan Sidwell | 2 | -1/+6 |
2017-05-04 | PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.c | Martin Sebor | 4 | -3/+11 |