summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pragma.h
Commit message (Expand)AuthorAgeFilesLines
* tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek2019-08-101-0/+1
* tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek2019-08-071-2/+3
* tree.def (OMP_LOOP): New tree code.Jakub Jelinek2019-07-201-0/+2
* tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek2019-07-121-0/+1
* tree.def (OMP_SCAN): New tree code.Jakub Jelinek2019-06-101-0/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek2018-11-081-2/+7
* Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang2018-06-201-4/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou2017-12-221-0/+1
* Remove Cilk Plus support.Julia Koval2017-11-281-19/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLAREThomas Schwinge2016-06-291-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* OpenACC host_data support.Julian Brown2015-12-011-0/+2
* c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris2015-11-121-1/+4
* omp-low.h (replace_oacc_fn_attrib, [...]): Declare.Nathan Sidwell2015-11-101-0/+1
* Merge of the scalar-storage-order branch.Eric Botcazou2015-11-081-0/+1
* gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis2015-11-051-0/+3
* OpenACC atomic directiveThomas Schwinge2015-11-031-0/+1
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-131-2/+15
* Use explicit locations for some warnings in c-pragma.c.Manuel López-Ibáñez2015-09-181-1/+1
* remove more useless typedefsTrevor Saunders2015-08-191-6/+5
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-2/+42
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek2014-09-021-0/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer2013-12-181-12/+13
* Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez2013-11-151-0/+14
* re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2013-10-241-0/+1
* target.c: New file.Jakub Jelinek2013-10-111-6/+33
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* c-pragma.h (pragma_extern_prefix): Declare.Tristan Gingold2011-11-151-0/+2
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-1/+4
* c-pragma.h (pragma_handler_1arg, [...]): New handler.Pierre Vittet2011-06-201-4/+34
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-1/+1
* tm.texi.in (HANDLE_SYSV_PRAGMA, [...]): Remove.Joseph Myers2010-11-211-18/+1
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-0/+133