Age | Commit message (Expand) | Author | Files | Lines |
2024-09-30 | diagnostics: use "%e" to avoid intermediate strings [PR116613] | David Malcolm | 1 | -1/+1 |
2024-01-17 | Fix comment typos | Jakub Jelinek | 1 | -1/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-09 | c++: Don't diagnose ignoring of attributes if all ignored attributes are attr... | Jakub Jelinek | 1 | -0/+1 |
2023-12-02 | Allow target attributes in non-gnu namespaces | Richard Sandiford | 1 | -3/+9 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -8/+8 |
2023-01-13 | Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end. | Qing Zhao | 1 | -2/+0 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-06 | Update -Warray-bounds with -fstrict-flex-arrays. | Qing Zhao | 1 | -0/+2 |
2022-10-07 | c++: Improve handling of foreigner namespace attributes | Jakub Jelinek | 1 | -1/+18 |
2022-10-05 | c: support the attribute starting with '_' | Martin Liska | 1 | -2/+2 |
2022-10-04 | attribs: Add overloads with namespace name | Jakub Jelinek | 1 | -0/+38 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-17 | attribs: Fix wrong error with -Wno-attribute=A::b [PR103649] | Marek Polacek | 1 | -0/+2 |
2021-12-03 | x86: Speed up target attribute handling by using a cache | Jakub Jelinek | 1 | -0/+1 |
2021-11-24 | attribs: Fix ICEs on attributes starting with _ [PR103365] | Jakub Jelinek | 1 | -3/+8 |
2021-11-10 | attribs: Implement -Wno-attributes=vendor::attr [PR101940] | Marek Polacek | 1 | -4/+24 |
2021-09-19 | [PATCH] Remove unused function make_unique_name. | Benjamin Peterson | 1 | -1/+0 |
2021-07-28 | Add new gimple-ssa-warn-access pass. | Martin Sebor | 1 | -2/+0 |
2021-04-15 | c++: Tweak merging of vector attributes that affect type identity [PR98852] | Richard Sandiford | 1 | -0/+1 |
2021-04-15 | c: Don't drop vector attributes that affect type identity [PR98852] | Richard Sandiford | 1 | -0/+2 |
2021-02-01 | Reset front end trees before they make it into the middle end (PR middle-end/... | Martin Sebor | 1 | -0/+3 |
2021-01-18 | analyzer: use "malloc" attribute | David Malcolm | 1 | -0/+2 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-09-19 | Infrastructure & C front end changes for array parameter checking (PR c/50584). | Martin Sebor | 1 | -2/+65 |
2020-08-28 | Add -Wstringop-overread for reading past the end by string functions. | Martin Sebor | 1 | -1/+0 |
2020-06-04 | Implement a solution for PR middle-end/10138 and PR middle-end/95136. | Martin Sebor | 1 | -1/+11 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-22 | PR middle-end/83859 - attributes to associate pointer arguments and sizes | Martin Sebor | 1 | -0/+20 |
2019-06-19 | PR c++/60364 - noreturn after first decl not diagnosed. | Marek Polacek | 1 | -0/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-09 | PR middle-end/81824 - Warn for missing attributes with function aliases | Martin Sebor | 1 | -0/+6 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-07 | PR c/81544 - attribute noreturn and warn_unused_result on the same function a... | Martin Sebor | 1 | -1/+1 |
2017-10-25 | re PR libstdc++/81706 (std::sin vectorization bug) | Jakub Jelinek | 1 | -0/+10 |
2017-09-12 | Reduce lookup_attribute memory footprint. | Martin Liska | 1 | -11/+9 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+113 |
2017-08-07 | Canonicalize names of attributes. | Martin Liska | 1 | -0/+43 |
2017-05-11 | attribs.h (sorted_attr_string): Move machine independent functions for target... | Michael Meissner | 1 | -0/+6 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-04-25 | Implement C++17 [[maybe_unused]] attribute. | Jason Merrill | 1 | -0/+3 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | Makefile.in (OBJS): Add multiple_target.o. | Evgeny Stupachenko | 1 | -0/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
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/+40 |