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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to