2010-03-17 20:26:54 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Add platform list based on configure.ac.
|
2009-08-01 22:37:05 by David A. Holland | Files touched by this commit (1) |
Log message:
USE_TOOLS+=gmake, same as pcc-current, for the same reason. Fixes PR 38964.
|
2009-04-30 22:17:03 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
fix ftp link.
|
2009-04-30 20:25:59 by Hasso Tepper | Files touched by this commit (2) |
Log message:
DESTDIR ready.
|
2007-11-03 23:38:48 by Roland Illig | Files touched by this commit (1) |
Log message:
Added MAKE_JOBS_SAFE as suggested in PR 37242.
|
2007-10-10 15:15:59 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Add USE_TOOLS+= lex yacc.
This is for PR #37095 noticed on Linux.
|
2007-09-22 00:55:46 by Jeremy C. Reed | Files touched by this commit (3) |
Log message:
Update to version 0.9.8.070920.
This fixes PR # 37014
Also take MAINTAINERship.
Update DESCR to not be first person.
Note: man pages not installed as they still need a little cleanup.
|
2007-09-15 12:12:32 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
Add INSTALLATION_DIRS
|
2007-09-15 12:02:06 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
Some people are soooooooo picky
Populate the PLIST
|
2007-09-15 11:43:32 by Alistair G. Crooks | Files touched by this commit (4) | |
Log message:
Initial import of ragge's version of pcc, version 0.9.8. This is the
latest version of the portable C compiler.
The compiler is based on the original Portable C Compiler by S. C.
Johnson, written in the late 70's. Even though much of the compiler
has been rewritten, some of the basics still remain.
The intention is to write a C99 compiler while still keeping it small,
simple, fast and understandable. I think of it as if it shall be able
to compile and run on PDP11 (even if it may not happen in reality).
But with this in mind it becomes important to think twice about what
algorithms are used.
The compiler is conceptually structured in two parts; pass1 which is
language-dependent, does parsing, typechecking and build trees, and
pass2 which is mostly language-independent.
About 50% of the frontend code and 80% of the backend code has been
rewritten. Most stuff is written by me, with the exception of the
data-flow analysis part and the SSA conversion code which is written
by Peter A Jonsson, and the Mips port that were written as part of a
project by undergraduate students at LTU.
As discussed at great length at EuroBSDcon 2007.
|