Age | Commit message (Expand) | Author | Files | Lines |
2023-09-27 | remove workaround for GCC 4.1-4.3 [PR105606] | Jakub Jelinek | 1 | -6/+0 |
2023-04-22 | Fix up bootstrap with GCC 4.[89] after RAII auto_mpfr and autp_mpz [PR109589] | Jakub Jelinek | 1 | -0/+3 |
2023-04-19 | Transform more gmp/mpfr uses to use RAII | Richard Biener | 1 | -0/+1 |
2023-04-18 | gcc: Drop obsolete INCLUDE_PTHREAD_H | Sam James | 1 | -4/+0 |
2023-04-18 | RAII auto_mpfr and autp_mpz | Richard Biener | 1 | -0/+18 |
2023-03-14 | RISC-V: Avoid calloc() poisoning on musl | Sam James | 1 | -0/+4 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -3/+3 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-11-19 | jit: Use std::mutex instead of pthread_mutex_t | Jonathan Wakely | 1 | -0/+4 |
2022-11-10 | Remove SLOW_SHORT_ACCESS from target headers | Andrew Pinski | 1 | -1/+1 |
2022-09-02 | STABS: remove -gstabs and -gxcoff functionality | Martin Liska | 1 | -8/+6 |
2022-06-29 | jit: avoid calloc() poisoning on musl [PR106102] | Sergei Trofimovich | 1 | -0/+4 |
2022-05-17 | Advise to call 'internal_error' instead of 'abort' or 'fancy_abort' | Thomas Schwinge | 1 | -2/+4 |
2022-05-09 | Simplify STATIC_ASSERT macro. | Martin Liška | 1 | -2/+1 |
2022-05-09 | Come up with {,UN}LIKELY macros. | Martin Liska | 1 | -1/+4 |
2022-05-02 | system.h: Include <initializer_list> in system.h unconditionally | Jakub Jelinek | 1 | -0/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-12 | Replace gnu::unique_ptr with std::unique_ptr | Jonathan Wakely | 1 | -5/+3 |
2021-11-08 | gcov-profile: Fix -fcompare-debug with -fprofile-generate [PR100520] | Martin Liska | 1 | -0/+13 |
2021-10-20 | Revert "target: support spaces in target attribute." | Martin Liska | 1 | -21/+0 |
2021-10-19 | target: support spaces in target attribute. | Martin Liska | 1 | -0/+21 |
2021-06-11 | Expose stable sort algorithm to gcc_sort_r and add vec::stablesort | Richard Biener | 1 | -0/+1 |
2021-05-10 | Come up with startswith function. | Martin Liska | 1 | -0/+8 |
2021-05-04 | Remove CC0 | Segher Boessenkool | 1 | -1/+2 |
2021-04-29 | Add parallelism support to gcov for MinGW platforms | Eric Botcazou | 1 | -0/+4 |
2021-01-31 | Add missing definition of SIZE_MAX | Eric Botcazou | 1 | -0/+4 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-17 | Add rtl-ssa | Richard Sandiford | 1 | -0/+3 |
2020-12-17 | Add an alternative splay tree implementation | Richard Sandiford | 1 | -0/+3 |
2020-11-12 | system: Add WARN_UNUSED_RESULT | Marek Polacek | 1 | -0/+6 |
2020-09-21 | Use ONE_? macros. | Martin Liska | 1 | -0/+1 |
2020-09-21 | Support new mallinfo2 function. | Martin Liska | 1 | -1/+1 |
2020-08-14 | vec: Fix bootstrap on i686-linux, 32-bit darwin and AIX | Jakub Jelinek | 1 | -0/+1 |
2020-07-02 | Redefine NULL to nullptr | Ilya Leoshkevich | 1 | -0/+10 |
2020-07-01 | move ILS include to system.h | Richard Biener | 1 | -2/+21 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-04 | system.h: Include malloc.h if INCLUDE_MALLOC_H and HAVE_MALLINFO. | Richard Biener | 1 | -0/+6 |
2019-08-01 | sort.cc: introduce gcc_sort_r | Alexander Monakov | 1 | -4/+5 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-16 | Don't use %z printf length specifier | Michael Matz | 1 | -1/+5 |
2018-11-05 | Come up with SIZE_AMOUNT and use it in memory statistics and sort stats. | Martin Liska | 1 | -0/+25 |
2018-09-03 | introduce gcc_stablesort | Alexander Monakov | 1 | -0/+2 |
2018-09-03 | qsort_chk: call from gcc_qsort instead of wrapping it | Alexander Monakov | 1 | -6/+2 |
2018-07-17 | Clean up of new format of -falign-FOO. | Martin Liska | 1 | -2/+0 |
2018-07-05 | Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C. | Nathan Sidwell | 1 | -1/+1 |
2018-05-13 | Introduce gcc_qsort | Alexander Monakov | 1 | -2/+5 |
2018-02-16 | re PR bootstrap/84405 (Fails to bootstrap with GCC 4.1.2, GCC 4.2.4) | Jakub Jelinek | 1 | -0/+6 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-29 | Delete obsolete SDB debug info support. | James E Wilson | 1 | -1/+2 |
2017-10-23 | Add INCLUDE_UNIQUE_PTR and use it (PR bootstrap/82610) | David Malcolm | 1 | -0/+10 |