Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
2021-05-05 | libcc1: use unique_ptr more | Tom Tromey | 2 | -38/+26 |
2021-05-05 | libcc1: add more uses of 'deleter' | Tom Tromey | 4 | -100/+105 |
2021-05-05 | libcc1: add deleter objects | Tom Tromey | 1 | -131/+45 |
2021-05-05 | libcc1: use std::vector when building function types | Tom Tromey | 2 | -12/+10 |
2021-05-05 | libcc1: use variadic templates for "rpc" | Tom Tromey | 2 | -154/+8 |
2021-05-05 | libcc1: use variadic templates for "call" | Tom Tromey | 2 | -159/+25 |
2021-05-05 | libcc1: delete copy constructor and assignment operators | Tom Tromey | 3 | -32/+24 |
2021-05-05 | libcc1: inline some simple methods | Tom Tromey | 2 | -11/+4 |
2021-05-05 | libcc1: use "override" | Tom Tromey | 2 | -6/+6 |
2021-05-05 | libcc1: use templates to unmarshall enums | Tom Tromey | 5 | -106/+25 |
2021-05-04 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2021-05-03 | GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs | H.J. Lu | 1 | -13/+32 |
2021-01-06 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2021-01-05 | Update GNU/Hurd configure support | Samuel Thibault | 1 | -11/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 21 | -21/+21 |
2020-12-19 | Daily bump. | GCC Administrator | 1 | -0/+7 |
2020-12-18 | libcc1: Fix up libcc1 configure [PR98330] | Jakub Jelinek | 2 | -2/+2 |
2020-12-06 | Daily bump. | GCC Administrator | 1 | -0/+8 |
2020-12-05 | Darwin : Update libtool and dependencies for Darwin20 [PR97865] | Iain Sandoe | 4 | -17/+51 |
2020-11-30 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2020-11-29 | Fix hppa64-hpux11 build to remove source paths from embedded path. | John David Anglin | 1 | -4/+4 |
2020-11-12 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2020-11-11 | c++: Correct the handling of alignof(expr) [PR88115] | Patrick Palka | 1 | -1/+1 |
2020-11-11 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2020-11-10 | c++: Improve static_assert diagnostic [PR97518] | Marek Polacek | 1 | -1/+1 |
2020-11-07 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2020-11-06 | core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN | Nathan Sidwell | 2 | -2/+2 |
2020-10-15 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2020-10-14 | c++: DECL_FRIEND_P cleanup | Nathan Sidwell | 1 | -1/+1 |
2020-10-08 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-10-07 | c++: Rename DECL_BUILTIN_P to DECL_UNDECLARED_BUILTIN_P | Nathan Sidwell | 1 | -1/+1 |
2020-10-03 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2020-10-02 | c++: Kill DECL_ANTICIPATED | Nathan Sidwell | 1 | -1/+0 |
2020-09-26 | Daily bump. | GCC Administrator | 1 | -0/+4 |