aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
AgeCommit message (Expand)Author
2021-06-11Expose stable sort algorithm to gcc_sort_r and add vec::stablesortRichard Biener
2021-05-10Come up with startswith function.Martin Liska
2021-05-04Remove CC0Segher Boessenkool
2021-04-29Add parallelism support to gcov for MinGW platformsEric Botcazou
2021-01-31Add missing definition of SIZE_MAXEric Botcazou
2021-01-04Update copyright years.Jakub Jelinek
2020-12-17Add rtl-ssaRichard Sandiford
2020-12-17Add an alternative splay tree implementationRichard Sandiford
2020-11-12system: Add WARN_UNUSED_RESULTMarek Polacek
2020-09-21Use ONE_? macros.Martin Liska
2020-09-21Support new mallinfo2 function.Martin Liska
2020-08-14vec: Fix bootstrap on i686-linux, 32-bit darwin and AIXJakub Jelinek
2020-07-02Redefine NULL to nullptrIlya Leoshkevich
2020-07-01move ILS include to system.hRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-11-04system.h: Include malloc.h if INCLUDE_MALLOC_H and HAVE_MALLINFO.Richard Biener
2019-08-01sort.cc: introduce gcc_sort_rAlexander Monakov
2019-01-01Update copyright years.Jakub Jelinek
2018-11-16Don't use %z printf length specifierMichael Matz
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska
2018-09-03introduce gcc_stablesortAlexander Monakov
2018-09-03qsort_chk: call from gcc_qsort instead of wrapping itAlexander Monakov
2018-07-17Clean up of new format of -falign-FOO.Martin Liska
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell
2018-05-13Introduce gcc_qsortAlexander Monakov
2018-02-16re PR bootstrap/84405 (Fails to bootstrap with GCC 4.1.2, GCC 4.2.4)Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-10-29Delete obsolete SDB debug info support.James E Wilson
2017-10-23Add INCLUDE_UNIQUE_PTR and use it (PR bootstrap/82610)David Malcolm
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford
2017-09-29qsort comparator consistency checkingAlexander Monakov
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford
2017-09-15Turn FUNCTION_ARG_OFFSET into a hookRichard Sandiford
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford
2017-09-13Turn SECONDARY_MEMORY_NEEDED_MODE into a target hookRichard Sandiford
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford
2017-08-30[3/77] Allow machine modes to be classesRichard Sandiford
2017-06-08system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.Jan Hubicka
2017-03-27system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.Gunther Nikl
2017-01-16system.h: Poison strndup (PR bootstrap/78616)David Malcolm
2017-01-06system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, [...]): Define.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23[Patch 7/17] Delete TARGET_FLT_EVAL_METHOD and poison it.James Greenhalgh