Skip to content

Commit

Permalink
Update to 1.17.0.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hasso committed Aug 18, 2009
1 parent ed49242 commit 155a152
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/libfirm/Makefile
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion devel/libfirm/PLIST
@@ -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
Expand Down Expand Up @@ -62,6 +62,7 @@ include/libfirm/irgopt.h
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
Expand Down
8 changes: 4 additions & 4 deletions devel/libfirm/distinfo
@@ -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

0 comments on commit 155a152

Please sign in to comment.