mips.c (mips_kernel_reg_p): Replace with...
[gcc.git] / libcilkrts / ChangeLog
index b564ef07d6c09739b779ce04d35140e9e625a8dc..ab10a0b596c4a44764d5ab01bef6abfc96f37365 100644 (file)
@@ -1,3 +1,70 @@
+2014-08-01  Alexander Ivchenko  <alexander.ivchenko@intel.com>
+
+       * configure.ac: Move pthread affinity test to the place where
+       '-pthread' passed to CFLAGS. Otherwise the test always fails.
+       (XCFLAGS): New variable for correctly passing
+       '-pthread'.
+       (XLDFLAGS): New variable for passing the correct pthread lib.
+       * configure: Regenerate.
+       * Makefile.am (AM_CFLAGS): Add $XCFLAGS.
+       (AM_LDFLAGS): Add $XLDFLAGS.
+       * Makefile.in: Regenerate.
+
+2014-05-21  John Marino  <gnugcc@marino.st>
+
+       * runtime/os-unix.c (__DragonFly__): New target.
+
+2014-04-11  Barry Tannenbaum  <barry.m.tannenbaum@intel.com>
+
+       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.
+
+2014-03-26  Tobias Burnus  <burnus@net-b.de>
+
+       * libcilkrts.spec.in: New.
+       * Makefile.am: Handle libcilkrts.spec.
+       * configure.ac: Determine link options for libcilkrts.spec.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * aclocal.m4: Regenerate.
+
+2014-03-20  Tobias Burnus  <burnus@net-b.de>
+
+       PR other/60589
+
+       Reverted:
+       2014-03-09  Tobias Burnus  <burnus@net-b.de>
+
+       * Makefile.am: Install cilk.h.
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+
+2014-03-09  Tobias Burnus  <burnus@net-b.de>
+
+       * Makefile.am: Install cilk.h.
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+
+2014-02-18  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * 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.
+
+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.
+
 2014-01-20  Balaji V. Iyer  <balaji.v.iyer@intel.com>
 
        PR other/58996