aboutsummaryrefslogtreecommitdiff
path: root/libcc1
AgeCommit message (Expand)Author
2024-05-21Update ChangeLog and version files for releasereleases/gcc-13.3.0Jakub Jelinek
2024-04-04Daily bump.GCC Administrator
2024-04-03libcc1: fix <vector> includeFrancois-Xavier Coudert
2023-07-27Update ChangeLog and version files for releasereleases/gcc-13.2.0Jakub Jelinek
2023-04-26Update ChangeLog and version files for releasereleases/gcc-13.1.0Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-11-02Daily bump.GCC Administrator
2022-11-01c++: per-scope, per-signature lambda discriminatorsNathan Sidwell
2022-11-01c++: Reorganize per-scope lambda discriminatorsNathan Sidwell
2022-10-13Daily bump.GCC Administrator
2022-10-12regenerate configure filesMartin Liska
2022-10-12Daily bump.GCC Administrator
2022-10-11Generic configury support for shared libs on VxWorksOlivier Hainque
2022-06-28Daily bump.GCC Administrator
2022-06-27c++: avoid <memory> poisoning on musl [PR106102]Sergei Trofimovich
2022-06-02Daily bump.GCC Administrator
2022-06-01[PATCH] configure: use OBJDUMP determined by libtool [PR95648]David Seifert
2022-01-03Update copyright years.Jakub Jelinek
2021-12-17Daily bump.GCC Administrator
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka
2021-12-16Daily bump.GCC Administrator
2021-12-15configure: Account CXXFLAGS in gcc-plugin.m4.Iain Sandoe
2021-08-18Daily bump.GCC Administrator
2021-08-17Darwin, libcc1: Handle hosts with mdynamic-no-pic support.Iain Sandoe
2021-06-29Daily bump.GCC Administrator
2021-06-28libcc1: Add support for per-location warning groups.Martin Sebor
2021-05-06Daily bump.GCC Administrator
2021-05-05libcc1: avoid a call to c_strTom Tromey
2021-05-05libcc1: avoid extra string copiesTom Tromey
2021-05-05libcc1: use variadic templates for callbacksTom Tromey
2021-05-05libcc1: fix a memory leakTom Tromey
2021-05-05libcc1: share the GCC interface codeTom Tromey
2021-05-05libcc1: use GCC_FE_VERSION_1 in C++ pluginTom Tromey
2021-05-05libcc1: share GDB plugin codeTom Tromey
2021-05-05libcc1: share basic context codeTom Tromey
2021-05-05libcc1: use static_assertTom Tromey
2021-05-05libcc1: use foreachTom Tromey
2021-05-05libcc1: unify compiler handlingTom Tromey
2021-05-05libcc1: use unique_ptr moreTom Tromey
2021-05-05libcc1: add more uses of 'deleter'Tom Tromey
2021-05-05libcc1: add deleter objectsTom Tromey
2021-05-05libcc1: use std::vector when building function typesTom Tromey
2021-05-05libcc1: use variadic templates for "rpc"Tom Tromey
2021-05-05libcc1: use variadic templates for "call"Tom Tromey
2021-05-05libcc1: delete copy constructor and assignment operatorsTom Tromey
2021-05-05libcc1: inline some simple methodsTom Tromey
2021-05-05libcc1: use "override"Tom Tromey
2021-05-05libcc1: use templates to unmarshall enumsTom Tromey
2021-05-04Daily bump.GCC Administrator
2021-05-03GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPsH.J. Lu