Date: Wed, 23 Nov 2011 05:33:30 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <201111230533.pAN5XUUN088453@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111230533.pAN5XUUN088453>