aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3
Commit message (Expand)AuthorAgeFilesLines
* [4.4.3] Backport of the patch from trunk/4.8 for fixing issue 54623Andrew Hsieh2013-05-272-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
* MIPS GCC 4.4.3 use .cfi_* directives by defaultAndrew Hsieh2013-03-261-1/+1
* Merge "Fix GCC 4.4.3/4.6/4.7 openmp support to use libgomp/config/linux"Andrew Hsieh2013-03-085-3/+108
|\
| * Fix GCC 4.4.3/4.6/4.7 openmp support to use libgomp/config/linuxAndrew Hsieh2013-03-075-3/+108
* | 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-275-9/+14
* Merge "Modifications to enable OpenMP in Android."Andrew Hsieh2012-12-265-3/+62
|\
| * Modifications to enable OpenMP in Android.Keith Obenschain2012-03-235-3/+62
* | Patch GCC libstdc++ 4.4.3/4.6/4.7 to work with Clang in C++11Andrew Hsieh2012-12-1221-105/+94
* | Enable MIPS floating-point madd/msub/nmadd/nmsub/recip/rsqrt with 32-bit FPU.Chao-ying Fu2012-12-112-9/+4
* | Fix GCC 4.6 ARM ICE at reload1.c:1061Andrew Hsieh2012-12-021-2/+2
* | Merge "Fix GCC 4.4.3 ARM ICE at postreload.c:396"Andrew Hsieh2012-11-284-21/+48
|\ \
| * | Fix GCC 4.4.3 ARM ICE at postreload.c:396Andrew Hsieh2012-11-284-21/+48
* | | Fix GCC 4.4.3 ARM ICE at emit-rtl.c:1954Andrew Hsieh2012-11-282-4/+39
|/ /
* | Add helper functions to GCC 4.4.3 for Thumb1 compressed dispatch-table callAndrew Hsieh2012-11-279-13/+115
* | Add -mstack-protector-guard= to x86 compilersAndrew Hsieh2012-11-014-3/+33
* | Return to %gs:20 code generation for -fstack-protector on x86Pavel Chupin2012-10-301-3/+3
* | Merge "Enable x86/arm gcc defaults"Andrew Hsieh2012-10-234-11/+37
|\ \
| * | Enable x86/arm gcc defaultsAndrew Hsieh2012-10-234-11/+37
* | | Merge "Workaround for Android __cxa_finalize bug"Andrew Hsieh2012-10-231-0/+8
|\ \ \
| * | | Workaround for Android __cxa_finalize bugAndrew Hsieh2012-10-231-0/+8
| |/ /
* | | Merge "Enable assembler linker default for security"Andrew Hsieh2012-10-235-5/+17
|\ \ \
| * | | Enable assembler linker default for securityAndrew Hsieh2012-10-235-5/+17
| |/ /
* | | Merge "Add MIPS Android support and default to little-endian"Andrew Hsieh2012-10-234-9/+48
|\ \ \
| * | | Add MIPS Android support and default to little-endianAndrew Hsieh2012-10-234-9/+48
| |/ /
* / / Use the correct CRT files with shared link optionAndrew Hsieh2012-10-231-2/+2
|/ /
* | Fix GCC 4.4.3 GNU libstdc++ to NOT merge typeinfo names by defaultAndrew Hsieh2012-09-194-37/+63
* | Fix GCC 4.4.3 crashes on NEON specific typedef for floatAndrew Hsieh2012-09-1310-59/+71
* | Fix MIPS GCC __builtin_unreachable issue compiling LLVMAndrew Hsieh2012-09-061-1/+4
* | Backport from trunk r189840 and r187586: stack-protector fixes for 4.4.3Pavel Chupin2012-09-035-3/+22
* | Disable warning: the mangling of <va_list> has changed in GCC 4.4Andrew Hsieh2012-08-301-0/+13
|/
* Sync internal and external version:Doug Kwan2011-06-1025-17/+415
* Merge "xgcc compiles need to use the Android crt files as specified in LDFLAG...Doug Kwan2011-04-072-2/+2
|\
| * xgcc compiles need to use the Android crt files as specified in LDFLAGS_FOR_T...Bruce Beare2011-03-172-2/+2
* | Update gcc-4.4.3 for building libsupc++ in freestanding mode.Doug Kwan2011-03-163-2/+9
|/
* Synchronize internal and external version. Merge the following patches:Doug Kwan2011-02-1416-54/+472