aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)Author
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers
2019-11-07 PR c++/91370 - Implement P1041R4 and P1139R2 - Stronger Unicode reqsJakub Jelinek
2019-11-05 Implement C++20 operator<=>.Jason Merrill
2019-10-31 PR preprocessor/92296Jakub Jelinek
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor
2019-10-15[linemap PATCH] Constify lookupNathan Sidwell
2019-10-11Support decimal floating-point constants in C2x.Joseph Myers
2019-10-04[preprocessor/91991] column location overflowNathan Sidwell
2019-10-022019-10-02 Richard Biener <rguenther@suse.de>Richard Biener
2019-10-02Handle :: tokens in C for C2x.Joseph Myers
2019-09-26 * charset.c (UCS_LIMIT): New macro.Eric Botcazou
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt
2019-09-06[preprocessor] Popping "" file namesNathan Sidwell
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand
2019-08-29[preprocessor] Include stackingNathan Sidwell
2019-08-28[Preprocessor] small cleanupsNathan Sidwell
2019-08-09 * zh_TW.po: Update.Joseph Myers
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-03Remove another bunch of dead assignment.Martin Liska
2019-07-02PR preprocessor/90581Qing Zhao
2019-06-26[PR preprocessor/90927] Fixe dependency outputNathan Sidwell
2019-05-20[PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C++ operatorAndrew Pinski
2019-05-14Fix min_location usage in line-map.c (PR preprocessor/90382).Martin Liska
2019-05-14Do a refactoring in linemap (PR preprocessor/90382).Martin Liska
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell
2019-05-06[libcpp] struct deps renamingNathan Sidwell
2019-04-03Fix typo in commentJonathan Wakely
2019-03-08 * sv.po: Update.Joseph Myers
2019-02-26Improve memory statistics report readability.Martin Liska
2019-02-20Fix ICE with #line directive (PR c/89410)David Malcolm
2019-02-18Use 1UL constant in order to not overflow (PR c++/89383).Martin Liska
2019-02-14 * da.po: Update.Joseph Myers
2019-02-12linemap_line_start: protect against location_t overflow (PR lto/88147)David Malcolm
2019-02-06 * eo.po: Update.Joseph Myers
2019-02-06 * ru.po: Update.Joseph Myers
2019-02-05Update .po files.Joseph Myers
2019-02-01Regenerate .pot files.Joseph Myers
2019-01-26 PR preprocessor/88974Jakub Jelinek
2019-01-01 Update copyright years.Jakub Jelinek
2018-11-27PR preprocessor/83173: Enhance -fdump-internal-locations outputMike Gulick
2018-11-27PR preprocessor/83173: Additional check before decrementing highest_locationMike Gulick
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-11-072018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>Hafiz Abid Qadeer
2018-11-05Do not use %zu format in libcpp.Martin Liska
2018-11-05Fix printf call in symtab.c.Martin Liska
2018-11-05Fix string pool statistics.Martin Liska
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers