]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-family/c-common.h
Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.
[thirdparty/gcc.git] / gcc / c-family / c-common.h
2013-10-29  bviyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-11  jakub * c-common.h (omp_clause_mask::operator !=): New method.
2013-10-11  jakublibgomp/
2013-09-08  amylaargcc/c-family:
2013-08-05  paolo/c-family
2013-07-23  jsm282013-07-23 Tom Tromey <tromey@redhat.com>
2013-07-21  mrsFix typos.
2013-06-27  glisse2013-06-27 Marc Glisse <marc.glisse@inria.fr>
2013-06-25  bviyerReplaced Dynamic arrays with vec trees in Array Notatio...
2013-06-21  bviyerImplemented Cilk Plus Array Notation for C++
2013-06-20  bviyer2013-06-20 Balaji V. Iyer <balaji.v.iyer@intel.com>
2013-06-07  bviyerMoved array notation helper functions from c/ to c...
2013-05-28  bviyerImplemented Cilk Plus Array Notation for C Compiler.
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-11-29  emsrgcc/c-family/
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-07  manugcc/
2012-11-07  manuc-family/
2012-10-23  jsm28gcc:
2012-10-12  jakub PR c/54381
2012-10-12  glisse2012-10-12 Marc Glisse <marc.glisse@inria.fr>
2012-10-09  paolo2012-10-09 Paolo Carlini <paolo.carlini@oracle.com>
2012-10-09  glisse2012-10-09 Marc Glisse <marc.glisse@inria.fr>
2012-10-08  dodjiPR c++/53528 C++11 attribute support
2012-10-01  jason * cp-tree.h (DECL_PRETTY_FUNCTION_P): Just look at...
2012-08-17  jakub * doc/invoke.texi (-Wsizeof-pointer-memaccess): Document.
2012-07-08  stevengcc/
2012-06-21  stevenc-family/
2012-06-15  ramana2012-06-15 Marc Glisse <marc.glisse@inria.fr>
2012-05-29  matz * expr.c (expand_expr_real_1 <normal_inner_ref>):...
2012-04-30  jason PR c++/51033
2012-04-11  ebotcazou PR target/52624
2012-04-10  manu2012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
2012-03-21  jason * c-common.h (enum cxx_dialect): Add cxx1y.
2011-12-20  jsm28gcc:
2011-12-15  redic-family:
2011-12-01  jason PR c++/51009
2011-11-08  aldyhMerge from transactional-memory branch.
2011-11-07  jason PR c++/35688
2011-11-07  jason PR c++/35688
2011-11-06  jsm28 * c-decl.c (shadow_tag_warned, grokdeclarator): Handle...
2011-11-04  ebotcazou2011-11-04 Eric Botcazou <ebotcazou@adacore.com>
2011-10-31  jason PR c++/50920
2011-10-26  jason Implement C++11 user-defined literals.
2011-10-18  bkoz2011-10-17 Michael Spertus <mike_spertus@symantec...
2011-10-03  rthVector shuffling patch from Artem Shinkarov.
2011-09-30  jason * cp-tree.h (TREE_NEGATED_INT): Remove.
2011-09-08  dodjiPR c++/33255 - Support -Wunused-local-typedefs warning
2011-08-19  jsm28 * c-parser.c (c_parser_postfix_expression): Handle
2011-08-18  jsm28 * c-decl.c (shadow_tag_warned): Check for _Noreturn.
2011-08-10  rguenth2011-08-10 Artjoms Sinkarovs <artyom.shinakroff@gmail...
2011-08-02  jakubMerge from gomp-3_1-branch branch:
2011-07-25  dodjiRemove parm name from declaration
2011-07-22  jason PR c++/30112
2011-07-20  jason PR c++/6709 (DR 743)
2011-06-27  jakub * c-common.h (c_tree_chain_next): New static inline...
2011-05-30  froydnjfix PR bootstrap/4910
2011-05-27  froydnjmove TS_STATEMENT_LIST to be a substructure of TS_TYPED
2011-05-26  froydnjmake TS_IDENTIFIER be a substructure of TS_TYPED
2011-05-23  froydnjdon't use TYPE_ARG_TYPES when calling c-family:check_fu...
2011-05-15  paolo/c-family
2011-05-06  froydnjgeneralize build_case_label to the rest of the compiler
2011-04-28  jason PR c++/40975
2011-04-25  paolo/gcc
2011-04-13  froydnjgcc/ada/
2011-04-06  jsm28 * doc/tm.texi.in: Document C target hooks as separate...
2011-03-18  jason * c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).
2011-03-15  jasonc-family/
2011-02-03  froydnjgcc/c-family/
2011-01-05  tromeygcc
2010-12-10  froydnjgcc/
2010-12-09  froydnjgcc/
2010-12-06  nicolaIn gcc/:
2010-11-30  nicolaIn gcc/c-family/:
2010-11-30  jsm28 * diagnostic-core.h: Include bversion.h.
2010-11-24  jsm28 * flag-types.h (struct visibility_flags): Don't declar...
2010-11-20  froydnjgcc/c-family/
2010-11-19  jsm28 PR c/46547
2010-11-19  nicolaIn gcc/:
2010-11-18  froydnjgcc/
2010-11-17  jsm28 * doc/invoke.texi (-dy): Remove.
2010-11-15  nicolaIn gcc/:
2010-11-12  jsm28 * opts-common.c (control_warning_option): New.
2010-11-12  jsm28 * Makefile.in (OPTS_H): Define.
2010-11-06  iainsNS/CF String format syntax parsing.
2010-11-04  nicolaIn gcc/:
2010-10-30  nicolaIn gcc/:
2010-10-27  jasongcc/c-family/
2010-10-27  nicolaIn gcc/:
2010-10-27  nicolaIn gcc/:
2010-10-23  nicolaIn gcc/cp/:
2010-10-22  rguenth2010-10-22 Artjoms Sinkarovs <artyom.shinakroff@gmail...
2010-10-20  nicolaIn gcc/:
2010-10-20  nicolaIn gcc/:
2010-10-18  nicolaIn gcc/:
2010-10-18  nicolaIn gcc/:
2010-10-17  nicolaIn gcc/:
2010-10-17  iainsadd parse support for @package to ObjC*
2010-10-14  iainsadd @property to ObjC*
2010-10-13  iainsimplement method attributes.
next