aboutsummaryrefslogtreecommitdiff
path: root/gcc/cilk-common.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-17Split up optabs.[hc]Richard Sandiford1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-4/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+17
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-8/+37
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