summaryrefslogtreecommitdiff
path: root/gcc/system.h
AgeCommit message (Expand)Author
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
2016-11-23system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros.Paolo Bonzini
2016-10-04defaults.h (JCR_SECTION_NAME, [...]): Remove.Jakub Jelinek
2016-09-29[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison itJames Greenhalgh
2016-09-26c-lex.c (c_common_has_attribute): Handle attribute fallthrough.Marek Polacek
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-07-27Use static_assert for STATIC_ASSERT for C++11 onwardsDavid Malcolm
2016-05-16Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks.Matthew Wahab
2016-04-22[PATCH 2/2] (header usage fix) include c++ headers in system.hSzabolcs Nagy
2016-02-29Poison ENABLE_CHECKING macroMartin Liska
2016-01-26configure.ac (ac_cv_std_swap_in_utility): New test.Michael Matz
2016-01-22system.h (string, algorithm): Include only conditionally.Michael Matz
2016-01-04Update copyright years.Jakub Jelinek
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn
2015-11-15remove EXTENDED_SDB_BASIC_TYPESTrevor Saunders