This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r201769 - in /branches/cilkplus-4_8-branch: gcc...


Author: bviyer
Date: Thu Aug 15 20:03:16 2013
New Revision: 201769

URL: http://gcc.gnu.org/viewcvs?rev=201769&root=gcc&view=rev
Log:
Fixed a bug in Cilk tools sections for Darwin.
libcilkrts/ChangeLog.cilkplus
+2013-08-15  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * Makefile.in (libcilkrts_la_LDFLAGS): Removed version info from
+       ld flags.
+       * Makefile.am (libcilkrts_la_LDFLAGS): Likewise.
+

gcc/ChangeLog.cilkplus
+2013-08-15  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * cilk.c (create_metadata_label): Make this function non-static.
+       (cilk_output_metadata): Called the target function subtract two labels.
+       Same for setting the metadata section name.
+       * config/i386/i386.c (ix86_cilkplus_itt_notify_section_name): New
+       function.
+       (ix86_cilkplus_itt_notify_subtract_labels): Likewise.
+       (TARGET_CILKPLUS_BUILTIN_ITT_NOTIFY_SECTION_NAME): New #define.
+       (TARGET_CILKPLUS_BUILTIN_ITT_NOTIFY_SUBTRACT_LABELS): Likewise.
+       * doc/tm.texi (TARGET_CILKPLUS_ITT_NOTIFY_SECTION_NAME): New target
+       hook.
+       (TARGET_CILKPLUS_BUILTIN_ITT_NOTIFY_SUBTRACT_LABELS): Likewise.
+       * doc/tm.texi.in (TARGET_CILKPLUS_ITT_NOTIFY_SECTION_NAME): Likewise.
+       (TARGET_CILKPLUS_BUILTIN_ITT_NOTIFY_SUBTRACT_LABELS): Likewise.
+       * target.def (builtin_itt_notify_section_name): Likewise.
+       (builtin_itt_notify_subtract_labels): Likewise.
+

gcc/cp/ChangeLog.cilkplus
+2013-08-15  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * cp-array-notation.c (find_inv_trees): Added a check for VAR_DECL
+       or PARM_DECL.  If so then don't save them to temporary variables.
+

Modified:
    branches/cilkplus-4_8-branch/gcc/ChangeLog.cilkplus
    branches/cilkplus-4_8-branch/gcc/cilk.c
    branches/cilkplus-4_8-branch/gcc/cilk.h
    branches/cilkplus-4_8-branch/gcc/config/i386/i386.c
    branches/cilkplus-4_8-branch/gcc/cp/ChangeLog.cilkplus
    branches/cilkplus-4_8-branch/gcc/cp/cp-array-notation.c
    branches/cilkplus-4_8-branch/gcc/doc/tm.texi
    branches/cilkplus-4_8-branch/gcc/doc/tm.texi.in
    branches/cilkplus-4_8-branch/gcc/output.h
    branches/cilkplus-4_8-branch/gcc/target.def
    branches/cilkplus-4_8-branch/gcc/testsuite/g++.dg/cilk-plus/array_notation_tests/execute/exec-once.cc
    branches/cilkplus-4_8-branch/gcc/varasm.c
    branches/cilkplus-4_8-branch/libcilkrts/ChangeLog.cilkplus
    branches/cilkplus-4_8-branch/libcilkrts/Makefile.am
    branches/cilkplus-4_8-branch/libcilkrts/Makefile.in


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]