Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-12-07 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-12-06 | diagnostics: use const and references for diagnostic_info | David Malcolm | 1 | -1/+1 |
2023-11-17 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-11-15 | Fix crash in libcc1 | Tom Tromey | 1 | -0/+1 |
2023-10-23 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2023-10-22 | Config,Darwin: Allow for configuring Darwin to use embedded runpath. | Iain Sandoe | 1 | -8/+110 |
2023-08-12 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2023-08-11 | config: Fix host -rdynamic detection for build != host != target | Joseph Myers | 1 | -1/+1 |
2023-08-08 | Daily bump. | GCC Administrator | 1 | -0/+24 |
2023-08-07 | libtool.m4: augment symcode for Solaris 11 | Nick Alcock | 1 | -1/+1 |
2023-08-07 | Add support for the haiku operating system | Alexander von Gluck IV | 1 | -2/+2 |
2023-08-07 | libtool.m4: fix the NM="/nm/over/here -B/option/with/path" case | Nick Alcock | 1 | -7/+13 |
2023-08-07 | libtool.m4: fix nm BSD flag detection | Nick Alcock | 1 | -44/+45 |
2023-08-07 | GCC: Check if AR works with --plugin and rc | H.J. Lu | 1 | -3/+11 |
2023-08-07 | Sync with binutils: GCC: Pass --plugin to AR and RANLIB | H.J. Lu | 1 | -2/+25 |
2023-05-19 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2023-05-18 | c: use _P() defines from tree.h | Bernhard Reutner-Fischer | 2 | -3/+3 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 26 | -26/+26 |
2022-11-02 | Daily bump. | GCC Administrator | 1 | -0/+9 |
2022-11-01 | c++: per-scope, per-signature lambda discriminators | Nathan Sidwell | 1 | -0/+1 |
2022-11-01 | c++: Reorganize per-scope lambda discriminators | Nathan Sidwell | 1 | -1/+1 |
2022-10-13 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2022-10-12 | regenerate configure files | Martin Liska | 1 | -2/+2 |
2022-10-12 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2022-10-11 | Generic configury support for shared libs on VxWorks | Olivier Hainque | 1 | -2/+46 |
2022-06-28 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2022-06-27 | c++: avoid <memory> poisoning on musl [PR106102] | Sergei Trofimovich | 2 | -0/+2 |
2022-06-02 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2022-06-01 | [PATCH] configure: use OBJDUMP determined by libtool [PR95648] | David Seifert | 1 | -1/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 26 | -26/+26 |
2021-12-17 | Daily bump. | GCC Administrator | 1 | -0/+9 |
2021-12-16 | c++: two-stage name lookup for overloaded operators [PR51577] | Patrick Palka | 1 | -2/+2 |
2021-12-16 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2021-12-15 | configure: Account CXXFLAGS in gcc-plugin.m4. | Iain Sandoe | 1 | -0/+5 |
2021-08-18 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2021-08-17 | Darwin, libcc1: Handle hosts with mdynamic-no-pic support. | Iain Sandoe | 2 | -0/+2 |
2021-06-29 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2021-06-28 | libcc1: Add support for per-location warning groups. | Martin Sebor | 1 | -1/+1 |
2021-05-06 | Daily bump. | GCC Administrator | 1 | -0/+198 |
2021-05-05 | libcc1: avoid a call to c_str | Tom Tromey | 1 | -2/+2 |
2021-05-05 | libcc1: avoid extra string copies | Tom Tromey | 1 | -2/+2 |
2021-05-05 | libcc1: use variadic templates for callbacks | Tom Tromey | 6 | -202/+88 |
2021-05-05 | libcc1: fix a memory leak | Tom Tromey | 1 | -6/+2 |
2021-05-05 | libcc1: share the GCC interface code | Tom Tromey | 3 | -464/+277 |
2021-05-05 | libcc1: use GCC_FE_VERSION_1 in C++ plugin | Tom Tromey | 1 | -1/+1 |
2021-05-05 | libcc1: share GDB plugin code | Tom Tromey | 3 | -178/+145 |
2021-05-05 | libcc1: share basic context code | Tom Tromey | 6 | -420/+321 |
2021-05-05 | libcc1: use static_assert | Tom Tromey | 1 | -2/+2 |
2021-05-05 | libcc1: use foreach | Tom Tromey | 2 | -16/+10 |
2021-05-05 | libcc1: unify compiler handling | Tom Tromey | 6 | -298/+230 |