aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc
Commit message (Expand)AuthorAgeFilesLines
* Remove contrib/gcc and contrib/gcclibsEd Maste2020-02-291349-1575845/+0
* powerpc: Transition to Secure-PLT, like most other OSsJustin Hibbits2019-06-251-1/+2
* - Update head to 13.0-CURRENT.Glen Barber2018-10-191-0/+2
* Fix GCC 4.2.1 to honor --sysroot for includes.John Baldwin2018-06-271-2/+2
* Use a workaround to compile the crt init functions correctly with clang.John Baldwin2018-02-061-0/+2
* Revert r280909 "unwind-d2 build workaround for arm64"Ed Maste2018-01-121-9/+0
* Fix the return value from _Unwind_Backtrace() on arm.Ian Lepore2017-09-251-4/+1
* Fix handling of uncaught exceptions in a std::terminate() handler on arm.Ian Lepore2017-09-251-2/+2
* Rename RISC-V GCC config directory: riscv64 -> riscvRuslan Bukin2017-08-142-0/+0
* Bring some rough support for FreeBSD S/390 to the GNU toolchain.Pedro F. Giffuni2017-05-232-0/+114
* Fix _Unwind_Backtrace symbol version for ARM.Michal Meloun2017-05-093-1/+27
* Default powerpcspe processor target to 8540Justin Hibbits2017-04-141-0/+2
* add octeon+ as an alias for octeon in GCC & binutilsEd Maste2017-01-272-1/+5
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-221-0/+77
* MFV r302423:Pedro F. Giffuni2016-08-301-0/+134
|\
* | libcpp: Complete the __COUNTER__ support with upstream implementation.Pedro F. Giffuni2016-08-301-0/+7
* | rename ARM's libunwind.S to to avoid conflict with llvm libunwindEd Maste2016-07-271-0/+0
* | Add freebsd12 to contrib/gcc/config.gcc.Glen Barber2016-07-081-0/+2
* | gcc42: Fix minor C99 parse bugConrad Meyer2016-05-271-9/+3
* | GCC: Add support for named initializers for anonymous structs/unions.Pedro F. Giffuni2016-05-201-1/+12
* | GCC: Add support for named initializers for anonymous structs/unions.Pedro F. Giffuni2016-05-201-0/+10
* | Add a minimal gcc config for RISC-V.Ruslan Bukin2016-01-232-0/+7
* | Silence a boring warning.Andreas Tobler2015-12-221-0/+2
* | Revert r289150:Pedro F. Giffuni2015-10-121-1/+0
* | Correct handling of enum attributes with g++Pedro F. Giffuni2015-10-111-0/+1
* | Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-293-0/+6
* | GCC: Add a new option "-fstack-protector-strong"Pedro F. Giffuni2015-07-307-11/+99
* | Fix compilation of this macro under gcc-4.9 for MIPS32.Adrian Chadd2015-06-181-5/+5
* | Use a spelling of .thumb clang understands.Andrew Turner2015-05-311-1/+1
* | Update intree gdb/kgdb to handle 2 dwarf types:Sean Bruno2015-05-171-0/+1
* | unwind-d2 build workaround for arm64Ed Maste2015-03-311-0/+9
* | Also define DWARF_FRAME_REGISTERS. This is used to size arrays, withoutAndrew Turner2015-03-261-1/+1
* | Adda minimal gcc config. This is just enough to build the bits of csu weAndrew Turner2015-03-242-0/+9
* | FreeBSD expects _Unwind_GetGR, _Unwind_SetGR, and _Unwind_SetIP to beAndrew Turner2015-02-012-11/+24
* | Allow -march=armv7a on the gcc command line, for compatibility with clang.Ian Lepore2014-12-211-0/+2
* | Pull in r174303 from upstream gcc trunk (by Jason Merrill):Dimitry Andric2014-12-042-27/+6
* | Use the floating-point instruction on ARMv7 as the clang 3.5 integratedAndrew Turner2014-12-011-0/+15
* | There is no need to use FUNC_END with aeabi_ldiv0 or aeabi_idiv0 as theyAndrew Turner2014-11-301-2/+0
* | Supplement r259111 by also using correct casts in gcc's emmintrin.h forDimitry Andric2014-08-131-1/+1
* | Add FreeBSD to the list of environments that needs to handle R_ARM_TARGET2Ian Lepore2014-07-221-1/+1
* | With the move away from GNATS, point end users to a better web pageGavin Atkinson2014-06-141-1/+1
* | gcc: fix strict alignment.Pedro F. Giffuni2014-05-021-1/+1
* | gcc: define __block when block support is enabledPedro F. Giffuni2014-04-041-1/+4
* | Similar to r211505 for x86, remove unneeded casts in inline assembly forDimitry Andric2014-02-201-6/+6
* | Upgrade our copy of llvm/clang to 3.4 release. This version supportsDimitry Andric2014-02-162-3/+3
* | gcc: Add support for -Wmissing-prototypes in C++Pedro F. Giffuni2014-01-263-3/+13
* | gcc: Drop useless objc change from r260311.Pedro F. Giffuni2014-01-172-39/+0
* | Fix gcc with EABI on big-endian ARM by setting the endian correctly.Andrew Turner2014-01-121-0/+3
* | Fix optimization bug.Pedro F. Giffuni2014-01-061-6/+11
* | gcc: backport some fixes from llvm-gccPedro F. Giffuni2014-01-054-152/+196