summaryrefslogtreecommitdiffstats
path: root/contrib
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 libf2c bits from the FSF anoncvs repo gcc-3_2-branch on ↵kan2002-10-105-4/+8
| | | | October 9th 2002 20:15 EST.
* Gcc 3.2.1-prerelease Objective C support bits from the FSF anoncvs repo ↵kan2002-10-102-1/+5
| | | | gcc-3_2-branch on October 9th 2002 20:15 EST.
* Gcc 3.2.1-prerelease C++ support bits from the FSF anoncvs repo ↵kan2002-10-1010-56/+176
| | | | gcc-3_2-branch on October 9th 2002 20:15 EST.
* 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 libf2c bits from the FSF anoncvs repo gcc-3_2-branch on ↵kan2002-09-173-3/+3
| | | | 16-Sep-2002 13:23:11 EDT.
* Gcc 3.2.1-prerelease C++ support bits from the FSF anoncvs repo ↵kan2002-09-1743-1632/+8571
| | | | gcc-3_2-branch on 16-Sep-2002 13:23:11 EDT.
* 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 C++ support bits from the FSF anoncvs repo ↵kan2002-09-017-138/+141
| | | | gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT.
* Gcc 3.2.1-prerelease Objective C support bits from the FSF anoncvs repo ↵kan2002-09-014-155/+158
| | | | gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT.
* Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on ↵kan2002-09-01130-3625/+10251
| | | | 1-Sep-2002 00:00:01 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.
* Gcc 3.1.0 pre-release's C++ support bits from the FSF anoncvs repoobrien2002-05-28456-1842/+144110
| | | | on 9-May-2002 15:57:15 EDT.
* This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.cvs2svn2002-05-172-0/+490
|
* Remove files not part of GCC 3.1.obrien2002-05-12204-80672/+0
|
* Gcc 3.1.0 pre-release's Objective C support bits from the FSF anoncvs repoobrien2002-05-0922-548/+3802
| | | | on 9-May-2002 15:57:15 EDT.
* Gcc 3.1.0 pre-release's libf2c bits from the FSF anoncvs repo onobrien2002-05-0935-917/+3061
| | | | 9-May-2002 15:57:15 EDT.
* 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-2783-32178/+0
|
* Virgin import of GCC 3.0.2's libf2cobrien2001-12-1855-570/+1142
|
* 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 GCC 2.95.3's libobjcobrien2001-03-192-4/+11
|
* Virgin import of GCC 2.95.3's libstdc++obrien2001-03-197-246/+396
|
* Virgin import of GCC 2.95.3's libio -- the C++ iostream facility.obrien2001-03-1911-38/+95
|
* 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
|
* Import of a GCC 2.96 snapshot taken from the trunk of the FSF GCC anoncvsobrien2000-12-148-9/+43
| | | | | | | server on 11-July-2000, at 17:32 Zulu. This is the last point [that I know of] that Cygnus synced their internal IA-64 GCC tree with the public FSF one.
* Import of a GCC 2.96 SNAPSHOT taken from the trunk of the GCC anoncvsobrien2000-06-0427-363/+482
| | | | server on 3-June-2000.
* Import of a GCC 2.96 SNAPSHOT taken from the trunk of the GCC anoncvsobrien2000-06-044-0/+71
| | | | server on 3-June-2000.
* Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"obrien2000-05-2727-337/+2242
| | | | 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-309-4/+41
| | | | branch as of March 29th, 2000. [these are changes March 7-29th]
* Virgin import of GCC 2.95.2's libobjcobrien2000-03-271-0/+4
|
* Virgin import of GCC 2.95.1's libobjc.obrien2000-03-2752-0/+15644
| | | | (previous GCC/EGCS versions had these files in gcc/objc/)
* Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"obrien2000-03-0920-23/+124
| | | | branch as of March 7th, 2000.
* Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"obrien2000-01-2222-97/+223
| | | | 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 GCC 2.95.2's libstdc++obrien1999-11-014-0/+16
|
* Virgin import of GCC 2.95.2's libio -- the C++ iostream facility.obrien1999-11-014-0/+16
|
OpenPOWER on IntegriCloud