aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-omp.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14Split omp-low into multiple filesMartin Jambor1-2/+2
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek1-4/+4
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek1-0/+13
2016-05-30re PR c++/71349 (Combined async target clause parsing issues)Jakub Jelinek1-1/+13
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis1-2/+19
2016-01-18Ignore reduction clause on kernels directiveTom de Vries1-7/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-09c-omp.c (c_finish_oacc_wait): Remove add_stmt() call.Chung-Lin Tang1-1/+0
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+1
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-2/+17
2015-11-05gcc/Jakub Jelinek1-16/+225
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-2/+4
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-2/+2
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-3/+37
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-49/+196
2015-07-08c-omp.c (c_omp_declare_simd_clauses_to_numbers): If all clauses are to be rem...Jakub Jelinek1-0/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-4/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-20cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.Marek Polacek1-1/+1
2015-02-04re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek1-1/+4
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-3/+43
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-3/+6
2014-06-12re PR middle-end/61486 (ICE with #pragma omp teams)Jakub Jelinek1-2/+7
2014-02-05re PR c/53123 (Double return statement in c-omp.c source file)Marek Polacek1-1/+0
2014-01-15re PR c/58943 (wrong calculation of indirect structure member arithmetic via ...Jakub Jelinek1-1/+18
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-3/+3
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-15/+33
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-11c-common.h (omp_clause_mask::operator !=): New method.Jakub Jelinek1-22/+29
2013-10-11target.c: New file.Jakub Jelinek1-31/+377
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-4/+4
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-10/+101
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-1/+1
2011-07-08re PR c++/45437 (Loses reference during update)Jason Merrill1-0/+21
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-0/+531