aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gcc: Add support for Apple's Block extensionPedro F. Giffuni2014-01-0565-404/+10016
* libcpp: misc fixes from Apple's GCC.Pedro F. Giffuni2014-01-051-1/+3
* Revert r260073; small diff reduction wrt gcc43 and Apple GCC.Pedro F. Giffuni2014-01-028-84/+41
* gcc: Fix issue with "unavailable" attribute.Pedro F. Giffuni2013-12-301-1/+3
* gcc: small diff reduction wrt gcc43 and Apple GCC.Pedro F. Giffuni2013-12-308-41/+84
* gcc: Add support for label attributes and "unavailable" attribute.Pedro F. Giffuni2013-12-2829-161/+753
* gcc: merge small upstream change.Pedro F. Giffuni2013-12-272-9/+23
* gcc: Implement -Wmost for compatibility with clang.Pedro F. Giffuni2013-12-263-1/+19
* gcc: small enhancements for the arm support.Pedro F. Giffuni2013-12-253-5/+123
* gcc: Add ability to generate DWARF pubtypes section ifPedro F. Giffuni2013-12-244-50/+152
* gcc: warnings from -Wformat-securityPedro F. Giffuni2013-12-211-2/+2
* gcc: clean some warnings from -Wformat-securityPedro F. Giffuni2013-12-2013-24/+24
* Revert r259619:Pedro F. Giffuni2013-12-2018-434/+61
* gcc: revert Rvalue references.Pedro F. Giffuni2013-12-2011-498/+105
* gcc: merge upstream fix and new feature.Pedro F. Giffuni2013-12-2012-107/+506
* gcc: more diff reductions against Apple GCC.Pedro F. Giffuni2013-12-2012-11/+58
* gcc: backport upstream fix for issue with C++'s placement newPedro F. Giffuni2013-12-1918-61/+434
* gcc: add Apple compatible -Wnewline-eofPedro F. Giffuni2013-12-181-1/+1
* gcc: add Apple compatible -Wnewline-eofPedro F. Giffuni2013-12-183-0/+20
* gcc: point to our address for bug reports.Pedro F. Giffuni2013-12-181-1/+1
* gcc: small merges from upstreamPedro F. Giffuni2013-12-178-31/+113
* gcc: fix ICE in rs600 when using -fno-trapping-math.Pedro F. Giffuni2013-12-171-2/+3
* gcc: fix ICE in rs600 when using -fno-trapping-math.Pedro F. Giffuni2013-12-172-2/+16
* Use correct casts in gcc's emmintrin.h for the first arguments of theDimitry Andric2013-12-081-3/+3
* gcc: new fvisibility-ms-compat optionPedro F. Giffuni2013-12-086-0/+68
* gcc: Include types in error message for build_binary_op.Pedro F. Giffuni2013-12-066-8/+21