summaryrefslogtreecommitdiff
path: root/contrib/gcc
AgeCommit message (Expand)Author
2020-02-29Remove contrib/gcc and contrib/gcclibsEd Maste
2019-06-25powerpc: Transition to Secure-PLT, like most other OSsJustin Hibbits
2018-10-19- Update head to 13.0-CURRENT.Glen Barber
2018-06-27Fix GCC 4.2.1 to honor --sysroot for includes.John Baldwin
2018-02-06Use a workaround to compile the crt init functions correctly with clang.John Baldwin
2018-01-12Revert r280909 "unwind-d2 build workaround for arm64"Ed Maste
2017-09-25Fix the return value from _Unwind_Backtrace() on arm.Ian Lepore
2017-09-25Fix handling of uncaught exceptions in a std::terminate() handler on arm.Ian Lepore
2017-08-14Rename RISC-V GCC config directory: riscv64 -> riscvRuslan Bukin
2017-05-23Bring some rough support for FreeBSD S/390 to the GNU toolchain.Pedro F. Giffuni
2017-05-09Fix _Unwind_Backtrace symbol version for ARM.Michal Meloun
2017-04-14Default powerpcspe processor target to 8540Justin Hibbits
2017-01-27add octeon+ as an alias for octeon in GCC & binutilsEd Maste
2016-10-22Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits
2016-08-30MFV r302423:Pedro F. Giffuni
2016-08-30libcpp: Complete the __COUNTER__ support with upstream implementation.Pedro F. Giffuni
2016-07-27rename ARM's libunwind.S to to avoid conflict with llvm libunwindEd Maste
2016-07-08Add freebsd12 to contrib/gcc/config.gcc.Glen Barber
2016-05-27gcc42: Fix minor C99 parse bugConrad Meyer
2016-05-20GCC: Add support for named initializers for anonymous structs/unions.Pedro F. Giffuni
2016-05-20GCC: Add support for named initializers for anonymous structs/unions.Pedro F. Giffuni
2016-01-23Add a minimal gcc config for RISC-V.Ruslan Bukin
2015-12-22Silence a boring warning.Andreas Tobler
2015-10-12Revert r289150:Pedro F. Giffuni
2015-10-11Correct handling of enum attributes with g++Pedro F. Giffuni
2015-09-29Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov
2015-07-30GCC: Add a new option "-fstack-protector-strong"Pedro F. Giffuni
2015-06-18Fix compilation of this macro under gcc-4.9 for MIPS32.Adrian Chadd
2015-05-31Use a spelling of .thumb clang understands.Andrew Turner
2015-05-17Update intree gdb/kgdb to handle 2 dwarf types:Sean Bruno
2015-03-31unwind-d2 build workaround for arm64Ed Maste
2015-03-26Also define DWARF_FRAME_REGISTERS. This is used to size arrays, withoutAndrew Turner
2015-03-24Adda minimal gcc config. This is just enough to build the bits of csu weAndrew Turner
2015-02-01FreeBSD expects _Unwind_GetGR, _Unwind_SetGR, and _Unwind_SetIP to beAndrew Turner
2014-12-21Allow -march=armv7a on the gcc command line, for compatibility with clang.Ian Lepore
2014-12-04Pull in r174303 from upstream gcc trunk (by Jason Merrill):Dimitry Andric
2014-12-01Use the floating-point instruction on ARMv7 as the clang 3.5 integratedAndrew Turner
2014-11-30There is no need to use FUNC_END with aeabi_ldiv0 or aeabi_idiv0 as theyAndrew Turner
2014-08-13Supplement r259111 by also using correct casts in gcc's emmintrin.h forDimitry Andric
2014-07-22Add FreeBSD to the list of environments that needs to handle R_ARM_TARGET2Ian Lepore
2014-06-14With the move away from GNATS, point end users to a better web pageGavin Atkinson
2014-05-02gcc: fix strict alignment.Pedro F. Giffuni
2014-04-04gcc: define __block when block support is enabledPedro F. Giffuni
2014-02-20Similar to r211505 for x86, remove unneeded casts in inline assembly forDimitry Andric
2014-02-16Upgrade our copy of llvm/clang to 3.4 release. This version supportsDimitry Andric
2014-01-26gcc: Add support for -Wmissing-prototypes in C++Pedro F. Giffuni
2014-01-17gcc: Drop useless objc change from r260311.Pedro F. Giffuni
2014-01-12Fix gcc with EABI on big-endian ARM by setting the endian correctly.Andrew Turner
2014-01-06Fix optimization bug.Pedro F. Giffuni
2014-01-05gcc: backport some fixes from llvm-gccPedro F. Giffuni