summaryrefslogtreecommitdiff
path: root/contrib/gcc/print-rtl.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove contrib/gcc and contrib/gcclibsEd Maste2020-02-291-804/+0
| | | | | | | | | GCC 4.2.1 was disconnected from FreeBSD in r358454. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=358459
* gcc: Add support for label attributes and "unavailable" attribute.Pedro F. Giffuni2013-12-281-0/+5
| | | | | | | | | | | | | | | | | | Apple GCC has extensions to support for both label attributes and an "unavailable" attribute. These are critical for objc but are also useful in regular C/C++. Apparently at least the label attributes might have found their way to upstream GCC but the code doesn't seem available on the GPLv2 tree so we are taking the code directly from Apple. To make this clearer we are preserving the annoying "APPLE LOCAL" tags and the ChangeLogs when they are available. Obtained from: Apple GCC 4.2 - 5531 MFC after: 3 weeks Notes: svn path=/head/; revision=260014
* GCC 4.2.0 release.Alexander Kabaev2007-05-191-110/+118
| | | | Notes: svn path=/vendor/gcc/dist/; revision=169689
* Gcc 3.4.2 20040728.Alexander Kabaev2004-07-281-74/+69
| | | | Notes: svn path=/vendor/gcc/dist/; revision=132718
* Gcc 3.3.1-pre as of 2003-07-11.Alexander Kabaev2003-07-111-42/+67
| | | | Notes: svn path=/vendor/gcc/dist/; revision=117395
* Gcc 3.2.2-release.Alexander Kabaev2003-02-101-0/+6
| | | | Notes: svn path=/vendor/gcc/dist/; revision=110611
* Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 ↵Alexander Kabaev2002-09-011-2/+3
| | | | | | | 00:00:01 EDT. Notes: svn path=/vendor/gcc/dist/; revision=102780
* Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0.David E. O'Brien2002-02-011-151/+429
| | | | | | | These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST. Notes: svn path=/vendor/gcc/dist/; revision=90075
* Virgin import of the GCC 2.95.1 compilersDavid E. O'Brien1999-10-161-48/+102
| | | | Notes: svn path=/vendor/gcc/dist/; revision=52284
* Virgin import of gcc from EGCS 1.1.2David E. O'Brien1999-08-261-15/+118
| | | | Notes: svn path=/vendor/gcc/dist/; revision=50397
* Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of thePeter Wemm1996-09-181-0/+329
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. Notes: svn path=/vendor/gcc/dist/; revision=18334