aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/cilk.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-28Remove Cilk Plus support.Julia Koval1-1363/+0
2017-05-01re PR c++/80038 (Random segfault using local vectors in Cilk function)Xi Ruoyao1-92/+10
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-07-22Consider functions with xloc.file == NULL (PRMartin Liska1-2/+3
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-3/+7
2016-04-27re PR c++/69024 ([cilkpus] cilk_spawn is broken for initializations with impl...Ryan Burn1-4/+19
2016-01-27re PR c++/69267 ([cilkplus] ICE when calling a function with an empty class a...Ryan Burn1-4/+3
2016-01-14[cilkplus] Fix cilk_spawn gimplification bug (PR cilkplus/69048)Ryan Burn1-0/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-27Fix memory leak in cilkMartin Liska1-0/+1
2015-11-23re PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr, at cp/cp-gimplify.c:760)Igor Zamyatin1-2/+15
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-10/+7
2015-09-02Fix spawned function with lambda functionBalaji V. Iyer1-6/+28
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-26array-notation-common.c (find_rank): Use INDIRECT_REF_P.Marek Polacek1-1/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25function.h (struct incoming_args): Move struct.Andrew MacLeod1-1/+1
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-2/+2
2015-06-25cilk.c (extract_free_variables): Use is_global_var.Marek Polacek1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-8/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-01-21re PR c/63307 (Cilk+ breaks -fcompare-debug bootstrap)Jakub Jelinek1-41/+73
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
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-11-11Error out for Cilk_spawn or array expression in forbidden placesAndi Kleen1-0/+39
2014-11-11Fix error location for cilk error messageAndi Kleen1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+12
2014-10-21Revert r216483.Kirill Yukhin1-71/+41
2014-10-20re PR c/63307 (Cilk+ breaks -fcompare-debug bootstrap)Igor Zamyatin1-41/+71
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-32/+28
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
2014-07-13cgraph.h (symtab_node): Add nonzero_address.Jan Hubicka1-0/+1
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-0/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+1
2014-04-12re PR middle-end/60467 (ICE with -fcilkplus)Igor Zamyatin1-1/+0
2014-03-06re PR c/60197 (ICE with _Cilk_spawn in expression)Marek Polacek1-0/+25
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-34/+16
2013-11-29Properly handle function without argumentsH.J. Lu1-2/+5
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-30* cilk.c (create_cilk_helper_decl): Use HOST_WIDE_INT_PRINT_DEC.Jakub Jelinek1-2/+2
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+1305