summaryrefslogtreecommitdiff
path: root/gcc/c-family/cilk.c
Commit message (Expand)AuthorAgeFilesLines
* PR c/63307jakub2015-01-211-41/+73
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+11
* Update copyright years.jakub2015-01-051-1/+1
* * gimple-expr.h (create_tmp_var_raw, create_tmp_var,jakub2014-11-291-1/+1
* Error out for Cilk_spawn or array expression in forbidden placesak2014-11-111-0/+39
* Fix error location for cilk error messageak2014-11-111-1/+1
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-0/+12
* Revert r216483.kyukhin2014-10-211-71/+41
* PR c/63307iverbin2014-10-201-41/+71
* remove pointer-set.[ch]tbsaunde2014-08-071-1/+0
* convert many uses of pointer_map to hash_maptbsaunde2014-08-021-32/+28
* IPA C++ refactoring 1/Nmarxin2014-07-241-1/+1
* * cgraph.h (symtab_node): Add nonzero_address.hubicka2014-07-131-0/+1
* gcc/rsandifo2014-05-211-0/+1
* Merge from trunk.rsandifo2014-04-171-1/+0
|\
| * gcc/c-family/kyukhin2014-04-121-1/+0
* | Merge in trunk.mrs2014-04-021-0/+25
|\ \ | |/
| * PR c/60197mpolacek2014-03-061-0/+25
* | Merge in trunk.mrs2014-01-031-1/+1
|\ \ | |/
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Merge in trunk.mrs2013-12-131-34/+16
|\ \ | |/
| * Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.bviyer2013-12-111-34/+16
* | Remove INT_CST_LT and INT_CST_LE.rsandifo2013-12-101-1/+1
* | Merge with trunk.rsandifo2013-12-041-3/+7
|\ \ | |/
| * Properly handle function without argumentshjl2013-11-291-2/+5
| * * gimple.h: Remove all includes.amacleod2013-11-221-1/+2
* | Remove some differences with trunk.rsandifo2013-11-201-1/+1
* | Merge from trunk.rsandifo2013-11-201-0/+2
|\ \ | |/
| * Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* | Merge in trunk.mrs2013-11-161-0/+1
|\ \ | |/
| * * 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
* | Fix some formatting. Put stuff on a single line where shorter wide-int codersandifo2013-11-091-2/+1
* | Merge in trunk.mrs2013-11-041-3/+3
|/
* * 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