summaryrefslogtreecommitdiff
path: root/gcc/cilk-common.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-6/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-12/+10
* Split up optabs.[hc]Richard Sandiford2015-09-171-1/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-4/+2
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-1/+1
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-0/+17
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek2014-09-021-8/+37
* cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.Richard Biener2014-02-141-6/+2
* cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW flag on __cilkrts_reth...Jakub Jelinek2014-02-081-0/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* * cilk-common.c (expand_builtin_cilk_detach): Dereference worker.Eric Botcazou2013-11-231-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+0
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-2/+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
* Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer2013-10-291-0/+484