summaryrefslogtreecommitdiffstats
path: root/libcilkrts/runtime
Commit message (Collapse)AuthorAgeFilesLines
* libcilkrts/kyukhin2014-04-172-5/+5
| | | | | | | | | | | | PR other/60644 * runtime/os-unix.c: Replaced all occurrances of ANDROID with __ANDROID__. * runtime/bug.h: Likewise. * include/cilk/metaprogramming.h: Likewise. * include/cilk/reducer_min_max.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@209474 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-18 Balaji V. Iyer <balaji.v.iyer@intel.com>bviyer2014-02-191-0/+10
| | | | | | | | | | | | + + * include/cilk/common.h (__CILKRTS_ABI_VERSION): Set the ABI version + to 1 instead of 0. + * runtime/cilk-abi-cilk-for.cpp (cilk_for_recursive): Added a fix to + initialize stack frame correctly. + git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207870 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix for PR target/59691.bviyer2014-02-101-10/+29
| | | | | | | | | | | | | | | | +2014-02-10 Balaji V. Iyer <balaji.v.iyer@intel.com> + + PR target/59691 + * runtime/config/x86/os-unix-sysdep.c (__builtin_cpu_supports): New + function. + (restore_x86_fp_state): Added a check if the cpu supports the + instruction before emitting it. + (sysdep_save_fp_ctrl_state): Likewise. + git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207664 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix for PR other/58996.bviyer2014-01-201-0/+5
| | | | | | | | | | | | | | +2014-01-20 Balaji V. Iyer <balaji.v.iyer@intel.com> + + PR other/58996 + * configure.ac: Added a check for pthread affinity support. + * runtime/os-unix.c: Likewise. + * configure: Regenerate. + git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206846 138bc75d-0d04-0410-961f-82ee72b054a4
* Enabled Usage of _Cilk_spawn and _Cilk_sync in Cilk Runtime (libcilkrts).bviyer2013-12-131-0/+1
| | | | | | | | | | | | | +2013-12-13 Balaji V. Iyer <balaji.v.iyer@intel.com> + + * Makefile.am (GENERAL_FLAGS): Removed undefining of Cilk keywords. + * Makefile.in: Reconfigure. + * runtime/symbol_test.c: Added a #define to clear out _Cilk_for. + git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205965 138bc75d-0d04-0410-961f-82ee72b054a4
* +2013-11-08 Balaji V. Iyer <balaji.v.iyer@intel.com>bviyer2013-11-081-14/+27
| | | | | | | | | | | | + + PR c/59039 + * runtime/cilk_fiber-unix.cpp: Fixed a crash in run() function + when optimization is turned on. + git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204592 138bc75d-0d04-0410-961f-82ee72b054a4
* * runtime/os-unix.c [__sun__ && __svr4__]: Include <sched.h>.ro2013-11-041-4/+7
| | | | | | | (__cilkrts_hardware_cpu_count) [__sun__ && __svr4__]: Use sysconf. (__cilkrts_yield) [__sun__ && __svr4__]: Use sched_yield. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204347 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix for bug Bootstrap/58918.bviyer2013-10-303-5/+52
| | | | | | | | | | | | | | | | +2013-10-30 Balaji V. Iyer <balaji.v.iyer@intel.com> + + * configure: Reconfigured. + * configure.ac: Add AC_FUNC_ALLOCA. + * runtime/sysdep-unix.c: Added check for alloca.h before + including it. + * config/x86/cilk-abi-vla.c: Likewise. + * runtime/cilk_fiber-unix.cpp: Likewise. + git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204232 138bc75d-0d04-0410-961f-82ee72b054a4
* Added Cilk runtime library (libcilkrts) into GCC.bviyer2013-10-2967-0/+23137
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204173 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud