summaryrefslogtreecommitdiff
path: root/gcc/c-family/cilk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in cilkMartin Liska2015-11-271-0/+1
* re PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr, at cp/cp-gimplify.c:760)Igor Zamyatin2015-11-231-2/+15
* decl.c: Remove unused header files.Andrew MacLeod2015-11-111-3/+0
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-291-10/+7
* Fix spawned function with lambda functionBalaji V. Iyer2015-09-021-6/+28
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+1
* array-notation-common.c (find_rank): Use INDIRECT_REF_P.Marek Polacek2015-06-261-1/+1
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* function.h (struct incoming_args): Move struct.Andrew MacLeod2015-06-251-1/+1
* array-notation-common.c: Use VAR_P throughout.Marek Polacek2015-06-251-2/+2
* cilk.c (extract_free_variables): Use is_global_var.Marek Polacek2015-06-251-1/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-8/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* re PR c/63307 (Cilk+ breaks -fcompare-debug bootstrap)Jakub Jelinek2015-01-211-41/+73
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-1/+1
* Error out for Cilk_spawn or array expression in forbidden placesAndi Kleen2014-11-111-0/+39
* Fix error location for cilk error messageAndi Kleen2014-11-111-1/+1
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+12
* Revert r216483.Kirill Yukhin2014-10-211-71/+41
* re PR c/63307 (Cilk+ breaks -fcompare-debug bootstrap)Igor Zamyatin2014-10-201-41/+71
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* convert many uses of pointer_map to hash_mapTrevor Saunders2014-08-021-32/+28
* IPA C++ refactoring 1/NMartin Liska2014-07-241-1/+1
* cgraph.h (symtab_node): Add nonzero_address.Jan Hubicka2014-07-131-0/+1
* tree.def (VOID_CST): New.Richard Sandiford2014-05-211-0/+1
* Merge in wide-int.Kenneth Zadeck2014-05-061-2/+1
* re PR middle-end/60467 (ICE with -fcilkplus)Igor Zamyatin2014-04-121-1/+0
* re PR c/60197 (ICE with _Cilk_spawn in expression)Marek Polacek2014-03-061-0/+25
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer2013-12-111-34/+16
* Properly handle function without argumentsH.J. Lu2013-11-291-2/+5
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* * cilk.c (create_cilk_helper_decl): Use HOST_WIDE_INT_PRINT_DEC.Jakub Jelinek2013-10-301-2/+2
* Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer2013-10-291-0/+1305