From owner-cvs-all@FreeBSD.ORG Wed Nov 23 05:33:30 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B25D106564A; Wed, 23 Nov 2011 05:33:30 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 30B1B8FC12; Wed, 23 Nov 2011 05:33:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pAN5XUUS088454; Wed, 23 Nov 2011 05:33:30 GMT (envelope-from eadler@repoman.freebsd.org) Received: (from eadler@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pAN5XUUN088453; Wed, 23 Nov 2011 05:33:30 GMT (envelope-from eadler) Message-Id: <201111230533.pAN5XUUN088453@repoman.freebsd.org> From: Eitan Adler Date: Wed, 23 Nov 2011 05:33:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/csmith Makefile distinfo pkg-plist ports/devel/csmith/files patch-runtime__Makefile.am patch-runtime__Makefile.in patch-src__Makefile.am patch-src__Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2011 05:33:30 -0000 eadler 2011-11-23 05:33:30 UTC FreeBSD ports repository Modified files: devel/csmith Makefile distinfo pkg-plist Removed files: devel/csmith/files patch-runtime__Makefile.am patch-runtime__Makefile.in patch-src__Makefile.am patch-src__Makefile.in Log: - update to 2.1 - remove build patches New features in this release: - By default, functions and global variables are marked as "static" permitting compilers to optimize more aggressivELY IN SOme cases. - We now try harder to get auto-vectorizers and other loop optimizers in trouble by generating code that is more idiomatic and therefore more likely to be optimized. In particular, array indices are in-bounds by construction instead of by using % operators. - Unions are supported. - The comma operator is supported, as in x = (y, 1, z, 3). - Embedded assignments are supported, as in x = 1 + (y = z). - The pre/post increment/decrement operators are supported. - A --no-safe-math mode was added, which avoids calling the safe math wrappers. This is useful when trying to crash compilers but the resulting executables should not be run since they are very likely to have undefined behavior. Feature safe: yes Revision Changes Path 1.2 +1 -1 ports/devel/csmith/Makefile 1.2 +2 -2 ports/devel/csmith/distinfo 1.2 +0 -11 ports/devel/csmith/files/patch-runtime__Makefile.am (dead) 1.2 +0 -11 ports/devel/csmith/files/patch-runtime__Makefile.in (dead) 1.2 +0 -11 ports/devel/csmith/files/patch-src__Makefile.am (dead) 1.2 +0 -11 ports/devel/csmith/files/patch-src__Makefile.in (dead) 1.2 +28 -25 ports/devel/csmith/pkg-plist