aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppbuiltin.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-05-19re PR sanitizer/64354 (no preprocessor symbol __SANITIZE_THREAD__)Maxim Ostapenko1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-1/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-12Predefine __NO_MATH_ERRNO__ for -fno-math-errno.Joseph Myers1-0/+2
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+3
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie1-1/+1
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+2
2013-08-30Merge ubsan into trunk.Marek Polacek1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-21Define __SANITIZE_ADDRESS__ for -fsanitize=addressH.J. Lu1-0/+3
2011-11-06Check in patch/merge from cxx-mem-model BranchAndrew Macleod1-0/+6
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-29re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke1-1/+2
2010-11-24cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...Nathan Froyd1-0/+5
2010-11-22common.opt (exit_after_options, [...]): New Variable entries.Joseph Myers1-1/+1
2010-11-12re PR bootstrap/46456 (cppbuiltin.o fails to build for arm-eabi)Joern Rennecke1-1/+2
2010-10-23cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __BYTE_ORDER__...Nathan Froyd1-0/+18
2010-10-03cppbuiltin.c: New file.François-Xavier Coudert1-0/+157