aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford33-33/+37
2014-01-02arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford3-2/+7
2013-12-28c-ada-spec.c (print_constructor): New function.Eric Botcazou2-34/+47
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill3-0/+15
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer3-12/+28
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer4-38/+53
2013-12-11Add a missing tree code to a switch.Bernd Schmidt2-0/+3
2013-12-11Remove an unused global tree, last used by objc some years ago.Bernd Schmidt3-11/+6
2013-12-05c-common.c (c_sizeof_or_alignof_type): Move a declaration into [ADJUST_FIELD_...Marek Polacek2-2/+8
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers3-6/+33
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek2-1/+9
2013-11-29Properly handle function without argumentsH.J. Lu2-2/+11
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2-43/+0
2013-11-29re PR c/59280 (ICE with attribute((constructor(invalid))))Jakub Jelinek2-0/+11
2013-11-28common.opt: Introduced a new option -fsimd-cost-model.Sergey Ostanevich2-0/+8
2013-11-22ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek3-0/+17
2013-11-22gimple.h: Remove all includes.Andrew MacLeod4-3/+13
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm4-11/+25
2013-11-20Remove unintentional blank link from prevous commit.Richard Sandiford1-1/+0
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck4-7/+18
2013-11-20c-common.c (check_function_arguments_recurse): Use tree_to_uhwi.Kenneth Zadeck2-3/+5
2013-11-20re PR c/53001 (-Wfloat-conversion should be available to warn about floating ...Joshua J Cogliati4-19/+59
2013-11-19c-opts.c: Include plugin.h.Basile Starynkevitch2-0/+17
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo8-0/+43
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek2-4/+16
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford2-2/+6
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford2-3/+9
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford3-10/+15
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford5-11/+16
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford4-5/+10
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford5-10/+15
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez7-60/+209
2013-11-15c-pretty-print.c (pp_c_character_constant): Remove unnecessary wchar_type and...Richard Sandiford2-7/+6
2013-11-14gimplify-be.h: New file.Andrew MacLeod4-5/+14
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers3-1/+9
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod6-4/+12
2013-11-12c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers2-0/+5
2013-11-09c-common.c (atomic_size_supported_p): New function.Joseph Myers2-4/+33
2013-11-08common.opt (fcheck-pointer-bounds): Move to ...Ilya Enkovich1-0/+5
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers5-1/+26
2013-11-06macro.c (_cpp_builtin_macro_text): Correct wording of two warnings.Tobias Burnus2-0/+5
2013-11-06c-opts.c (c_common_post_options): Set -ffp-contract=off in C standards modes.Joseph Myers3-5/+24
2013-11-05c.opt (-Wdate-time): New optionTobias Burnus3-0/+10
2013-11-05i386.c (ix86_float_exceptions_rounding_supported_p): New function.Joseph Myers2-1/+6
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus3-8/+42
2013-11-04re PR c++/58979 (ICE with invalid use of pointer-to-member)Marek Polacek2-0/+10
2013-11-04cpp.texi (__GCC_IEC_559, [...]): Document macros.Joseph Myers2-0/+99
2013-11-04c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.Eric Botcazou3-226/+239
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek3-3/+27
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2-1/+12