summaryrefslogtreecommitdiff
path: root/gcc/c-family/cilk.c
Commit message (Expand)AuthorAgeFilesLines
* gcc/c-family/kyukhin2014-04-121-1/+0
* PR c/60197mpolacek2014-03-061-0/+25
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.bviyer2013-12-111-34/+16
* Properly handle function without argumentshjl2013-11-291-2/+5
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+2
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+1
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* * cilk.c (create_cilk_helper_decl): Use HOST_WIDE_INT_PRINT_DEC.jakub2013-10-301-2/+2
* Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.bviyer2013-10-291-0/+1305