summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-cppbuiltin.c
Commit message (Expand)AuthorAgeFilesLines
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-2/+2
* c-opts.c (c_common_post_options): Set -ffp-contract=off in C standards modes.Joseph Myers2013-11-061-5/+8
* i386.c (ix86_float_exceptions_rounding_supported_p): New function.Joseph Myers2013-11-051-1/+1
* cpp.texi (__GCC_IEC_559, [...]): Document macros.Joseph Myers2013-11-041-0/+93
* target.c: New file.Jakub Jelinek2013-10-111-1/+1
* c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis2013-06-231-1/+1
* cfgexpand.c (record_or_union_type_has_array_p): New function.Han Shen2013-05-071-0/+2
* cpp.texi: Remove __GXX_EXPERIMENTAL_CXX1Y__.Paolo Carlini2013-04-241-3/+1
* cpp.texi: Document __GXX_EXPERIMENTAL_CXX1Y__.Paolo Carlini2013-04-241-1/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* output.h (merge_weak, [...]): Move protos from here...Steven Bosscher2012-06-041-1/+1
* re PR target/52624 (missing __builtin_bswap16)Eric Botcazou2012-04-111-2/+2
* c-common.h (enum cxx_dialect): Add cxx1y.Jason Merrill2012-03-211-1/+1
* Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2012-03-121-5/+2
* Define __GCC_ATOMIC_TEST_AND_SET_TRUEVALRichard Henderson2012-01-261-0/+5
* gcc:Joseph Myers2011-12-201-1/+1
* c-familyAndrew MacLeod2011-11-281-47/+113
* Check in patch/merge from cxx-mem-model BranchAndrew Macleod2011-11-061-15/+35
* re PR c/49396 (c-family/c-cppbuiltin.c: duplicate if expressions)Richard Biener2011-08-241-1/+1
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-1/+1
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-1/+2
* netbsd.h (ENABLE_EXECUTE_STACK): Remove.Rainer Orth2011-06-091-1/+7
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers2010-11-251-1/+1
* re PR preprocessor/45038 (__DBL_MIN__ result in old-style-cast)Nathan Froyd2010-11-151-3/+7
* Fix PR 46041Michael Meissner2010-10-181-0/+37
* Add fma supportMichael Meissner2010-10-151-3/+14
* cppbuiltin.c: New file.François-Xavier Coudert2010-10-031-85/+10
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-8/+8
* Hookize TARGET_UNWIND_INFO et al.Richard Henderson2010-09-281-1/+1
* system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher2010-06-281-1/+0
* re PR bootstrap/44512 (--enable-build-with-cxx bootstrap fails in revision 16...Joern Rennecke2010-06-171-1/+2
* re PR bootstrap/44509 (Revision 160626 breaks bootstrap on *-apple-darwin*)Jakub Jelinek2010-06-141-5/+9
* cpplib.h (struct cpp_callbacks): Add user_builtin_macro callback.Jakub Jelinek2010-06-111-1/+69
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-0/+1107