summaryrefslogtreecommitdiff
path: root/lang/pgcc/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This was still at the GCC 2.95.2 level. GCC 3.1 has really subsumedDavid E. O'Brien2002-06-0821-938/+0
| | | | | | | | the optimization work the PGCC group did based on the closed development GCC versions. Notes: svn path=/head/; revision=60868
* o fix install: change GCC_REV to match existing one.FUJISHIMA Satsuki2001-10-292-4/+24
| | | | | | | | | | o unify info files for future update. o ${MKDIR} ${PREFIX}/info is not needed as it is in BSD.local.dist. Reviewed by: maintainer Notes: svn path=/head/; revision=49305
* Upgrade to version 2.95.1.David E. O'Brien1999-09-0814-262/+263
| | | | Notes: svn path=/head/; revision=21397
* Upgrade to version 1.1.3, and sync with changes to the egcs port.David E. O'Brien1999-05-2412-29/+735
| | | | Notes: svn path=/head/; revision=18978
* PGCC, the Pentium optimizing version of GCC is back.....David E. O'Brien1998-12-137-0/+211
| | | | | | | It is now based on EGCS. Notes: svn path=/head/; revision=15324
* remove unneded port. egcs is the successor.Andreas Klemm1998-01-112-32/+0
| | | | Notes: svn path=/head/; revision=9319
* reordered ftp sites (USA sites first)Andreas Klemm1997-06-101-19/+0
| | | | | | | | removed patch-ac (dunno how this patch made it again into my patches directory, thanks Satoshi for telling me !) Notes: svn path=/head/; revision=6852
* Bootstrap pgcc-current using -O instead of -O2 (for safety reasons, I don'tAndreas Klemm1996-12-202-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | want higher optimization levels result in unsafer binaries). Fix bug, that causes core dumps when using higher optimization levels than -O2. Results with dhrystone 2.1 (1000000 loops): stock cc (2.7.2.1 from current) : 136k (136xxx) pgcc-current with -O2 : 138k pgcc-current with -O6 : 172k And no coredump anymore. Reason for coredump: With -O3 cc1 does an register-to-register-copy optimization and it tries to write some debugging information about what it is doing into a file that does not exist unless you have instructed cc1 to dump all its information about its internal state. (From: Sascha Blank) BTW: PLIST is really coming soon, it's on my todo list ;-) BTW2: Is Sascha already in the contributors list ? Have to go to work now. Submitted by: Sascha Blank <blank@sliphost37.uni-trier.de> Notes: svn path=/head/; revision=5046
* pgcc-current is a developer release of gcc 2.7.2 with pentiumAndreas Klemm1996-12-182-0/+32
optimizations. The motivation to make a separate pgcc port is, to provide two versions, an official release, which is missing the leading edge of developement and an interesting current version, which fixes some things and might breake (or not) others. Fact is, that one is able to compile and run a complete FreeBSD-current kernel without trouble and so closes 2 PR's. >Number: 1221 >Category: bino and possibly >Number: 1222 >Category: ports (should be tested by the submitter. Notes: svn path=/head/; revision=5024