aboutsummaryrefslogtreecommitdiff
path: root/devel/libfirm/pkg-descr
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2008-12-02 01:21:33 +0000
committerWesley Shields <wxs@FreeBSD.org>2008-12-02 01:21:33 +0000
commita1a58a3bc14e8152db5b8cbc7040b45cfcfee423 (patch)
treea176416f52c0bfc26fe1701bbebbdbb0e49dbf77 /devel/libfirm/pkg-descr
parentc2d6f8a74db7f603c6252e932b0d9de8e6c8e016 (diff)
downloadports-a1a58a3bc14e8152db5b8cbc7040b45cfcfee423.tar.gz
ports-a1a58a3bc14e8152db5b8cbc7040b45cfcfee423.zip
Notes
Diffstat (limited to 'devel/libfirm/pkg-descr')
-rw-r--r--devel/libfirm/pkg-descr8
1 files changed, 4 insertions, 4 deletions
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/