aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7
Commit message (Expand)AuthorAgeFilesLines
* [4.7, 4.8] Backport of two patches for additional SLM-tuning.Alexander Ivchenko2014-01-301-1/+1
* Backport fix to set mips_dbx_regno entries to IGNORED_DWARF_REGNUM by defaultSteve Ellcey2013-10-255-8/+48
* 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-0710-4/+122
* 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.7] Add stack unwinding directives for __aeabi_idiv0 in libgcc.aBen Cheng2013-08-012-0/+8
|/
* Fix segfault on const init to object addressAndrew Hsieh2013-06-203-2/+56
* [4.7, 4.8] Extended Silvermont tuning.Pavel Chupin2013-06-043-5/+151
* [4.7, 4.8] Release basic tuning for new Silvermont architecturePavel Chupin2013-05-307-32/+896
* [4.6], [4.7], [4.8] Backport of the patch from trunk/4.8 for fixingAlexander Ivchenko2013-05-242-0/+11
* Remove hardcoded -m32 in compiler optionsPavel Chupin2013-05-221-1/+1
* Fix ARM/GCC-4.7,4.8 generates insufficient alignment for NEON vst/vldAndrew Hsieh2013-05-151-2/+6
* Add new GCC/MIPS option -mldc1-sdc1Andrew Hsieh2013-04-262-1/+5
* Merge "[4.7] x32: Backport x32 support into 4.7"Andrew Hsieh2013-04-2287-395/+1483
|\
| * [4.7] x32: Backport x32 support into 4.7Pavel Chupin2013-04-1887-395/+1483
* | Fix GNU4.7/4.8 libstdc++ for clangAndrew Hsieh2013-04-192-2/+3
* | 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
* Merge "More fix to handle NULL return value of setlocale() in libstdc++/GCC4.7"Andrew Hsieh2013-03-092-12/+24
|\
| * More fix to handle NULL return value of setlocale() in libstdc++/GCC4.7Andrew Hsieh2013-03-082-12/+24
* | Fixed GCC 4.7 ICE in redirect_eh_edge_1, at tree-eh.c:2214Andrew Hsieh2013-03-083-0/+34
|/
* Merge "Fix GCC 4.4.3/4.6/4.7 openmp support to use libgomp/config/linux"Andrew Hsieh2013-03-084-3/+28
|\
| * Fix GCC 4.4.3/4.6/4.7 openmp support to use libgomp/config/linuxAndrew Hsieh2013-03-074-3/+28
* | GNU libstdc++ --enable-linux-futexAndrew Hsieh2013-03-072-0/+17
|/
* Merge "OpenMP: Better CPU count detection for Linux"Andrew Hsieh2013-03-061-3/+186
|\
| * OpenMP: Better CPU count detection for LinuxGeunsik Lim2013-03-061-3/+186
* | Merge "Use default visibility for the __cxa functions in eh_arm.cc."Andrew Hsieh2013-03-061-0/+12
|\ \
| * | Use default visibility for the __cxa functions in eh_arm.cc.Ben Cheng2013-03-051-0/+12
* | | 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
|/
* Merge "Remove march/mtune/mfpmath hardcoded values"Andrew Hsieh2013-01-311-2/+1
|\
| * Remove march/mtune/mfpmath hardcoded valuesPavel Chupin2013-01-311-2/+1
* | Fix GCC 4.7 ICE in build_data_member_initialization, at cp/semantics.c:5790Andrew Hsieh2013-01-253-2/+26
|/
* Fix x86 GCC4.7 segfault in i386.c distance_non_agu_define_in_bb()Andrew Hsieh2013-01-225-33/+43
* Disable libstdc versioningAndrew Hsieh2013-01-112-2/+2
* Revert "Enable _GLIBCXX_USE_CLOCK_MONOTONIC in libstdc++"Andrew Hsieh2013-01-032-2/+2
* Enable _GLIBCXX_USE_CLOCK_MONOTONIC in libstdc++Andrew Hsieh2012-12-292-2/+2
* Fix OpenMPAndrew Hsieh2012-12-276-11/+15
* Merge "Support OpenMP+Bionic on ICS/GCC-4.7.2 for task parallelism"Andrew Hsieh2012-12-265-4/+63
|\
| * Support OpenMP+Bionic on ICS/GCC-4.7.2 for task parallelismGeunsik Lim2012-12-255-4/+63
* | Enable _GLIBCXX_HAS_GTHREADS in GCC 4.7Andrew Hsieh2012-12-251-1/+1
|/
* Merge "Fix ARM GCC 4.6/4.7 fail to links code using 64-bit atomic built-in"Andrew Hsieh2012-12-121-0/+4
|\
| * Fix ARM GCC 4.6/4.7 fail to links code using 64-bit atomic built-inAndrew Hsieh2012-12-121-0/+4
* | Patch GCC libstdc++ 4.4.3/4.6/4.7 to work with Clang in C++11Andrew Hsieh2012-12-121-1/+1
|/
* Enable MIPS floating-point madd/msub/nmadd/nmsub/recip/rsqrt with 32-bit FPU.Chao-ying Fu2012-12-112-9/+4