aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc
Commit message (Expand)AuthorAgeFilesLines
* [gcc] Remove "-mstackrealign" option turned on by default on x86.Alexander Ivchenko2014-10-141-1/+1
* [4.6,4.8,4.9] Neon2SSE porting solution updatePavel Chupin2014-09-121-3051/+11030
* Setup x86_64 ABI and add -mssse3 to x86 ABIPavel Chupin2014-06-201-1/+1
* [4.6,4.8,4.9] Porting ARM NEON intrinsics to SSE x86Anton Konovalov2014-06-072-2/+8643
* [4.6] Backport fix to allow constexpr and const togetherAndrew Hsieh2014-06-031-2/+0
* [4.6] Fix build of 4.6 compiler using newer 4.8. Backport of two patchesAlexander Ivchenko2014-05-229-23/+31
* Fix host 64-bit gcc4.6 buildAndrew Hsieh2014-03-051-1/+1
* [4.6, 4.8] Add additional multilib option: mfloat-abi=hardAndrew Hsieh2013-12-261-3/+4
* [4.6, 4.8] Add -mtune=intel supportPavel Chupin2013-12-094-6/+35
* [4.6] Backport of two patches for fixing build with texinfo-5.0.Alexander Ivchenko2013-11-115-19/+19
* Extend MIPS GCC4.6/4.7/4.8 -mldc1-sdc1 to control ldxc1/sdxc1 tooIceberg Fu2013-08-302-3/+3
* Add MXU support in gcc4.6/4.7/4.8 with -mmxuAndrew Hsieh2013-08-152-0/+5
* [4.6,4.7] Always enable --eh-frame-hdr for static executableAndrew Hsieh2013-08-079-4/+118
* Merge "Add an internal switch -minline-thumb1-jumptable to ARM gcc4.6/4.7/4.8"Andrew Hsieh2013-08-074-3/+9
|\
| * Add an internal switch -minline-thumb1-jumptable to ARM gcc4.6/4.7/4.8Lai Wei-Chih2013-08-024-3/+9
* | [4.6,4.8] Add stack unwinding directives for __aeabi_idiv0 in libgcc.aAndrew Hsieh2013-08-032-1/+8
|/
* Fix gcc4.6 thumb2 fails to generate 16bit relative jump tableAndrew Hsieh2013-07-241-1/+1
* Fix GCC 4.6 ARM broken -Os on boost 1.52.0Andrew Hsieh2013-06-212-4/+13
* [4.6], [4.7], [4.8] Backport of the patch from trunk/4.8 for fixingAlexander Ivchenko2013-05-242-0/+11
* Add new GCC/MIPS option -mldc1-sdc1Andrew Hsieh2013-04-262-1/+5
* Fix GCC4.4.3/4.6/4.7 to supress -export-dynamic for statically linked programsAndrew Hsieh2013-04-121-2/+3
* Misc fixesAndrew Hsieh2013-04-041-1/+1
* Use READELF_FOR_TARGET in GCC 4.6/4.7Andrew Hsieh2013-03-262-3/+7
* Fixed GCC 4.6/4.7 ICE gen_thumb_movhi_clobber at config/arm/arm.md:5832Andrew Hsieh2013-03-052-1/+2
* Fix MIPS GCC to emit -m elf32ltsmip for linkerAndrew Hsieh2013-02-281-0/+1
* Add mclinker support: -fuse-ld=mcldAndrew Hsieh2013-02-213-0/+21
* Use memalign instead of posix_memalign in GCC x86 mm_malloc.hAndrew Hsieh2013-02-201-0/+6
* Remove march/mtune/mfpmath hardcoded valuesPavel Chupin2013-01-311-2/+1
* Fix OpenMPAndrew Hsieh2012-12-276-11/+15
* Support OpenMP for task parallelism on Android-ICS/GCC-4.6.3Geunsik Lim2012-12-252-2/+3
* Fix GCC 4.6 build with cloog-0.17.0Andrew Hsieh2012-12-201-1/+5
* Fix ARM GCC 4.6/4.7 fail to links code using 64-bit atomic built-inAndrew Hsieh2012-12-121-0/+4
* Enable MIPS floating-point madd/msub/nmadd/nmsub/recip/rsqrt with 32-bit FPU.Chao-ying Fu2012-12-112-9/+4
* Fixed GCC elides lambdasAndrew Hsieh2012-12-043-11/+56
* Fix GCC 4.6 ARM ICE at reload1.c:1061Andrew Hsieh2012-12-021-1/+1
* Backport 64-bit built-in atomic functions for ARM to GCC 4.6Andrew Hsieh2012-11-2212-304/+956
* Backported from mainlineJakub Jelinek2012-11-143-1/+20
* Add -mstack-protector-guard= to x86 compilersAndrew Hsieh2012-11-014-4/+33
* Return to %gs:20 code generation for -fstack-protector on x86Pavel Chupin2012-10-301-4/+4
* Merge "Port MIPS Android support to GCC-4.6/4.7"Andrew Hsieh2012-10-233-11/+50
|\
| * Port MIPS Android support to GCC-4.6/4.7Andrew Hsieh2012-10-233-11/+50
* | Merge "Enable x86/arm gcc defaults"Andrew Hsieh2012-10-234-6/+14
|\|
| * Enable x86/arm gcc defaultsAndrew Hsieh2012-10-234-6/+14
* | Enable assembler linker default for securityAndrew Hsieh2012-10-235-5/+17
|/
* Fix crash on null context in GCC 4.6 cp/mangle.c::write_unscoped_nameAndrew Hsieh2012-09-191-1/+1
* Merge "Backport from trunk r186788: Define USE_PT_GNU_EH_FRAME."Andrew Hsieh2012-09-121-0/+5
|\
| * Backport from trunk r186788: Define USE_PT_GNU_EH_FRAME.Pavel Chupin2012-08-241-0/+5
* | Fix MIPS GCC __builtin_unreachable issue compiling LLVMAndrew Hsieh2012-09-061-1/+4
* | Disable warning: the mangling of <va_list> has changed in GCC 4.4Andrew Hsieh2012-08-281-0/+13
* | Merge "Fix compilation with GCC 4.7"Andrew Hsieh2012-08-271-2/+1
|\ \