summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
Commit message (Collapse)AuthorAgeFilesLines
* Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)obrien2002-12-0494-13129/+53971
|
* Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)obrien2002-12-04146-23079/+56900
|
* Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on October 9th ↵kan2002-10-1052-934/+1715
| | | | 2002 20:15 EST.
* Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 16-Sep-2002 ↵kan2002-09-1745-689/+1018
| | | | 13:23:11 EDT.
* Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 ↵kan2002-09-01144-2198/+5749
| | | | 00:00:01 EDT.
* This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.cvs2svn2002-05-171-0/+472
|
* Remove files not part of GCC 3.1.obrien2002-05-12204-80672/+0
|
* Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT.obrien2002-05-09373-11502/+77163
|
* Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0.obrien2002-02-01894-235833/+618839
| | | | These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
* Remove files that have been removed from vendor branchpeter2002-01-2777-32100/+0
|
* Import the setjump/longjump exception handling fixes from GCC 2.95.3.test3obrien2001-03-244-72/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | that were removed from GCC 2.95.3.test4 and the subsequent release due to problems on HP-UX. However, they work just fine on all the BSD's. W/o these patches the following program segmentation faults if compiled with -O2 (but not -Os or -O or -O0): #include <stdio.h> class A { public: A() { printf("c'tor A\n"); } ~A(){ printf("d'tor A\n"); } }; class foo : public A { public: foo() { printf("C'tor foo\n"); throw 8; } ~foo() { printf("D'tor foo\n"); } }; int main(){ try { foo fii; } catch (int){ printf("catch ...\n"); } return 0; }
* Virgin import of the GCC 2.95.3 compilersobrien2001-03-1913-154/+122
|
* Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #3obrien2001-02-1747-1268/+3052
|
* Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #1peter2001-01-031-5/+5
|
* Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #1obrien2001-01-0343-574/+1646
|
* Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"obrien2000-05-2724-336/+2010
| | | | branch as of May 26th, 2000. [these are changes March 31 - May 24th]
* Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"obrien2000-03-304-2/+27
| | | | branch as of March 29th, 2000. [these are changes March 7-29th]
* Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"obrien2000-03-0912-12/+78
| | | | branch as of March 7th, 2000.
* Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"obrien2000-01-2213-79/+172
| | | | branch on Jan 20th, 2000.
* Virgin import of the GCC 2.95.2 compilersobrien2000-01-171-3/+18
|
* Virgin import of the GCC 2.95.1 compilersobrien1999-11-241-32/+7
| | | | (gcc/config/i386/freebsd.h renamed to freebsd-aout.h)
* Virgin import of gcc from EGCS 1.1.2.obrien1999-11-241-16/+38
| | | | (renamed to freebsd-aout.h)
* Virgin import of GCC 2.7.2.3's gcc/config/i386/freebsd.h for a.out systems.obrien1999-11-241-0/+250
| | | | | [This has been renamed to freebsd-aout.h to not conflict with our own hacked up version.]
* Virgin import of the GCC 2.95.1 compilersobrien1999-11-141-84/+165
|
* Virgin import of gcc from EGCS 1.1.2obrien1999-11-141-0/+2170
|
* Virgin import from GCC 2.95.1.obrien1999-11-044-0/+827
| | | | | | | | | As of GCC 2.95 these files from libiberty are absolutely required: ansidecl.h libiberty.h splay-tree.h splay-tree.c To keep from having to import all of libiberty, they are imported here for now. Before all is said and done, libiberty might be imported, or these files might move elsewhere.
* Virgin import from GCC 2.95.1.obrien1999-11-045-508/+1157
| | | | | | | | | | As of GCC 2.95 these files: choose-temp.c demangle.h getopt.h obstack.c pexecute.c cplus-dem.c getopt.c getopt1.c obstack.h were removed from the GCC compilers proper to libiberty. To continue our revision history, and to keep from having to import all of libiberty, they are imported here as if they were never moved.
* Virgin import of the GCC 2.95.2 compilersobrien1999-11-0140-228/+751
|
* Virgin import of the GCC 2.95.1 compilersobrien1999-10-167-125/+230
|
* Virgin import of the GCC 2.95.1 compilersobrien1999-10-16499-75734/+124694
|
* Virgin import of EGCS 1.1.2obrien1999-10-1222-159/+1207
|
* Virgin import of EGCS 1.1.2obrien1999-10-032-180/+441
|
* Virgin import of EGCS 1.1.2obrien1999-10-021-17/+15
|
* Virgin import of EGCS 1.1.2obrien1999-10-021-3/+4
|
* Virgin import of gcc from EGCS 1.1.2obrien1999-08-26641-71366/+401398
|
* Virgin import of GCC 2.7.2.3obrien1999-07-1018-87/+312
|
* This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.cvs2svn1999-03-3014-0/+8724
|
* Import of 2.7.2.1 into vendor branchpeter1996-09-1818-159/+311
|
* Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of thepeter1996-09-18447-0/+454870
non-i386, non-unix, and generatable files have been trimmed, but can easily be added in later if needed. gcc-2.7.2.1 will follow shortly, it's a very small delta to this and it's handy to have both available for reference for such little cost. The freebsd-specific changes will then be committed, and once the dust has settled, the bmakefiles will be committed to use this code.
OpenPOWER on IntegriCloud