X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=README;h=10ca55d4ac96828ebd307ca8988e88ecf7365a3b;hb=2807bb5b1ed34c23dc30d228ab0686c6fc9d6ae3;hp=13b426e0e157d321dc7c1b59303c28bc4644fcb4;hpb=6f39d9813c87242be7531e612e5f9ec4d713d447;p=libfirm diff --git a/README b/README index 13b426e0e..10ca55d4a 100644 --- a/README +++ b/README @@ -14,10 +14,10 @@ Contents: The Firm library implements the Firm intermediate representation (ir). An old description of Firm can be found in [TLB:99]. -libFirm contains algorithms for construction of the SSA directly from the +libFirm contains algorithms for construction of the SSA form directly from the attributed syntax tree. A set of analyses and optimisation phases is provided. -This version includes a complete backend for the ia32 architecture, as well as -some unfinished backends for mips, arm, ppc32. +This version includes a complete backend for the IA32 architecture, as well as +some unfinished backends for MIPS, ARM, PPC32. 1.1. Features @@ -35,7 +35,7 @@ some unfinished backends for mips, arm, ppc32. operator strength reduction, scalar replacement, load/store, control flow optimisations, if-conversion, partial condition evaluation, reassociation, tail recursion elimination, - inlining, procedure cloning, dead code elimination... + inlining, procedure cloning, dead code elimination, ... - local common subexpression eliminiation, constant folding, constant propagatation, arithmetic identities happen implicitely - extensive checkers @@ -54,8 +54,7 @@ some unfinished backends for mips, arm, ppc32. 2. Building and Installation -These are instruction for the gcc compiler on unix variants or cygwin. You need -to have the libcore library and pkg-config installed. +These are instruction for the gcc compiler on unix variants or cygwin. 1. Change into the directory containing libfirms source @@ -80,4 +79,11 @@ tech-report 1999-14. 4. Contact -You can contact us at firm@ipd.info.uni-karlsruhe.de +You can contact us at + firm@ipd.info.uni-karlsruhe.de + +There's a mailing list here: + https://lists.sourceforge.net/lists/listinfo/libfirm-user + +We have a bugtracker at: + http://pp.info.uni-karlsruhe.de/~firm/bugs