summaryrefslogtreecommitdiff
path: root/gcc/cppbuiltin.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell
2018-08-17Merge Ignore and Deprecated in .opt files.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-11-28Remove Cilk Plus support.Julia Koval
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-05-19re PR sanitizer/64354 (no preprocessor symbol __SANITIZE_THREAD__)Maxim Ostapenko
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-12Predefine __NO_MATH_ERRNO__ for -fno-math-errno.Joseph Myers
2014-11-05ipa-chkp.c: New.Ilya Enkovich
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer
2013-08-30Merge ubsan into trunk.Marek Polacek
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-21Define __SANITIZE_ADDRESS__ for -fsanitize=addressH.J. Lu
2011-11-06Check in patch/merge from cxx-mem-model BranchAndrew Macleod
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers
2010-11-29re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke
2010-11-24cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...Nathan Froyd
2010-11-22common.opt (exit_after_options, [...]): New Variable entries.Joseph Myers
2010-11-12re PR bootstrap/46456 (cppbuiltin.o fails to build for arm-eabi)Joern Rennecke
2010-10-23cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __BYTE_ORDER__...Nathan Froyd
2010-10-03cppbuiltin.c: New file.François-Xavier Coudert