Age | Commit message (Expand) | Author | Files | Lines |
2020-09-08 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-09-07 | gcc: Make strchr return value pointers const | Martin Storsjö | 1 | -1/+1 |
2020-07-31 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-07-30 | Require CET support only for the final GCC build | H.J. Lu | 1 | -4/+17 |
2020-07-30 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-07-29 | preprocessor: Teach traditional about has_include [PR95889] | Tiziano Müller | 2 | -1/+6 |
2020-07-29 | Daily bump. | GCC Administrator | 1 | -0/+11 |
2020-07-28 | libcpp: Fix up raw string literal parsing error-recovery [PR96323] | Jakub Jelinek | 1 | -1/+2 |
2020-07-28 | preprocessor: Simplify read_main | Nathan Sidwell | 1 | -6/+3 |
2020-07-21 | Daily bump. | GCC Administrator | 2 | -0/+11 |
2020-07-20 | Regenerate .pot files. | Joseph Myers | 1 | -117/+127 |
2020-07-20 | preprocessor: line-map cleanups | Nathan Sidwell | 1 | -31/+21 |
2020-07-15 | Daily bump. | GCC Administrator | 1 | -0/+23 |
2020-07-14 | diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904] | Lewis Hyatt | 3 | -38/+101 |
2020-07-08 | Daily bump. | GCC Administrator | 1 | -0/+11 |
2020-07-07 | preprocessor: Better line info for <builtin> & <command-line> | Nathan Sidwell | 5 | -26/+52 |
2020-05-30 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-05-29 | Avoid nested save_CFLAGS and save_LDFLAGS | H.J. Lu | 1 | -6/+6 |
2020-05-23 | libcpp, libdecnumber: configure and substitute AR | David Edelsohn | 4 | -1/+101 |
2020-05-20 | preprocessor: Replace some flags with a single enum | Nathan Sidwell | 4 | -35/+36 |
2020-05-19 | preprocessor: Random cleanups | Nathan Sidwell | 6 | -34/+19 |
2020-05-19 | preprocessor: Reimplement raw string lexing [pr95149] | Nathan Sidwell | 2 | -249/+279 |
2020-05-19 | preprocessor: Fix ICE with EOF in macro args [pr95182] | Nathan Sidwell | 2 | -9/+16 |
2020-05-15 | Update cpplib sv.po. | Joseph Myers | 2 | -3/+7 |
2020-05-14 | x86: Default CET run-time support to auto | H.J. Lu | 2 | -6/+41 |
2020-05-13 | c++: Replace "C++2a" with "C++20". | Jason Merrill | 6 | -11/+16 |
2020-05-12 | preprocessor: EOF location is at end of file [PR95013] | Nathan Sidwell | 3 | -11/+40 |
2020-05-12 | libcpp: Enable Intel CET on Intel CET enabled host for jit | H.J. Lu | 5 | -2/+180 |
2020-05-08 | preprocessor: Reimplement directives only processing, support raw literals. | Nathan Sidwell | 6 | -253/+508 |
2020-04-06 | Update cpplib eo.po. | Joseph Myers | 2 | -45/+40 |
2020-03-31 | Update cpplib sr.po. | Joseph Myers | 2 | -47/+35 |
2020-03-10 | Update cpplib da.po. | Joseph Myers | 2 | -30/+25 |
2020-02-29 | Update cpplib ru.po. | Joseph Myers | 2 | -28/+23 |
2020-02-17 | Update cpplib sv.po. | Joseph Myers | 2 | -39/+25 |
2020-02-14 | Update .po files. | Joseph Myers | 22 | -3938/+4686 |
2020-02-14 | c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319] | Jakub Jelinek | 2 | -19/+59 |
2020-02-07 | Regenerate .pot files. | Joseph Myers | 2 | -209/+241 |
2020-02-05 | Remove trailing comma to avoid pedantic warning in C++ 98 mode: comma at end ... | Martin Sebor | 2 | -1/+6 |
2020-02-04 | libcpp: Diagnose __has_include outside of preprocessor directives [PR93545] | Jakub Jelinek | 2 | -0/+8 |
2020-02-04 | libcpp: Fix ICEs on __has_include syntax errors [PR93545] | Jakub Jelinek | 2 | -3/+27 |
2020-02-01 | Fixes after recent configure changes relating to static libraries | Andrew Burgess | 2 | -1/+5 |
2020-01-28 | preprocessor: Make __has_include a builtin macro [PR93452] | Nathan Sidwell | 9 | -93/+82 |
2020-01-27 | gcc: Add new configure options to allow static libraries to be selected | Andrew Burgess | 2 | -6/+27 |
2020-01-24 | Remove bogus __has_include controlling macro | Nathan Sidwell | 2 | -5/+4 |
2020-01-20 | [PR 80005] Fix __has_include | Nathan Sidwell | 10 | -65/+103 |
2020-01-17 | [PR93306] Short-circuit has_include | Nathan Sidwell | 2 | -22/+18 |
2020-01-16 | Work around array out of bounds warning in mkdeps | Andreas Krebbel | 1 | -1/+1 |
2020-01-10 | Add diagnostic paths | David Malcolm | 3 | -1/+17 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 26 | -27/+31 |
2019-12-18 | Drop unused member from cpp_string_location_reader (PR preprocessor/92982) | David Malcolm | 3 | -2/+9 |