pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libfirm Update to 1.17.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c39c39c0e3b4
branches:  trunk
changeset: 397767:c39c39c0e3b4
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Aug 18 18:57:23 2009 +0000

description:
Update to 1.17.0.

Changes in 1.17.0:

* bugfixes
* advanced load/store optimisation which hoists loads out of loops
* Internal restruturing: Alot of node structures are automatically generated
  from a specification file now.
* Add support for multiple calling conventions
* New experimental support for reading and writing programgraphs to disk
* Support and optimisations for trampolines
* fix PIC support

Changes in 1.16.0:

* bugfixes

diffstat:

 devel/libfirm/Makefile |  4 ++--
 devel/libfirm/PLIST    |  3 ++-
 devel/libfirm/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r b90bac6c6f33 -r c39c39c0e3b4 devel/libfirm/Makefile
--- a/devel/libfirm/Makefile    Tue Aug 18 18:31:18 2009 +0000
+++ b/devel/libfirm/Makefile    Tue Aug 18 18:57:23 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/12/17 16:52:35 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/18 18:57:23 hasso Exp $
 #
 
-DISTNAME=      libfirm-1.15.0
+DISTNAME=      libfirm-1.17.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libfirm/}
 EXTRACT_SUFX=  .tar.bz2
diff -r b90bac6c6f33 -r c39c39c0e3b4 devel/libfirm/PLIST
--- a/devel/libfirm/PLIST       Tue Aug 18 18:31:18 2009 +0000
+++ b/devel/libfirm/PLIST       Tue Aug 18 18:57:23 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:48:52 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/08/18 18:57:23 hasso Exp $
 include/libfirm/absgraph.h
 include/libfirm/adt/align.h
 include/libfirm/adt/array.h
@@ -62,6 +62,7 @@
 include/libfirm/irgraph.h
 include/libfirm/irgwalk.h
 include/libfirm/irhooks.h
+include/libfirm/irio.h
 include/libfirm/irlivechk.h
 include/libfirm/irloop.h
 include/libfirm/irmemory.h
diff -r b90bac6c6f33 -r c39c39c0e3b4 devel/libfirm/distinfo
--- a/devel/libfirm/distinfo    Tue Aug 18 18:31:18 2009 +0000
+++ b/devel/libfirm/distinfo    Tue Aug 18 18:57:23 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/12/17 16:52:35 joerg Exp $
+$NetBSD: distinfo,v 1.3 2009/08/18 18:57:23 hasso Exp $
 
-SHA1 (libfirm-1.15.0.tar.bz2) = 39fe688de42b6dae51b7413e52a2b4097c93187b
-RMD160 (libfirm-1.15.0.tar.bz2) = b62b00daffcceb018a7c516fb53f9411fa433bd0
-Size (libfirm-1.15.0.tar.bz2) = 1527744 bytes
+SHA1 (libfirm-1.17.0.tar.bz2) = c86046a1d83d1a5561c51849b3fe499f1ab9addd
+RMD160 (libfirm-1.17.0.tar.bz2) = a9413e2fd646ad5afd34c88465993661dcb7dd6f
+Size (libfirm-1.17.0.tar.bz2) = 1565574 bytes



Home | Main Index | Thread Index | Old Index