diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-12-02 01:21:33 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-12-02 01:21:33 +0000 |
commit | a1a58a3bc14e8152db5b8cbc7040b45cfcfee423 (patch) | |
tree | a176416f52c0bfc26fe1701bbebbdbb0e49dbf77 /devel/libfirm | |
parent | c2d6f8a74db7f603c6252e932b0d9de8e6c8e016 (diff) | |
download | ports-a1a58a3bc14e8152db5b8cbc7040b45cfcfee423.tar.gz ports-a1a58a3bc14e8152db5b8cbc7040b45cfcfee423.zip |
Notes
Diffstat (limited to 'devel/libfirm')
-rw-r--r-- | devel/libfirm/Makefile | 5 | ||||
-rw-r--r-- | devel/libfirm/distinfo | 6 | ||||
-rw-r--r-- | devel/libfirm/pkg-descr | 8 | ||||
-rw-r--r-- | devel/libfirm/pkg-plist | 1 |
4 files changed, 10 insertions, 10 deletions
diff --git a/devel/libfirm/Makefile b/devel/libfirm/Makefile index 4c8b58730b9a..82f388eb5417 100644 --- a/devel/libfirm/Makefile +++ b/devel/libfirm/Makefile @@ -6,9 +6,10 @@ # PORTNAME= libfirm -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.0 CATEGORIES= devel lang -MASTER_SITES= http://www.info.uni-karlsruhe.de/software/libfirm/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= christoph.mallon@gmx.de COMMENT= A graph-based SSA intermediate representation library for compilers diff --git a/devel/libfirm/distinfo b/devel/libfirm/distinfo index 1a59f4600f8b..dd178f1192c1 100644 --- a/devel/libfirm/distinfo +++ b/devel/libfirm/distinfo @@ -1,3 +1,3 @@ -MD5 (libfirm-1.14.0.tar.bz2) = 5c2b952adc651fee7f09601dfa241402 -SHA256 (libfirm-1.14.0.tar.bz2) = c9d14c28213fb4d6bda5fec564771f25d22db40bb535826f0e0fef7bc7985520 -SIZE (libfirm-1.14.0.tar.bz2) = 1520407 +MD5 (libfirm-1.15.0.tar.bz2) = 3c78a2e750f86af7e9b1cb82fd69bec4 +SHA256 (libfirm-1.15.0.tar.bz2) = 4dda0810cd7d2534932a413c6af31890269ecad2a2b1a55f17e51c6709891a88 +SIZE (libfirm-1.15.0.tar.bz2) = 1527744 diff --git a/devel/libfirm/pkg-descr b/devel/libfirm/pkg-descr index 53fed3f7a07b..87fddfd1d124 100644 --- a/devel/libfirm/pkg-descr +++ b/devel/libfirm/pkg-descr @@ -1,7 +1,7 @@ libFIRM provides a graph-based intermediate representation (IR), which operates exclusively in SSA-form, starting at IR construction until assembler code -emission. It offers many analyses and optimizations, provides extensive debug -support and includes a backend framework. +emission. It offers many analyses and optimizations, provides extensive +debugging support and includes a backend framework. * analyses: dominance, loop tree, execution frequency, control dependencies, call graph, rapid type, def-use, alias analysis, class hierarchy analysis @@ -18,7 +18,7 @@ support and includes a backend framework. * novel SSA based register allocator * several SSA copy coalescing and spilling algorithms * algorithms for instruction and basic block scheduling -* working ia32 backend, unfinished backends for MIPS, ARM, PPC32 -* handwritten recursive descent C89/C99 frontend available (lang/cparser) +* working ia32 backend, unfinished backends for ARM, MIPS, PPC32 +* handwritten recursive descent C90/C99 frontend available (lang/cparser) WWW: http://libfirm.org/ diff --git a/devel/libfirm/pkg-plist b/devel/libfirm/pkg-plist index 2cfef9562f4d..d0490fd56359 100644 --- a/devel/libfirm/pkg-plist +++ b/devel/libfirm/pkg-plist @@ -28,7 +28,6 @@ include/libfirm/adt/unionfind.h include/libfirm/adt/util.h include/libfirm/adt/xmalloc.h include/libfirm/analyze_irg_args.h -include/libfirm/archop.h include/libfirm/be.h include/libfirm/callgraph.h include/libfirm/cdep.h |