aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer1-25/+25
2014-01-23Added support for Cilk Plus SIMD-enabled functions for C++.Balaji V. Iyer1-1/+2
2014-01-09re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)Balaji V. Iyer1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer1-34/+223
2013-12-17Fix description of OpenMP parallel directive in the C and C++ front ends.Thomas Schwinge1-3/+10
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers1-4/+8
2013-11-28re PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors))Jakub Jelinek1-4/+2
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-3/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+5
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-1/+263
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers1-25/+122
2013-11-12c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers1-0/+3
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-57/+170
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus1-12/+59
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+32
2013-10-27re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-10/+25
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-5/+28
2013-10-24c-parser.c (c_parser_struct_declaration): Add a comment.Marek Polacek1-1/+6
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-0/+1
2013-10-17re PR c/58267 (Alignment specifier allowed within array declarator;)Marek Polacek1-11/+27
2013-10-11target.c: New file.Jakub Jelinek1-272/+2254
2013-07-23* c-parser.c (struct c_generic_association): Fix typo.Joseph Myers1-1/+1
2013-07-23c-common.h (enum rid): New constant.Tom Tromey1-0/+223
2013-06-28Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer1-39/+0
2013-06-03Fixed a bug in expansion of array notations in if-statement conditions.Balaji V. Iyer1-14/+5
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer1-19/+308
2013-04-03re PR c/19449 (__builtin_constant_p cannot resolve to const when optimizing)Jakub Jelinek1-4/+11
2013-02-12Fix bootstrap with -O3.Marek Polacek1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-20re PR c++/55619 (Chromium build fails with: error: memory input is not direct...Jakub Jelinek1-12/+5
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-47/+47
2012-10-12re PR c/54381 (-Wsizeof-pointer-memaccess refers to "destination" for strncmp)Jakub Jelinek1-35/+36
2012-08-24re PR c/54355 (ICE on invalid code in switch statement)Jakub Jelinek1-1/+1
2012-08-17invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek1-6/+58
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-10/+10
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-0/+10840