summaryrefslogtreecommitdiff
path: root/libcilkrts
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Move AC_USE_SYSTEM_EXTENSIONS behind AM_ENABLE_MULTILIB.Matthias Klose2016-05-103-772/+909
* backport: Makefile.am: Merge from upstream...Ilya Verbin2016-05-04124-4083/+9316
* Compile libcilkrts with -funwind-tables (PR target/60290)Rainer Orth2016-04-263-1/+12
* re PR target/66326 (Floating point exception with -mfpmath=387 and -fcilkplus.)Igor Zamyatin2015-11-092-1/+7
* libcilkrts: Bump to automake 1.11.6Michael Haubenwallner2015-05-134-53/+120
* configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.Matthias Klose2015-01-263-53/+60
* Always use PIC option with -shared in libtoolH.J. Lu2014-11-212-3/+8
* [PATCH 2/4] OpenMP 4.0 offloading to Intel MIC: liboffloadmic.Kirill Yukhin2014-11-132-16/+5
* re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2014-11-112-1/+6
* configure.ac: Move pthread affinity test to the place where '-pthread' passed...Alexander Ivchenko2014-08-125-60/+118
* config.gcc (*-*-dragonfly*): New target.John Marino2014-05-212-1/+10
* re PR bootstrap/60644 (Build of i686-pc-linux-android is broken)Barry Tannenbaum2014-04-115-7/+16
* Add libcilkrts/libcilkrts.spec.in, missing from r208847Tobias Burnus2014-03-261-0/+3
* gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.Tobias Burnus2014-03-266-33/+143
* re PR other/60589 (Parallel install fails due to multiple cilk.h installs)Tobias Burnus2014-03-204-41/+30
* Makefile.am: Install cilk.h.Tobias Burnus2014-03-094-19/+47
* + * include/cilk/common.h (__CILKRTS_ABI_VERSION): Set the ABI version + to 1...Balaji V. Iyer2014-02-183-6/+22
* re PR target/59691 (cilk-plus run failures on non-sse processors)Balaji V. Iyer2014-02-102-10/+38
* re PR other/58996 (build failure in libcilkrts)Balaji V. Iyer2014-01-204-0/+64
* Fix for PR bootstrap/59094 +2014-01-09 Balaji V.Balaji V. Iyer2014-01-093-2/+11
* Enabled Usage of _Cilk_spawn and _Cilk_sync in Cilk Runtime (libcilkrts).Balaji V. Iyer2013-12-134-3/+10
* Remove GCC_LIBSTDCXX_RAW_CXX_FLAGSRainer Orth2013-11-253-34/+7
* Only use visibility if supportedRainer Orth2013-11-224-3/+50
* Enable libcilkrts multilib build on SolarisRainer Orth2013-11-223-495/+500
* Makefile.am (libcilkrts_la_LDFLAGS): Added a check for availability of "-ldl"...Balaji V. Iyer2013-11-125-7/+25
* +2013-11-08 Balaji V.Balaji V. Iyer2013-11-082-14/+33
* fix for PR bootstrap/58951 +2013-11-04 Balaji V.Balaji V. Iyer2013-11-043-2/+8
* os-unix.c: Include <sched.h>.Rainer Orth2013-11-042-4/+13
* Added PR number (PR bootstrap/58918) to a previous ChangeLog entry.Balaji V. Iyer2013-10-311-0/+1
* Fix for PR other/58925 +2013-10-31 Balaji V.Balaji V. Iyer2013-10-316-5/+64
* configure.ac: Changed a case statement to include i386.Balaji V. Iyer2013-10-303-2/+7
* Fix for bug Bootstrap/58918.Balaji V. Iyer2013-10-307-484/+733
* gcc_update (files_and_dependencies): Add rules for libcilkrts.Tobias Burnus2013-10-305-5/+89
* Added Cilk runtime library (libcilkrts) into GCC.Balaji V. Iyer2013-10-29107-0/+57858