aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support OpenMP+Bionic on ICS/GCC-4.7.2 for task parallelismGeunsik 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-122-0/+8
|\
| * Fix ARM GCC 4.6/4.7 fail to links code using 64-bit atomic built-inAndrew Hsieh2012-12-122-0/+8
* | Patch GCC libstdc++ 4.4.3/4.6/4.7 to work with Clang in C++11Andrew Hsieh2012-12-1223-107/+96
|/
* Enable MIPS floating-point madd/msub/nmadd/nmsub/recip/rsqrt with 32-bit FPU.Chao-ying Fu2012-12-116-27/+12
* Backport r193554 to GCC4.7/x86 resotre earlier cmov behaviorAndrew Hsieh2012-12-063-2/+16
* Merge "[GCC 4.7] Backport a gimplify fix."Ben Cheng2012-12-052-0/+13
|\
| * [GCC 4.7] Backport a gimplify fix.Ben Cheng2012-12-052-0/+13
* | Fixed GCC elides lambdasAndrew Hsieh2012-12-046-22/+112
* | Merge "Fix GCC 4.6 ARM ICE at reload1.c:1061"Andrew Hsieh2012-12-032-3/+3
|\ \ | |/ |/|
| * Fix GCC 4.6 ARM ICE at reload1.c:1061Andrew Hsieh2012-12-022-3/+3
* | Enable armv7/thumb2 multilib for arm-eabi.Ben Cheng2012-11-291-12/+17
|/
* 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
* 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
* Initial checkin of unmodified gcc-5666.3.tar.gzAndrew Hsieh2012-11-081891-0/+2569950
* Merge "Add -fstack-protector-strong to GCC 4.7"Andrew Hsieh2012-11-025-7/+235
|\
| * Add -fstack-protector-strong to GCC 4.7Andrew Hsieh2012-11-015-7/+235
* | Merge "Add -mstack-protector-guard= to x86 compilers"Andrew Hsieh2012-11-0212-11/+96
|\ \
| * | Add -mstack-protector-guard= to x86 compilersAndrew Hsieh2012-11-0112-11/+96
| |/
* / Fix dom optimization which removes goto in dalvik dexoptPavel Chupin2012-11-012-19/+89
|/
* Merge "Simplify GCC 4.7 BASE-VER"Andrew Hsieh2012-10-301-1/+1
|\
| * Simplify GCC 4.7 BASE-VERAndrew Hsieh2012-10-301-1/+1
* | Merge "Handle NULL return value of setlocale() in libstdc++"Andrew Hsieh2012-10-303-9/+17
|\ \
| * | Handle NULL return value of setlocale() in libstdc++Andrew Hsieh2012-10-303-9/+17
| |/
* / Return to %gs:20 code generation for -fstack-protector on x86Pavel Chupin2012-10-303-11/+11
|/
* Merge "Fix missing gthr default.h in libstdc build"Andrew Hsieh2012-10-232-2/+4
|\
| * Fix missing gthr default.h in libstdc buildAndrew Hsieh2012-10-232-2/+4
* | Merge "Port MIPS Android support to GCC-4.6/4.7"Andrew Hsieh2012-10-236-22/+100
|\ \
| * | Port MIPS Android support to GCC-4.6/4.7Andrew Hsieh2012-10-236-22/+100
* | | Merge "Enable x86/arm gcc defaults"Andrew Hsieh2012-10-2311-21/+63
|\| |
| * | Enable x86/arm gcc defaultsAndrew Hsieh2012-10-2311-21/+63
| |/
* | Merge "Workaround for Android __cxa_finalize bug"Andrew Hsieh2012-10-233-0/+24
|\ \
| * | Workaround for Android __cxa_finalize bugAndrew Hsieh2012-10-233-0/+24
| |/
* | Merge "Enable assembler linker default for security"Andrew Hsieh2012-10-2315-15/+51
|\ \
| * | Enable assembler linker default for securityAndrew Hsieh2012-10-2315-15/+51
| |/
* | 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
|/
* Merge "[4.7] Add -fuse-ld="Andrew Hsieh2012-10-098-40/+243
|\
| * [4.7] Add -fuse-ld=Andrew Hsieh2012-10-098-40/+243
* | Merge "[4.7] Fix crash on null context in GCC 4.6 cp/mangle.c::write_unscoped...Andrew Hsieh2012-10-091-1/+1
|\ \
| * | [4.7] Fix crash on null context in GCC 4.6 cp/mangle.c::write_unscoped_nameAndrew Hsieh2012-10-091-1/+1
| |/
* | Merge "[4.7] Define USE_PT_GNU_EH_FRAME"Andrew Hsieh2012-10-091-0/+5
|\ \
| * | [4.7] Define USE_PT_GNU_EH_FRAMEAndrew Hsieh2012-10-091-0/+5
* | | [4.7] 64-bit long double for bionicAndrew Hsieh2012-10-0917-9/+161
| |/ |/|