summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/final.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r260014, r260099:pfg2014-01-201-75/+72
| | | | | | | | | | gcc: Add support for label attributes and "unavailable" attribute. 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++. Obtained from: Apple GCC 4.2 - 5531
* MFC rr258501, r258507;pfg2013-12-151-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc: Bring updates from Google's enhanced gcc-4.2.1. Google released and enhanced version of gcc-4.2.1 plus their local patches for Android[1]. The patches are owned by Google and the license hasn't been changed from the original GPLv2. We are only bringing a subset of the available patches that may be helpful in FreeBSD, in other words, changes specific to android are not included. From the README.google file[1]. Patches applied to google_vendor_src_branch/gcc/gcc-4.2.1: gcc/Makefile.in gcc/c-common.c gcc/c-common.h gcc/c-opts.c gcc/c-typeck.c gcc/cp/typeck.c gcc/doc/invoke.texi gcc/flags.h gcc/opts.c gcc/tree-flow.h gcc/tree-ssa-alias-warnings.c gcc/tree-ssa-alias.c Backport of -Wstrict-aliasing from mainline. Silvius Rus <rus@google.com> gcc/coverage.c: Patch coverage_checksum_string for PR 25351. Seongbae Park <spark@google.com> Not yet submitted to FSF. gcc/c-opts.c gcc/c-ppoutput.c gcc/c.opt gcc/doc/cppopts.texi libcpp/Makefile.in libcpp/directives-only.c libcpp/directives.c libcpp/files.c libcpp/include/cpplib.h libcpp/init.c libcpp/internal.h libcpp/macro.c Support for -fdirectives-only. Ollie Wild <aaw@google.com>. Submitted to FSF but not yet approved. libstdc++-v3/include/ext/hashtable.h http://b/742065 http://b/629994 Reduce min size of hashtable for hash_map, hash_set from 53 to 5 libstdc++-v3/include/ext/hashtable.h http://b/629994 Do not iterate over buckets if hashtable is empty. gcc/common.opt gcc/doc/invoke.texi gcc/flags.h gcc/gimplify.c gcc/opts.c Add Saito's patch for -finstrument-functions-exclude-* options. gcc/common.opt gcc/doc/invoke.texi gcc/final.c gcc/flags.h gcc/opts.c gcc/testsuite/gcc.dg/Wframe-larger-than.c Add a new flag -Wframe-larger-than- which enables a new warning when a frame size of a function is larger than specified. This patch hasn't been integrated into gcc mainline yet. gcc/tree-vrp.c Add a hack to avoid using ivopts information for pointers starting at constant values. Reference: [1] https://android.googlesource.com/toolchain/gcc/+/master/gcc-4.2.1/ Obtained from: Google Inc.
* FreeBSD uses unchanged versions of this files.kan2007-05-191-298/+516
|
* Use stock GCC versions on these files.kan2004-07-281-646/+344
|
* FreeBSD uses stock versions of these GCC files.kan2003-07-111-199/+345
|
* Use pure stock files.obrien2002-12-041-2/+0
|
* Use the stock 3.2.1-prerelease file.kan2002-09-011-0/+3
| | | | Approved by: obrien
* Use the stock 3.1 prerelease file now. Rev 1.2 (add_bb) just doesn'tobrien2002-05-091-23/+23
| | | | cleanly fit in any more.
* Merge rev 1.2 (add_bb) into GCC 3.1-snap.obrien2002-02-011-1193/+1055
| | | | | | Note that the "NO_PROFILE_DATA"/"NO_PROFILE_COUNTERS" bits were added to the stock FSF GCC 2.97 (and thus 3.1) source as i386 Linux needed them also. (amazing what can get committed to the FSF GCC when needed by Linux...)
* Merge gcc-2.95.3 changes onto mainline. Update FreeBSD changes to convergeobrien2001-03-191-5/+5
| | | | with changes made in the FSF tree.
* Merge our changes - this brings revs 1.{2,3} minus rev 1.4 into GCC 2.95.1.obrien1999-10-261-67/+165
|
* Fix conflicts.obrien1999-08-281-304/+1206
| | | | This brings revs 1.{2,3} minus rev 1.4 into EGCS 1.1.2.
* Remove the linker-set hack we used for BB profiling.phk1999-03-211-2/+0
|
* Fix BB profiling.phk1997-01-131-2/+2
| | | | Submitted by: bde
* Add the hooks that we use for our profiling extensions.peter1996-09-181-0/+12
| | | | Obtained from: bde
* Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of thepeter1996-09-181-0/+3151
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