aboutsummaryrefslogtreecommitdiff
path: root/gcc/cilk-common.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-14cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.Richard Biener1-6/+2
2014-02-08cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW flag on __cilkrts_reth...Jakub Jelinek1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-23* cilk-common.c (expand_builtin_cilk_detach): Dereference worker.Eric Botcazou1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+0
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+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-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+484