aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/cilk.c
AgeCommit message (Expand)AuthorFilesLines
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