aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-cppbuiltin.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+5
2015-10-19Implement N4268, Do constant evaluation of all non-type template args.Jason Merrill1-0/+1
2015-10-19c-cppbuiltin.c (c_cpp_builtins): Define __cpp_enumerator_attributes...Jason Merrill1-1/+5
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-1/+1
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+4
2015-09-21Complete the implementation of N4230, Nested namespace definition.Ville Voutilainen1-0/+2
2015-08-18re PR c++/67160 (static_assert feature test macro)Paolo Carlini1-3/+9
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+4
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-262015-05-26 Christian Bruel <christian.bruel@st.com>Christian Bruel1-5/+2
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders1-3/+2
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-02-13re PR c++/64956 (__GXX_ABI_VERSION needs a proper definition for the 5.x rele...Jason Merrill1-8/+2
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+3
2015-01-14common.opt: New option -fstack-protector-explicit.Marcos Diaz1-0/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-20c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.Edward Smith-Rowland1-1/+2
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-5/+0
2014-12-11* c-cppbuiltin.c (c_cpp_builtins): Enable C++14 __cpp_constexpr.Jason Merrill1-3/+3
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-3/+9
2014-11-12Predefine __NO_MATH_ERRNO__ for -fno-math-errno.Joseph Myers1-0/+5
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland1-4/+21
2014-11-02feat-cxx11.C: Commentary and rearrangement of tests.Edward Smith-Rowland1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-16tree-core.h: Fix comment to not assume pointers are multiples of bytes.DJ Delorie1-1/+1
2014-10-14Missed bit of previous commit.DJ Delorie1-13/+14
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-5/+32
2014-10-06c-cppbuiltin.c: Move __cpp_attribute_deprecated to the C++11 section.Edward Smith-Rowland1-1/+1
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+48
2014-09-23Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.Joseph Myers1-0/+24
2014-09-19Remove LIBGCC2_TF_CEXT target macro.Joseph Myers1-0/+22
2014-09-12Remove LIBGCC2_HAS_?F_MODE target macros.Joseph Myers1-0/+7
2014-09-11re PR target/58757 (Advertise the lack of denormal support on alpha without -...Marc Glisse1-14/+7
2014-09-08Remove SF_SIZE etc. target macros.Joseph Myers1-0/+14
2014-09-05Use -fbuilding-libgcc for more target macros used in libgcc.Joseph Myers1-4/+111
2014-05-07c-cppbuiltin.c (print_bits_of_hex): New.DJ Delorie1-23/+52
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-2/+2
2013-11-06c-opts.c (c_common_post_options): Set -ffp-contract=off in C standards modes.Joseph Myers1-5/+8
2013-11-05i386.c (ix86_float_exceptions_rounding_supported_p): New function.Joseph Myers1-1/+1
2013-11-04cpp.texi (__GCC_IEC_559, [...]): Document macros.Joseph Myers1-0/+93
2013-10-11target.c: New file.Jakub Jelinek1-1/+1
2013-06-23c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis1-1/+1
2013-05-07cfgexpand.c (record_or_union_type_has_array_p): New function.Han Shen1-0/+2