summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
Commit message (Expand)AuthorAgeFilesLines
* On ARM EABI double precision floating point values are stored in theandrew2013-09-071-1/+1
* add support to gcc for AES and PCLMUL intrinsics... This addes thejmg2013-09-035-6/+26
* Add support for the GCC binary integer constants extension.pfg2013-08-312-0/+29
* Implement _Unwind_GetIP and _Unwind_GetIPInfo as functions as that is whatandrew2013-08-312-0/+21
* Bring in gcc r128087 to add support for _Unwind_Backtrace on ARM. This isandrew2013-08-313-1/+69
* gcc: configuration fix.pfg2013-06-241-2/+2
* gcc: add some configuration and references.pfg2013-06-243-5/+15
* Pull in r183984 from llvm trunk:dim2013-06-201-12/+0
* GCC: bring back experimental support for amdfam10/barcelona CPUs.pfg2013-06-0115-165/+1515
* Add support for "d" floating-point suffix, as defined by draft N1312pfg2013-05-121-0/+7
* Update the gcc43 changelog.pfg2013-05-121-0/+4
* For some reason, the gcc intrinsics header tmmintrin.h was imported withdim2013-05-081-224/+0
* Add #undef TARGET_DEFAULT back as it shouldn't have been removed in r245539andrew2013-02-041-0/+1
* Allow the unwind functions int libgcc_s to interact correctly with libthr.andrew2013-02-041-2/+2
* Clean some 'svn:executable' properties in the tree.pfg2013-01-263-0/+0
* Add compiler support for the ARM EABI.andrew2013-01-171-3/+27
* Switch the default CPU to an arm9. This removes compiler support for theandrew2013-01-141-1/+1
* Add an ugly hack to libgcc's unwind code, to make it behave properly atdim2013-01-101-0/+12
* gcc: avoid generating negative values to DW_AT_byte_size.pfg2012-12-281-1/+1
* gcc: avoid generating negative values to DW_AT_byte_size.pfg2012-12-281-3/+3
* Don't define CTORS_SECTION_ASM_OP and DTORS_SECTION_ASM_OP on arm whenandrew2012-12-151-0/+2
* Fix a comment in an asm block to work with compilers other than GCCandrew2012-12-151-1/+1
* Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS ineadler2012-12-061-2/+2
* Follow clang lead and include mm_malloc.h only in hosted configurations.kan2012-10-271-0/+2
* Merging of projects/armv6, part 3gonzo2012-08-151-2/+14
* Pass --enable-new-dtags to the linker invocation by default. Ifkib2012-07-157-4/+7
* Bring a couple of fixes for gcc optimizations.pfg2012-06-215-10/+45
* Merge r236137 from x86:marius2012-06-141-0/+1
* Revert r236962 - Experimental amdfam10/barcelona support.pfg2012-06-1320-1724/+493
* Space mismatch - typo in r236962.pfg2012-06-121-1/+1
* Add experimental support for amdfam10/barcelona from the GCC 4.3 branch.pfg2012-06-1220-493/+1724
* Merge r236137 from x86:marius2012-05-301-2/+4
* Enable gnu hash generation for dynamic ELF binaries on x86.kib2012-05-272-0/+2
* Revert r235797. GCC's mis-assumptions has led to incorrect usage ofobrien2012-05-231-4/+0
* Do not incorrectly warn when printing a quad_t using "%qd" on 64-bit platforms.obrien2012-05-221-0/+4
* Bring in a subset of gcc fixes that were back ported topfg2012-05-1810-99/+194
* Unbreak jemalloc build with MALLOC_PRODUCTION set. New jemalloc versiongonzo2012-04-301-2/+26
* Fix a typo in GCC affecting calculations with -ffast-math.pfg2012-04-052-1/+6
* Disable IRIX compatibility flags for DWARF code generator. IRIX-compatiblegonzo2012-03-231-1/+2
* Implement -print-file-name=include (which is undocumentedkientzle2012-02-101-0/+11
* Silence a warning about redefinition of TARGET_ELF on powerpc.andreast2012-01-061-0/+1
* Clean an inconsistency with -ffinite-math-only.pfg2011-12-212-7/+15
* Rename the linker emulation name for powerpc and powerc64. This is needed thatandreast2011-11-191-1/+1
* Copy over the ASM_DECLARE_FUNCTION_SIZE macro from linux64.h. This macroandreast2011-11-161-0/+19
* Import gcc fix for -fstack-protector that produces segfaultingfabient2011-11-091-2/+4
* * Don't give the impression that this compiler is GPLv3.obrien2011-10-242-2/+2
* Adjust posix_memalign() prototype to match what we define in stdlib.h forstefanf2011-10-161-1/+1
* Fix accidential dos-style endings to unix-style line endingsmm2011-07-301-6/+6
* Fix invalid assertion of C++ external static data member declarationsmm2011-07-302-1/+7
* - Fix typo in check_for_nested_with_variably_modified presentuqs2011-07-014-1/+15
OpenPOWER on IntegriCloud