aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc
Commit message (Expand)AuthorAgeFilesLines
* Implement -print-file-name=include (which is undocumentedTim Kientzle2012-02-101-0/+11
* Silence a warning about redefinition of TARGET_ELF on powerpc.Andreas Tobler2012-01-061-0/+1
* Clean an inconsistency with -ffinite-math-only.Pedro F. Giffuni2011-12-212-7/+15
* Rename the linker emulation name for powerpc and powerc64. This is needed thatAndreas Tobler2011-11-191-1/+1
* Copy over the ASM_DECLARE_FUNCTION_SIZE macro from linux64.h. This macroAndreas Tobler2011-11-161-0/+19
* Import gcc fix for -fstack-protector that produces segfaultingFabien Thomas2011-11-091-2/+4
* * Don't give the impression that this compiler is GPLv3.David E. O'Brien2011-10-242-2/+2
* Adjust posix_memalign() prototype to match what we define in stdlib.h forStefan Farfeleder2011-10-161-1/+1
* Fix accidential dos-style endings to unix-style line endingsMartin Matuska2011-07-301-6/+6
* Fix invalid assertion of C++ external static data member declarationsMartin Matuska2011-07-302-1/+7
* - Fix typo in check_for_nested_with_variably_modified presentUlrich Spörlein2011-07-014-1/+15
* Fix clang warnings.Ben Laurie2011-06-184-9/+20
* Fix clang warnings.Ben Laurie2011-05-226-18/+16
* Fix clang warnings.Ben Laurie2011-05-193-15/+15
* Fix clang warnings.Ben Laurie2011-05-181-2/+2
* Add ChangeLog.gcc43 for backported changes from gcc 4.3Martin Matuska2011-04-301-0/+163
* Remove libobjc and other Objective-C related components, as these areDimitry Andric2011-04-1723-12793/+105
* Upgrade of base gcc and libstdc++ to the last GPLv2-licensed revisionMartin Matuska2011-03-2936-56/+667
|\
| * Reorganize the gcc vendor import work area. This flattens out a bunchPeter Wemm2008-06-011331-1569089/+0
* | Backport missing tunings for -march=core2:Martin Matuska2011-03-171-2/+2
* | Fix -march/-mtune=native autodetection for Intel Core 2 CPUsMartin Matuska2011-03-161-2/+9
* | Backport SSSE3 instruction set support to base gcc.Martin Matuska2011-03-1411-20/+1312
* | Now that TLS is supported for sparc64 by both binutils 2.17.50 committedMarius Strobl2011-03-111-0/+7
* | Backport Intel Core 2 and AMD Geode CPU types from gcc-4.3 (GPLv2)Martin Matuska2011-03-077-48/+361
* | Backport svn r124339 from gcc 4.3 and add opteron-sse3, athlon64-sse3Martin Matuska2011-02-203-1/+15
* | Turn off default generation of userland dot symbols on powerpc64 now thatNathan Whitehorn2011-02-181-1/+8
* | Configure gcc to emit .note.GNU-stack for both 32 and 64 bits PowerPC.Konstantin Belousov2011-01-144-1/+9
* | Make gcc emit the .note.GNU-stack section into the assembler files.Konstantin Belousov2011-01-071-0/+3
* | Now that the fix for gcc PR 20218 is applied, and hidden attributesDimitry Andric2010-11-251-1/+8
* | Apply backported fix for gcc PR 20218. This makes __attribute__Dimitry Andric2010-11-257-111/+66
* | Check for NULL link registers as found in initial stack frames when doingNathan Whitehorn2010-09-261-6/+5
* | Mark __DTOR_LIST__, __EH_FRAME_BEGIN__ and __CTOR_END__ as used to avoidRui Paulo2010-08-261-5/+5
* | Mark __JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__ as used toRui Paulo2010-08-261-5/+5
* | Mark the following static variables as __used__ instead of __unused__:Rui Paulo2010-08-241-6/+6
* | Revert part of r211505. Some of the removed casts are actually safe soRui Paulo2010-08-211-16/+16
* | Remove unneeded casts in inline assembly in contrib/gcc/longlong.h,Rui Paulo2010-08-191-22/+22
* | Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesNathan Whitehorn2010-07-101-7/+175
* | Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain.Juli Mallett2010-06-0212-23/+271
* | Tweak the linker spec a smidge.Warner Losh2010-03-051-3/+2
* | Add support for o32 (when it isn't the default), n32, n64, and o64 toWarner Losh2010-03-051-10/+31
* | Also define _MIPS_ISA here.Warner Losh2010-03-031-4/+20
* | Bring in more built-in defines from NetBSDWarner Losh2010-03-021-14/+73
* | Merge r194519 from projects/mips to head by hand:Warner Losh2010-01-081-0/+3
* | Properly support -fPIE by linking PIE binaries with specially-builtKonstantin Belousov2009-12-021-4/+4
* | Change gcc to assume a default machine architecture of 486 instead of 386John Baldwin2009-10-211-1/+1
* | Output DWARF debug information for global 'using' declarations, insteadBruce M Simpson2009-07-221-1/+1
* | Second attempt at eliminating .text relocations in shared librariesAlexander Kabaev2009-07-141-0/+1
* | Merge an important change that I mistakenly left out when merging C99David Schultz2009-03-251-1/+3
* | Make gcc use C99 inline semantics in c99 and gnu99 mode. This was theDavid Schultz2009-03-146-139/+212
* | If arm.h is going to define WCHAR_TYPE, don't assume WCHAR_TYPE_SIZEDavid E. O'Brien2008-09-101-1/+1