aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer3-35/+64
2014-01-23re PR c/59846 (Imprecise column number for -Wtype-limits)Marek Polacek2-4/+12
2014-01-23re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin...Marek Polacek2-0/+9
2014-01-23re PR c/59871 (No unused value warning for comma expression)Marek Polacek2-0/+41
2014-01-23re PR c/59825 (Many cilkplus test failures)Balaji V. Iyer2-52/+61
2014-01-23Added support for Cilk Plus SIMD-enabled functions for C++.Balaji V. Iyer2-1/+7
2014-01-23re PR middle-end/58809 (ICE with complex variable in OpenMP reduction clause)Jakub Jelinek2-3/+18
2014-01-22re PR c/59891 (ICE on invalid code (with div-by-zero) at all optimization lev...Marek Polacek2-2/+10
2014-01-15re PR c/58943 (wrong calculation of indirect structure member arithmetic via ...Jakub Jelinek2-4/+24
2014-01-09re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)Balaji V. Iyer2-1/+7
2014-01-06re PR c/57773 (-Wpedantic incorrect warning for enum bit-field)Marek Polacek2-1/+8
2014-01-02Update copyright years in gcc/Richard Sandiford16-16/+20
2014-01-02arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford2-1/+5
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer2-34/+254
2013-12-17Fix description of OpenMP parallel directive in the C and C++ front ends.Thomas Schwinge2-3/+14
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer3-10/+36
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers2-4/+16
2013-12-04re PR c/54113 (-Wmissing-prototypes produces false alarms for C99 inline func...Marek Polacek2-1/+8
2013-12-03re PR c/59351 (ICE on empty compound literal with -pedantic)Marek Polacek2-1/+9
2013-12-03re PR c/58235 (Missing diagnostic on assignment to array in c89)Joseph Myers2-0/+14
2013-11-29re PR c/42262 (internal compiler error: in set_designator, at c-typeck.c:5771)Joseph Myers2-0/+9
2013-11-29re PR c/57574 (-std=c99 inline function incorrectly has external linkage with...Joseph Myers2-0/+14
2013-11-28re PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors))Jakub Jelinek2-4/+10
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez2-2/+9
2013-11-27Handle vector increment/decrement in build_unary_opTom de Vries2-2/+10
2013-11-22gimple.h: Remove all includes.Andrew MacLeod2-1/+7
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm4-26/+50
2013-11-20Fixup whitespace.Mike Stump1-1/+0
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo5-0/+33
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford2-1/+6
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford3-5/+10
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2-2/+7
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2-1/+6
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez3-4/+290
2013-11-14gimplify-be.h: New file.Andrew MacLeod2-1/+6
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers4-28/+204
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2-1/+5
2013-11-12c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers4-12/+55
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers6-140/+797
2013-11-06c-decl.c (locate_old_decl): If a previous conflicting decl is both explicit a...DJ Delorie2-1/+7
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus2-12/+66
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek2-0/+15
2013-11-01c-typeck.c (c_finish_omp_clauses): Go to check_dup_generic at the end, unless...Jakub Jelinek2-1/+13
2013-10-31c-typeck.c (c_finish_omp_clauses): Diagnose aligned clause with decl that is ...Jakub Jelinek2-0/+13
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer5-0/+80
2013-10-27re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2-10/+32
2013-10-24Correct the date, which was wrong in commit r204021Tobias Burnus1-1/+1
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2-5/+35
2013-10-24c-parser.c (c_parser_struct_declaration): Add a comment.Marek Polacek2-1/+11
2013-10-23Fix up ChangeLog entries (name, e-mail, formatting, otherwise).Gerald Pfeifer1-1/+1