Related articles |
---|
WANTED: One good retargettable compiler back end lux@diesel-research.com (Kim Lux) (2005-12-08) |
Re: WANTED: One good retargettable compiler back end ian@airs.com (Ian Lance Taylor) (2005-12-08) |
Re: WANTED: One good retargettable compiler back end nkavv@skiathos.physics.auth.gr (Uncle Noah) (2005-12-08) |
Re: WANTED: One good retargettable compiler back end gah@ugcs.caltech.edu (glen herrmannsfeldt) (2005-12-11) |
Re: WANTED: One good retargettable compiler back end nr@eecs.harvard.edu (2005-12-29) |
From: | "Uncle Noah" <nkavv@skiathos.physics.auth.gr> |
Newsgroups: | comp.compilers |
Date: | 8 Dec 2005 22:08:54 -0500 |
Organization: | http://groups.google.com |
References: | 05-12-016 |
Keywords: | code, C |
Posted-Date: | 08 Dec 2005 22:08:54 EST |
http://www.cs.princeton.edu/software/lcc/
LCC is a smallish retargetable compiler using IBURG as a backend
generator so you may want to check that.
The OLIVE code generator (backend generator actually) is part of the
SPAM compiler of Princeton.
A third choice would be to use a very old version of BEG (circa 1994)
that is still floating around the web. It is a commercial tool now.
These should be more easily retargetable than VPO (in terms of LOC)
but I'm not sure on how they handle register allocation (e.g. LCC core
uses a simple local register allocation theme).
The first two are certainly free (but you should check licensing
issues).
regards
Nikolaos Kavvadias
Ph.D. Student
Kim Lux wrote:
> We are attempting to retarget the sdcc ( http://sdcc.sourceforge.net/)
> open source compiler to a new processor. (Freescale 68HC9S12X)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.