aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9
Commit message (Expand)AuthorAgeFilesLines
* [gcc-4.9] Merge svn r213650 from google/gcc-4_9 branchRong Xu2014-08-06451-1829/+3651
* [4.9] Switch gcc-4.9 to use google/gcc-4_9 branch.Rong Xu2014-07-291168-323684/+85986
* Modify multilib usage for MIPS android platforms.Steve Ellcey2014-07-174-3/+54
* Fix mips64el-linux-android-4.9 buildAndrew Hsieh2014-07-071-1/+2
* Update GCC 4.9 to include mips32r6, mips64r6 and MSA changes.Steve Ellcey2014-07-0391-753/+16752
* Setup x86_64 ABI and add -mssse3 to x86 ABIPavel Chupin2014-06-201-2/+6
* [4.6,4.8,4.9] Porting ARM NEON intrinsics to SSE x86Anton Konovalov2014-06-072-2/+8643
* Merge "[4.8, 4.9] Fix aarch64/arm_neon.h vqdmulh_n_s16"Andrew Hsieh2014-05-271-2/+2
|\
| * [4.8, 4.9] Fix aarch64/arm_neon.h vqdmulh_n_s16Andrew Hsieh2014-05-201-2/+2
* | [4.9] Refresh GCC 4.9 to the 20140514 snapshot.Ben Cheng2014-05-17137-1107/+3825
|/
* Merge "[4.8, 4.9] Add simplify-got"Andrew Hsieh2014-05-1614-0/+591
|\
| * [4.8, 4.9] Add simplify-gotCarrot Wei2014-05-1514-0/+591
* | [4.9] Fix openmp supportAndrew Hsieh2014-05-145-5/+270
|/
* Merge "Fix GNU4.7/4.8/4.9 libstdc++ for clang"Andrew Hsieh2014-04-292-3/+3
|\
| * Fix GNU4.7/4.8/4.9 libstdc++ for clangAndrew Hsieh2014-04-282-3/+3
* | [4.9] aarch64: uncomment md_unwind_header; [4.8,4.9] aarch64: enable libatomi...Andrew Hsieh2014-04-282-7/+1
|/
* [4.9] Fix darwin gcc fails with -fltoAndrew Hsieh2014-04-222-0/+16
* [4.9] Disable sincosAndrew Hsieh2014-04-221-2/+1
* [4.9] Fix mips64el-linux-android-4.9 build with new android-20 headersAndrew Hsieh2014-04-221-0/+1
* [4.9] Fix missing _U, _L, etcAndrew Hsieh2014-04-221-0/+14
* [4.9] GCC 4.9: Only quote arguments in pex-win32.c that need it.Ray Donnelly2014-04-221-9/+38
* [4.9] Fix aarch64 to use Android specs.Ben Cheng2014-04-221-1/+1
* [4.9] Add additional multilib option: mfloat-abi=hardAndrew Hsieh2014-04-221-3/+4
* [4.9] Fix mips64 to use ABI_64 by defaultIceberg Fu2014-04-221-1/+9
* [4.9] Extend MIPS GCC4.9 -mldc1-sdc1 to control ldxc1/sdxc1 tooIceberg Fu2014-04-222-3/+3
* [4.9] Add MXU support in gcc4.9 with -mmxuAndrew Hsieh2014-04-222-0/+5
* [4.9] Always enable --eh-frame-hdr for static executableH.J. Lu2014-04-2211-5/+128
* [4.9] Add stack unwinding directives for __aeabi_idiv0 in libgcc.aBen Cheng2014-04-222-0/+8
* [4.9] Add an internal switch -minline-thumb1-jumptable to ARM gcc4.9Lai Wei-Chih2014-04-224-3/+9
* [4.9] Fix ARM/GCC-4.9 generates insufficient alignment for NEON vst/vldAndrew Hsieh2014-04-221-2/+6
* [4.9] Add new GCC/MIPS option -mldc1-sdc1Andrew Hsieh2014-04-222-2/+6
* [4.9] Maintain default visibility for helper functions in libgcc.a.Ben Cheng2014-04-221-0/+10
* [4.9] GNU libstdc++ --enable-linux-futexAndrew Hsieh2014-04-222-0/+17
* [4.9] Use READELF_FOR_TARGET in GCC 4.9Andrew Hsieh2014-04-222-3/+7
* [4.9] Use default visibility for the __cxa functions in eh_arm.cc.Ben Cheng2014-04-221-0/+12
* [4.9] Fix MIPS GCC to emit -m elf32ltsmip for linkerAndrew Hsieh2014-04-221-0/+1
* [4.9] Add mclinker support: -fuse-ld=mcldAndrew Hsieh2014-04-225-5/+18
* [4.9] Use memalign instead of posix_memalign in GCC x86 mm_malloc.hAndrew Hsieh2014-04-221-0/+6
* [4.9] Disable libstdc versioningAndrew Hsieh2014-04-222-2/+2
* [4.9] Enable _GLIBCXX_HAS_GTHREADS in GCC 4.9Andrew Hsieh2014-04-221-1/+1
* [4.9] Patch GCC libstdc++ to work with Clang in C++11Andrew Hsieh2014-04-221-1/+1
* [4.9] Fix ARM GCC fail to links code using 64-bit atomic built-inAndrew Hsieh2014-04-221-0/+4
* [4.9] Backport a gimplify fix.Ben Cheng2014-04-221-0/+9
* [4.9] Enable armv7/thumb2 multilib for arm-eabi.Ben Cheng2014-04-221-12/+17
* [4.9] Handle NULL return value of setlocale() in libstdc++Andrew Hsieh2014-04-223-21/+41
* [4.9] Port MIPS Android support to GCC-4.9Andrew Hsieh2014-04-224-2/+12
* [4.9] Enable x86/arm gcc defaults; Remove march/mtune/mfpmath/-m32 hardcoded ...Andrew Hsieh2014-04-223-4/+11
* [4.9] Enable assembler linker default for securityAndrew Hsieh2014-04-225-5/+17
* [4.9] Work-around for Android __cxa_finalize bugDigit' Turner2014-04-221-0/+8
* [4.9] GCC 4.9.0 official release refreshBen Cheng2014-04-22692-3854/+324197