aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6
Commit message (Expand)AuthorAgeFilesLines
* Misc fixesAndrew Hsieh2013-04-041-1/+1
* Merge "Use READELF_FOR_TARGET in GCC 4.6/4.7"Andrew Hsieh2013-03-272-3/+7
|\
| * Use READELF_FOR_TARGET in GCC 4.6/4.7Andrew Hsieh2013-03-262-3/+7
* | Add for READELF and READELF_FOR_TARGET for GCC 4.6Andrew Hsieh2013-03-265-0/+439
|/
* 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 "GCC 4.6/4.4.3: OpenMP: Better CPU count detection for Linux"Andrew Hsieh2013-03-061-3/+186
|\
| * GCC 4.6/4.4.3: OpenMP: Better CPU count detection for LinuxAndrew Hsieh2013-03-061-3/+186
* | GCC4.6/4.4.3: Use default visibility for the __cxa functions in eh_arm.ccAndrew Hsieh2013-03-061-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
* Remove march/mtune/mfpmath hardcoded valuesPavel Chupin2013-01-311-2/+1
* 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
* Support OpenMP for task parallelism on Android-ICS/GCC-4.6.3Geunsik Lim2012-12-255-4/+63
* Fix GCC 4.6 build with cloog-0.17.0Andrew Hsieh2012-12-201-1/+5
* 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
* 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
* | Merge "Workaround for Android __cxa_finalize bug"Andrew Hsieh2012-10-231-0/+8
|\ \
| * | Workaround for Android __cxa_finalize bugAndrew Hsieh2012-10-231-0/+8
| |/
* / 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
|\ \
| * | Fix compilation with GCC 4.7jakub2012-08-271-2/+1
* | | Change gcc-4.6 BASE-VER to 4.6Andrew Hsieh2012-08-271-1/+1
|/ /
* / Backport from trunk r190598 and r190599: 64-bit long double for bionicPavel Chupin2012-08-2418-11/+164
|/
* Add correct predicates.md for previous commitAndrew Hsieh2012-08-161-2/+5
* Merge "Fix ARM internal compiler error reload1.c:3633 compiling Earth"Andrew Hsieh2012-08-163-4/+18
|\
| * Fix ARM internal compiler error reload1.c:3633 compiling EarthAndrew Hsieh2012-08-164-5/+28