aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-02c-common.h (c_expand_expr): Remove declaration.Marek Polacek1-2/+0
2014-03-06re PR c/60197 (ICE with _Cilk_spawn in expression)Marek Polacek1-0/+1
2014-01-31re PR c/59963 (Wrong column number for warning -Woverflow)Marek Polacek1-2/+2
2014-01-30re PR c/59940 (Imprecise column number for -Wconversion)Marek Polacek1-3/+4
2014-01-23re PR c/59846 (Imprecise column number for -Wtype-limits)Marek Polacek1-1/+2
2014-01-23re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin...Marek Polacek1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-3/+3
2013-12-11Remove an unused global tree, last used by objc some years ago.Bernd Schmidt1-2/+0
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers1-3/+3
2013-11-20re PR c/53001 (-Wfloat-conversion should be available to warn about floating ...Joshua J Cogliati1-1/+11
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-1/+6
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers1-1/+1
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-1/+1
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+17
2013-10-11c-common.h (omp_clause_mask::operator !=): New method.Jakub Jelinek1-0/+7
2013-10-11target.c: New file.Jakub Jelinek1-3/+145
2013-09-08c-common.c (same_scalar_type_ignoring_signedness): Delete.Joern Rennecke1-1/+1
2013-08-05re PR c++/58080 (internal compiler error, decltype in function declaration (f...Paolo Carlini1-1/+2
2013-07-23c-common.h (enum rid): New constant.Tom Tromey1-1/+1
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-06-27re PR c++/57509 (Segmentation fault when using __builtin_shuffle in templated...Marc Glisse1-1/+1
2013-06-25Replaced Dynamic arrays with vec trees in Array Notation for C.Balaji V. Iyer1-1/+1
2013-06-21Implemented Cilk Plus Array Notation for C++Balaji V. Iyer1-0/+27
2013-06-20array-notation-common.c (find_inv_trees): Removed an unwanted typecasting.Balaji V. Iyer1-1/+1
2013-06-07Moved array notation helper functions from c/ to c-family/ files.Balaji V. Iyer1-2/+22
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer1-0/+26
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-29re PR c++/52654 ([C++11] Warn on overflow in user-defined literals)Ed Smith-Rowland1-1/+13
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-18/+14
2012-11-07re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-7/+0
2012-11-07re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-4/+0
2012-10-23gcc:Joseph Myers1-0/+1
2012-10-12re PR c/54381 (-Wsizeof-pointer-memaccess refers to "destination" for strncmp)Jakub Jelinek1-2/+2
2012-10-12re PR c++/53055 (ICE in cp_build_indirect_ref, at cp/typeck.c:2836)Marc Glisse1-1/+3
2012-10-09re PR c++/54194 (misleading suggestion about arithmetic in operand of '|')Paolo Carlini1-1/+2
2012-10-09re PR c++/54427 (Expose more vector extensions)Marc Glisse1-0/+11
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli1-0/+1
2012-10-01cp-tree.h (DECL_PRETTY_FUNCTION_P): Just look at the name.Jason Merrill1-1/+0
2012-08-17invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek1-2/+5
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-0/+1
2012-06-21c-common.h (c_common_print_pch_checksum): Remove.Steven Bosscher1-1/+0
2012-06-15[multiple changes]Ramana Radhakrishnan1-0/+1
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz1-2/+0
2012-04-30re PR c++/51033 (generic vector subscript and shuffle support was not added t...Marc Glisse1-0/+2
2012-04-11re PR target/52624 (missing __builtin_bswap16)Eric Botcazou1-1/+1
2012-04-10c-common.c (warn_if_unused_value): Move definition to here.Manuel López-Ibáñez1-0/+1
2012-03-21c-common.h (enum cxx_dialect): Add cxx1y.Jason Merrill1-1/+3
2011-12-20gcc:Joseph Myers1-4/+4
2011-12-15re PR libstdc++/51365 (cannot use final empty class in std::tuple)Jonathan Wakely1-6/+6