Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -3966/+0 |
2022-01-11 | c++: Fix ICEs with OBJ_TYPE_REF pretty printing [PR101597] | Jakub Jelinek | 1 | -2/+3 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-05 | Objective-C, NeXT: Reorganise meta-data declarations. | Iain Sandoe | 1 | -8/+1 |
2021-10-08 | opts: include missing header files. | Martin Liska | 1 | -0/+1 |
2021-10-08 | Come up with OPTION_SET_P macro. | Martin Liska | 1 | -2/+2 |
2021-09-01 | Objective-C, NeXT: Fix messenging non-aggregate return-in-memory. | Iain Sandoe | 1 | -13/+16 |
2021-08-19 | Objective-C, NeXT runtime: Correct the default for fobjc-nilcheck. | Iain Sandoe | 1 | -0/+4 |
2021-08-18 | Objective-C: fix crash with -fobjc-nilcheck | Iain Sandoe | 1 | -15/+7 |
2021-08-17 | Objective-C: Default flag_objc_sjlj_exceptions off for NeXT ABI >= 2. | Matt Jacobson | 1 | -2/+2 |
2021-06-28 | objc: Add support for per-location warning groups. | Martin Sebor | 1 | -1/+1 |
2021-05-10 | Come up with startswith function. | Martin Liska | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-01 | Objective-C : Implement SEL as a built-in typedef. | Iain Sandoe | 1 | -0/+7 |
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 | 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-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-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-10 | [Objective-C, NeXT ABI] Identify V2 IVAR refs by metadata. | Iain Sandoe | 1 | -2/+4 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -2/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-08-09 | re PR c/81417 (-Wsign-compare should print types being compared) | Marek Polacek | 1 | -2/+2 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-05-04 | PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.c | Martin Sebor | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -5/+0 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -8/+8 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+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-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -2/+2 |
2014-01-31 | re PR c/59963 (Wrong column number for warning -Woverflow) | Marek Polacek | 1 | -4/+8 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-09-14 | re PR target/48094 (ld: warning: section has unexpectedly large size errors i... | Iain Sandoe | 1 | -28/+0 |
2013-07-21 | Fix some typos. | Ondřej Bílka | 1 | -2/+2 |
2013-05-22 | objc-next-runtime-abi-02.c (build_v2_build_objc_method_call): Fix build_condi... | Paolo Carlini | 1 | -1/+3 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |