Age | Commit message (Expand) | Author | Files | Lines |
2023-10-08 | libcpp: eliminate LINEMAPS_{ORDINARY,MACRO}_MAPS | David Malcolm | 1 | -16/+0 |
2023-10-08 | libcpp: eliminate LINEMAPS_{,ORDINARY_,MACRO_}CACHE | David Malcolm | 1 | -30/+6 |
2023-10-08 | libcpp: eliminate LINEMAPS_LAST_ALLOCATED{,_ORDINARY,_MACRO}_MAP | David Malcolm | 1 | -25/+0 |
2023-10-08 | libcpp: eliminate COMBINE_LOCATION_DATA | David Malcolm | 1 | -20/+20 |
2023-10-08 | libcpp: "const" and other cleanups | David Malcolm | 1 | -24/+45 |
2023-09-19 | p1689r5: initial support | Ben Boeckel | 2 | -4/+17 |
2023-09-06 | C _BitInt support [PR102989] | Jakub Jelinek | 1 | -0/+1 |
2023-07-06 | GTY: Enhance 'string_length' option documentation | Thomas Schwinge | 1 | -3/+1 |
2023-06-23 | c++: Add support for -std={c,gnu}++2{c,6} | Marek Polacek | 1 | -1/+1 |
2023-06-21 | diagnostics: add support for "text art" diagrams | David Malcolm | 1 | -0/+3 |
2023-03-24 | diagnostics: ensure that .sarif files are UTF-8 encoded [PR109098] | David Malcolm | 1 | -0/+1 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
2022-10-19 | pch: Fix streaming of strings with embedded null bytes | Lewis Hyatt | 2 | -2/+9 |
2022-10-14 | preprocessor: C2x identifier rules | Joseph Myers | 1 | -0/+4 |
2022-10-14 | middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic support | Jakub Jelinek | 1 | -0/+1 |
2022-09-28 | Add instruction level discriminator support. | Eugene Rozenfeld | 1 | -3/+7 |
2022-09-07 | c: New C2x keywords | Joseph Myers | 1 | -0/+3 |
2022-09-07 | libcpp: Named universal character escapes and delimited escape sequence tweaks | Jakub Jelinek | 1 | -1/+6 |
2022-09-02 | c/c++: new warning: -Wxor-used-as-pow [PR90885] | David Malcolm | 1 | -1/+2 |
2022-09-01 | libcpp: Add -Winvalid-utf8 warning [PR106655] | Jakub Jelinek | 1 | -1/+9 |
2022-08-20 | libcpp: Implement C++23 P2290R3 - Delimited escape sequences [PR106645] | Jakub Jelinek | 1 | -0/+3 |
2022-08-18 | preprocessor: Support #warning for standard C2x | Joseph Myers | 1 | -0/+3 |
2022-08-16 | c++: Fix pragma suppression of -Wc++20-compat diagnostics [PR106423] | Tom Honermann | 1 | -0/+4 |
2022-08-08 | preprocessor/106426: Treat u8 character literals as unsigned in char8_t modes. | Tom Honermann | 1 | -2/+2 |
2022-07-15 | libcpp: Improve encapsulation of label_text | Jonathan Wakely | 1 | -12/+13 |
2022-07-13 | libcpp: Avoid pessimizing std::move [PR106272] | Marek Polacek | 1 | -2/+2 |
2022-07-07 | Convert label_text to C++11 move semantics | David Malcolm | 1 | -8/+38 |
2022-01-24 | preprocessor: -Wbidi-chars and UCNs [PR104030] | Marek Polacek | 1 | -5/+6 |
2022-01-18 | pack fields in line-map data structures | Richard Biener | 1 | -7/+7 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 3 | -15/+15 |
2022-01-12 | aix: handle 64bit inodes for include directories | Clément Chigot | 1 | -1/+9 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
2021-12-03 | pch: Add support for PCH for relocatable executables [PR71934] | Jakub Jelinek | 1 | -2/+2 |
2021-12-01 | libcpp: Enable P1949R7 for C++98 too [PR100977] | Jakub Jelinek | 1 | -5/+1 |
2021-11-16 | libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026] | Marek Polacek | 1 | -1/+17 |
2021-11-01 | diagnostics: escape non-ASCII source bytes for certain diagnostics | David Malcolm | 2 | -8/+81 |
2021-10-29 | libcpp: Fix _Pragma expansion [PR102409] | Tobias Burnus | 1 | -0/+1 |
2021-09-01 | libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar... | Jakub Jelinek | 1 | -0/+4 |
2021-08-31 | Disable gcc_rich_location copying and assignment. | Martin Sebor | 1 | -0/+6 |
2021-08-25 | diagnostics: Support for -finput-charset [PR93067] | Lewis Hyatt | 1 | -0/+18 |
2021-05-20 | c: Add support for __FILE_NAME__ macro (PR c/42579) | Christophe Lyon | 1 | -0/+1 |
2021-05-11 | preprocessor: Support C2X #elifdef, #elifndef | Joseph Myers | 1 | -0/+3 |
2021-04-13 | Fix thinko in libcpp preparation patch for modules | Eric Botcazou | 1 | -7/+3 |
2021-02-24 | c++: Macro location fixes [PR 98718] | Nathan Sidwell | 1 | -2/+3 |
2021-02-18 | c++: header-unit build capability [PR 99023] | Nathan Sidwell | 1 | -2/+2 |
2021-02-03 | c++: Implement C++23 P0330 - Literal Suffixes for ptrdiff_t and size_t. | Ed Smith-Rowland | 1 | -1/+7 |
2021-01-26 | c++: Add support for -std=c++23 | Paul Fee | 1 | -1/+2 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
2020-12-14 | preprocessor: Deferred macro support | Nathan Sidwell | 1 | -3/+8 |
2020-12-01 | Feature: Macros for identifying the wide and narrow execution string literal ... | JeanHeyd Meneide | 1 | -0/+5 |