nvptx: Support floating point reciprocal instructions
[gcc.git] / libcpp /
2020-07-29 Tiziano Müllerpreprocessor: Teach traditional about has_include ...
2020-07-29 GCC AdministratorDaily bump.
2020-07-28 Jakub Jelineklibcpp: Fix up raw string literal parsing error-recover...
2020-07-28 Nathan Sidwellpreprocessor: Simplify read_main
2020-07-21 GCC AdministratorDaily bump.
2020-07-20 Joseph MyersRegenerate .pot files.
2020-07-20 Nathan Sidwellpreprocessor: line-map cleanups
2020-07-15 GCC AdministratorDaily bump.
2020-07-14 Lewis Hyattdiagnostics: Support conversion of tabs to spaces ...
2020-07-08 GCC AdministratorDaily bump.
2020-07-07 Nathan Sidwellpreprocessor: Better line info for <builtin> & <command...
2020-05-30 GCC AdministratorDaily bump.
2020-05-29 H.J. LuAvoid nested save_CFLAGS and save_LDFLAGS
2020-05-23 David Edelsohnlibcpp, libdecnumber: configure and substitute AR
2020-05-20 Nathan Sidwellpreprocessor: Replace some flags with a single enum
2020-05-19 Nathan Sidwellpreprocessor: Random cleanups
2020-05-19 Nathan Sidwellpreprocessor: Reimplement raw string lexing [pr95149]
2020-05-19 Nathan Sidwellpreprocessor: Fix ICE with EOF in macro args [pr95182]
2020-05-15 Joseph MyersUpdate cpplib sv.po.
2020-05-14 H.J. Lux86: Default CET run-time support to auto
2020-05-13 Jason Merrillc++: Replace "C++2a" with "C++20".
2020-05-12 Nathan Sidwellpreprocessor: EOF location is at end of file [PR95013]
2020-05-12 H.J. Lulibcpp: Enable Intel CET on Intel CET enabled host...
2020-05-08 Nathan Sidwellpreprocessor: Reimplement directives only processing...
2020-04-06 Joseph MyersUpdate cpplib eo.po.
2020-03-31 Joseph MyersUpdate cpplib sr.po.
2020-03-10 Joseph MyersUpdate cpplib da.po.
2020-02-29 Joseph MyersUpdate cpplib ru.po.
2020-02-17 Joseph MyersUpdate cpplib sv.po.
2020-02-14 Joseph MyersUpdate .po files.
2020-02-14 Jakub Jelinekc++: Partially implement P1042R1: __VA_OPT__ wording...
2020-02-07 Joseph MyersRegenerate .pot files.
2020-02-06 Martin SeborRemove trailing comma to avoid pedantic warning in...
2020-02-04 Jakub Jelineklibcpp: Diagnose __has_include outside of preprocessor...
2020-02-04 Jakub Jelineklibcpp: Fix ICEs on __has_include syntax errors [PR93545]
2020-02-01 Andrew BurgessFixes after recent configure changes relating to static...
2020-01-28 Nathan Sidwellpreprocessor: Make __has_include a builtin macro [PR93452]
2020-01-27 Andrew Burgessgcc: Add new configure options to allow static librarie...
2020-01-24 Nathan SidwellRemove bogus __has_include controlling macro
2020-01-20 Nathan Sidwell[PR 80005] Fix __has_include
2020-01-17 Nathan Sidwell[PR93306] Short-circuit has_include
2020-01-16 Andreas KrebbelWork around array out of bounds warning in mkdeps
2020-01-10 David MalcolmAdd diagnostic paths
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-18 David MalcolmDrop unused member from cpp_string_location_reader...
2019-12-14 Jakub Jelinekre PR preprocessor/92919 (invalid memory access in...
2019-12-10 David MalcolmReplace label_text ctor with "borrow" and "take"
2019-12-09 Lewis HyattByte vs column awareness for diagnostic-show-locus...
2019-11-14 Joseph MyersSupport UTF-8 character constants for C2x.
2019-11-07 Jakub JelinekPR c++/91370 - Implement P1041R4 and P1139R2 - Stronger...
2019-11-05 Jason MerrillImplement C++20 operator<=>.
2019-10-31 Jakub Jelinekre PR preprocessor/92296 (internal compiler error:...
2019-10-28 Martin SeborPR c/66970 - Add __has_builtin() macro
2019-10-15 Nathan Sidwell[linemap PATCH] Constify lookup
2019-10-11 Joseph MyersSupport decimal floating-point constants in C2x.
2019-10-04 Nathan Sidwell[preprocessor/91991] column location overflow
2019-10-02 Richard Bienerinternal.h (enum include_type): Remove trailing comma.
2019-10-02 Joseph MyersHandle :: tokens in C for C2x.
2019-09-26 Eric Botcazoucharset.c (UCS_LIMIT): New macro.
2019-09-19 Lewis HyattSupport extended characters in C/C++ identifiers (PR...
2019-09-06 Nathan Sidwell[preprocessor] Popping "" file names
2019-09-05 Nathan Sidwell[preprocessor/91639] #includes at EOF
2019-09-03 Ulrich WeigandRemove Cell Broadband Engine SPU targets
2019-08-29 Nathan Sidwell[preprocessor] Include stacking
2019-08-28 Nathan Sidwell[Preprocessor] small cleanups
2019-08-09 Joseph Myers* zh_TW.po: Update.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-03 Martin LiskaRemove another bunch of dead assignment.
2019-07-02 Qing Zhaore PR preprocessor/90581 (provide an option to adjust...
2019-06-26 Nathan Sidwell[PR preprocessor/90927] Fixe dependency output
2019-05-20 Andrew Pinski[PATCH] Fix PR 81721: ICE with PCH and Pragma warning...
2019-05-14 Martin LiskaFix min_location usage in line-map.c (PR preprocessor...
2019-05-14 Martin LiskaDo a refactoring in linemap (PR preprocessor/90382).
2019-05-07 Nathan Sidwell[libcpp] Reimplement mkdeps data structures
2019-05-07 Nathan Sidwell[libcpp] Reimplement mkdeps data structures
2019-05-06 Nathan Sidwell[libcpp] struct deps renaming
2019-04-03 Jonathan WakelyFix typo in comment
2019-03-08 Joseph Myers* sv.po: Update.
2019-02-26 Martin LiskaImprove memory statistics report readability.
2019-02-20 David MalcolmFix ICE with #line directive (PR c/89410)
2019-02-18 Martin LiskaUse 1UL constant in order to not overflow (PR c++/89383).
2019-02-14 Joseph Myers* da.po: Update.
2019-02-12 David Malcolmlinemap_line_start: protect against location_t overflow...
2019-02-06 Joseph Myers* eo.po: Update.
2019-02-06 Joseph Myers* ru.po: Update.
2019-02-05 Joseph MyersUpdate .po files.
2019-02-01 Joseph MyersRegenerate .pot files.
2019-01-26 Jakub Jelinekre PR preprocessor/88974 (ICE: Segmentation fault ...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-27 Mike GulickPR preprocessor/83173: Enhance -fdump-internal-location...
2018-11-27 Mike GulickPR preprocessor/83173: Additional check before decremen...
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-07 Hafiz Abid Qadeericonv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2018-11-05 Martin LiskaDo not use %zu format in libcpp.
2018-11-05 Martin LiskaFix printf call in symtab.c.
2018-11-05 Martin LiskaFix string pool statistics.
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-31 Nathan Sidwell[6/6] Preprocessor forced macro location
2018-10-31 Nathan Sidwell[5/6] Preprocessor include
next