aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-20system.h: rename vec_step to workaround powerpc/clang bug [PR114369]Jakub Jelinek1-0/+6
2024-03-07Include safe-ctype.h after C++ standard headers, to avoid over-poisoningFrancois-Xavier Coudert1-21/+18
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-24gcc: configure: drop Valgrind 3.1 compatibilityAlexander Monakov1-20/+3
2023-09-27remove workaround for GCC 4.1-4.3 [PR105606]Jakub Jelinek1-6/+0
2023-04-22Fix up bootstrap with GCC 4.[89] after RAII auto_mpfr and autp_mpz [PR109589]Jakub Jelinek1-0/+3
2023-04-19Transform more gmp/mpfr uses to use RAIIRichard Biener1-0/+1
2023-04-18gcc: Drop obsolete INCLUDE_PTHREAD_HSam James1-4/+0
2023-04-18RAII auto_mpfr and autp_mpzRichard Biener1-0/+18
2023-03-14RISC-V: Avoid calloc() poisoning on muslSam James1-0/+4
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-3/+3
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-11-19jit: Use std::mutex instead of pthread_mutex_tJonathan Wakely1-0/+4
2022-11-10Remove SLOW_SHORT_ACCESS from target headersAndrew Pinski1-1/+1
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-8/+6
2022-06-29jit: avoid calloc() poisoning on musl [PR106102]Sergei Trofimovich1-0/+4
2022-05-17Advise to call 'internal_error' instead of 'abort' or 'fancy_abort'Thomas Schwinge1-2/+4
2022-05-09Simplify STATIC_ASSERT macro.Martin Liška1-2/+1
2022-05-09Come up with {,UN}LIKELY macros.Martin Liska1-1/+4
2022-05-02system.h: Include <initializer_list> in system.h unconditionallyJakub Jelinek1-0/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-12Replace gnu::unique_ptr with std::unique_ptrJonathan Wakely1-5/+3
2021-11-08gcov-profile: Fix -fcompare-debug with -fprofile-generate [PR100520]Martin Liska1-0/+13
2021-10-20Revert "target: support spaces in target attribute."Martin Liska1-21/+0
2021-10-19target: support spaces in target attribute.Martin Liska1-0/+21
2021-06-11Expose stable sort algorithm to gcc_sort_r and add vec::stablesortRichard Biener1-0/+1
2021-05-10Come up with startswith function.Martin Liska1-0/+8
2021-05-04Remove CC0Segher Boessenkool1-1/+2
2021-04-29Add parallelism support to gcov for MinGW platformsEric Botcazou1-0/+4
2021-01-31Add missing definition of SIZE_MAXEric Botcazou1-0/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-17Add rtl-ssaRichard Sandiford1-0/+3
2020-12-17Add an alternative splay tree implementationRichard Sandiford1-0/+3
2020-11-12system: Add WARN_UNUSED_RESULTMarek Polacek1-0/+6
2020-09-21Use ONE_? macros.Martin Liska1-0/+1
2020-09-21Support new mallinfo2 function.Martin Liska1-1/+1
2020-08-14vec: Fix bootstrap on i686-linux, 32-bit darwin and AIXJakub Jelinek1-0/+1
2020-07-02Redefine NULL to nullptrIlya Leoshkevich1-0/+10
2020-07-01move ILS include to system.hRichard Biener1-2/+21
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-04system.h: Include malloc.h if INCLUDE_MALLOC_H and HAVE_MALLINFO.Richard Biener1-0/+6
2019-08-01sort.cc: introduce gcc_sort_rAlexander Monakov1-4/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-16Don't use %z printf length specifierMichael Matz1-1/+5
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska1-0/+25
2018-09-03introduce gcc_stablesortAlexander Monakov1-0/+2
2018-09-03qsort_chk: call from gcc_qsort instead of wrapping itAlexander Monakov1-6/+2
2018-07-17Clean up of new format of -falign-FOO.Martin Liska1-2/+0
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell1-1/+1
2018-05-13Introduce gcc_qsortAlexander Monakov1-2/+5