Age | Commit message (Expand) | Author | Files | Lines |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-10-23 | c, c++: Implement -Wsizeof-array-div [PR91741] | Marek Polacek | 1 | -0/+1 |
2020-09-19 | Infrastructure & C front end changes for array parameter checking (PR c/50584). | Martin Sebor | 1 | -1/+1 |
2020-09-19 | Change C front end to emit structured loop and switch tree nodes. | Sandra Loosemore | 1 | -5/+16 |
2020-06-16 | openmp: Initial part of OpenMP 5.0 non-rectangular loop support | Jakub Jelinek | 1 | -0/+1 |
2020-04-08 | [C/C++, OpenACC] Reject vars of different scope in acc declare (PR94120) | Tobias Burnus | 1 | -0/+1 |
2020-03-19 | c: Fix up cfun->function_end_locus from the C FE [PR94029] | Jakub Jelinek | 1 | -1/+1 |
2020-03-17 | c: Handle C_TYPE_INCOMPLETE_VARS even for ENUMERAL_TYPEs [PR94172] | Jakub Jelinek | 1 | -4/+8 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-04 | Fix C handling of use of lvalues of incomplete types (PR c/36941, PR c/88827). | Joseph Myers | 1 | -3/+0 |
2019-11-25 | Properly handle C2x attributes on types. | Joseph Myers | 1 | -3/+9 |
2019-11-20 | Add more pedwarns for [[]] C attributes on types. | Joseph Myers | 1 | -0/+1 |
2019-11-14 | Support C2x [[]] attributes for C. | Joseph Myers | 1 | -5/+20 |
2019-10-29 | Add a simulate_enum_decl langhook | Richard Sandiford | 1 | -0/+2 |
2019-10-29 | Add a simulate_builin_function_decl langhook | Richard Sandiford | 1 | -0/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -3/+3 |
2019-05-09 | Support profile (BB counts and edge probabilities) in GIMPLE FE. | Martin Liska | 1 | -0/+2 |
2019-04-26 | re PR debug/90197 (Cannot step through simple loop at -O -g) | Jakub Jelinek | 1 | -1/+2 |
2019-04-01 | re PR c/71598 (Wrong optimization with aliasing enums) | Richard Biener | 1 | -0/+1 |
2019-03-14 | c-tree.h (enum c_declspec_il): New. | Richard Biener | 1 | -4/+9 |
2019-01-30 | re PR c/89061 (GCC 9 introduces false positive in -Wjump-misses-init) | Jakub Jelinek | 1 | -0/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-19 | c/c++, asm: Use nicer error for duplicate asm qualifiers | Segher Boessenkool | 1 | -1/+1 |
2018-12-06 | asm inline | Segher Boessenkool | 1 | -1/+2 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -6/+6 |
2018-10-18 | Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support. | Joseph Myers | 1 | -0/+2 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -1/+1 |
2018-01-13 | re PR c/83801 ([avr] String constant in __flash not put into .progmem) | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-07 | Allow _Alignas in compound literals (C11 DR#444). | Joseph Myers | 1 | -1/+2 |
2017-12-01 | re PR c/83222 (Inconsistent "initializer element is not constant" error) | Jakub Jelinek | 1 | -0/+1 |
2017-11-19 | re PR c/66618 (Failure to diagnose non-constant initializer for static object... | Jakub Jelinek | 1 | -2/+0 |
2017-10-04 | C: underline parameters in mismatching function calls | David Malcolm | 1 | -1/+3 |
2017-08-24 | C: fix logic within c_expr::get_location | David Malcolm | 1 | -1/+1 |
2017-08-21 | C: use full locations within c_parser_expr_list's vec<location_t> | David Malcolm | 1 | -0/+8 |
2017-08-09 | Boolify some parameters. | Marek Polacek | 1 | -1/+1 |
2017-08-09 | re PR c/81417 (-Wsign-compare should print types being compared) | Marek Polacek | 1 | -1/+1 |
2017-07-06 | Support C++-specific selftests | David Malcolm | 1 | -0/+7 |
2017-06-02 | invoke.texi: Document the -Wsizeof-pointer-div warning. | Bernd Edlinger | 1 | -0/+1 |
2017-05-18 | c-common.c (self_promoting_args_p): Change the return type to bool. | Marek Polacek | 1 | -2/+2 |
2017-05-17 | Bye bye, c_save_expr. | Marek Polacek | 1 | -0/+4 |
2017-05-09 | c-tree.h (pushdecl): Declare. | Nathan Sidwell | 1 | -0/+1 |
2017-03-27 | re PR target/80162 (ICE on invalid code (address of register variable)) | Jakub Jelinek | 1 | -1/+1 |
2017-03-23 | c-tree.h: Remove a C_RID_YYCODE reference. | Marek Polacek | 1 | -2/+1 |
2017-01-24 | Add "__RTL" to cc1 | David Malcolm | 1 | -2/+5 |
2017-01-04 | C FE: implement fix-it hint for -Wmissing-braces | David Malcolm | 1 | -2/+3 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-14 | Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o. | Prasad Ghangal | 1 | -0/+5 |
2016-09-02 | re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP) | Jakub Jelinek | 1 | -0/+1 |
2016-08-19 | Implement C _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+4 |