| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix GCC bug PR 46639, for kernel security | Caroline Tice | 2017-02-12 | 52 | -180/+219 |
* | Remove inline redeclaration of libc_name_p | Wolfgang Wiedmeyer | 2016-12-09 | 2 | -8/+0 |
* | [GCC 4.9] Fix posix_memalign declaration. | Caroline Tice | 2016-10-04 | 1 | -2/+6 |
* | Fix gthreads for ChromeOS, too (recent change broke ChromeOS). | Caroline Tice | 2016-05-12 | 2 | -14/+2 |
* | Attempt to fix missing gthreads in libstdc++. | Caroline Tice | 2016-04-25 | 2 | -4/+4 |
* | [ndk gcc] Finish fixing the libatomic IFUNC problem. | Caroline Tice | 2016-03-31 | 3 | -8/+21 |
* | Merge "Add top-level flag, --enable-libatomic-ifuncs=[yes/no]" | Caroline Tice | 2016-03-29 | 3 | -0/+36 |
|\ |
|
| * | Add top-level flag, --enable-libatomic-ifuncs=[yes/no] | Caroline Tice | 2016-03-25 | 3 | -0/+36 |
* | | Fix issue of generating symlinks for libgnustl_shared.so | Caroline Tice | 2016-03-25 | 2 | -105/+51 |
|/ |
|
* | GCC unification, part 2. Fix various errors from previous unificaiton. | Caroline Tice | 2016-03-16 | 13 | -161/+361 |
* | Unify ChromeOS and Android versions of GCC. | Caroline Tice | 2016-02-26 | 93 | -335/+1505 |
* | Revert "Fix toolchain/gcc build for mingw." | Than McIntosh | 2016-01-15 | 5 | -92/+77 |
* | Fix toolchain/gcc build for mingw. | Than McIntosh | 2016-01-14 | 5 | -77/+92 |
* | Merge "[4.9] Disable inlining of memcpy for x86 with 'rep movs'." | Dan Albert | 2016-01-04 | 1 | -1/+1 |
|\ |
|
| * | [4.9] Disable inlining of memcpy for x86 with 'rep movs'. | Alexander Ivchenko | 2015-09-25 | 1 | -1/+1 |
* | | Cherrypick PR bootstrap/66638 bugfix from trunk. | amker | 2015-12-16 | 1 | -1/+15 |
* | | cherry-pick fix for gcc bug 67954 (svn rev 230894) | Than McIntosh | 2015-12-11 | 1 | -9/+12 |
* | | Merge "Default to TLS guard for x86 stack-protector." | Than McIntosh | 2015-11-20 | 1 | -3/+2 |
|\ \ |
|
| * | | Default to TLS guard for x86 stack-protector. | Than McIntosh | 2015-11-17 | 1 | -3/+2 |
* | | | Change gcc BASE-VER from 4.9.x-google to 4.9. | Than McIntosh | 2015-11-18 | 1 | -1/+1 |
|/ / |
|
* | | Fix for N9 kernel build. | Than McIntosh | 2015-10-16 | 1 | -60/+76 |
* | | Fix for b/23822150 (arm64 bad code for copysignl) | Than McIntosh | 2015-10-09 | 1 | -11/+26 |
|/ |
|
* | Reapplied the patch 525b640e8dc9e6063897a7ce8034283 | Alexander Ivchenko | 2015-09-14 | 1 | -0/+6 |
* | Merge changes I65f8bbbc,Iaa65e2d1,Ifa0139c9,Ic39d2a2b,I78cf0a23 | Dan Albert | 2015-09-09 | 13 | -3/+1293 |
|\ |
|
| * | backport fix for PR65735 | Sebastian Pop | 2015-08-28 | 2 | -6/+27 |
| * | backport patch to fix PR65177 | Sebastian Pop | 2015-08-28 | 2 | -26/+91 |
| * | backport patch to fix PR65048 | Sebastian Pop | 2015-08-28 | 2 | -6/+84 |
| * | backport patch for PR 64878: do not jump thread across more than one back-edge | Sebastian Pop | 2015-08-28 | 2 | -3/+456 |
| * | port revision 219584 from linaro/gcc-4_9-branch | Sebastian Pop | 2015-08-28 | 9 | -3/+676 |
* | | [4.9] Add several improvements for AArch64 | ktkachov | 2015-09-09 | 2 | -39/+103 |
* | | Merge "[4.9] Adjust several costs for AArch64." | Dan Albert | 2015-09-08 | 2 | -206/+1092 |
|\ \ |
|
| * | | [4.9] Adjust several costs for AArch64. | jgreenhalgh | 2015-08-28 | 2 | -206/+1092 |
* | | | Merge changes I9c3e680b,I56c1a4fd,I4eb84d2b | Dan Albert | 2015-09-08 | 15 | -221/+953 |
|\ \ \
| |_|/
|/| | |
|
| * | | PR tree-optimization/48052 | Aditya Kumar | 2015-08-27 | 7 | -62/+370 |
| * | | PR tree-optimization/52563, tree-optimization/62173 | Aditya Kumar | 2015-08-27 | 7 | -139/+171 |
| * | | Cherry-pick: PR tree-optimization/65447 | Aditya Kumar | 2015-08-27 | 2 | -20/+412 |
| |/ |
|
* | | Merge "Fix mingw build breakage" | Dan Albert | 2015-08-28 | 2 | -0/+5 |
|\ \ |
|
| * | | Fix mingw build breakage | Andrew Hsieh | 2015-08-06 | 2 | -0/+5 |
* | | | Drop mips64r2 from Android compiler's multilib | Duane Sand | 2015-08-27 | 1 | -4/+4 |
* | | | Rename libstdc++.so to libgnustl_shared.so | David 'Digit' Turner | 2015-08-27 | 1 | -1/+4 |
* | | | Modify LINK_SPEC to pass --fix-cortex-a53-843419 as default. | Lai Wei-Chih | 2015-08-27 | 4 | -2/+20 |
* | | | Enable C++ exceptions and RTTI by default. | David 'Digit' Turner | 2015-08-27 | 1 | -2/+2 |
| |/
|/| |
|
* | | Revert "cherrypick GCC trunk 210497", but extract fix for the SEGV from it | Yiran Wang | 2015-08-26 | 2 | -264/+110 |
* | | [4.9] Adjust generic move costs for aarch64. Backport from trunk | Junmo Park | 2015-08-22 | 2 | -2/+10 |
* | | [4.9] Backport Cortex-A57's machine description support from trunk | Junmo Park | 2015-08-14 | 5 | -5/+821 |
* | | cherrypick GCC trunk 210497 | Yiran Wang | 2015-08-13 | 2 | -110/+265 |
* | | fix a bug in 6278c3db6b4eb6f38ccd27c1227452ad9915db28 | Yiran Wang | 2015-08-10 | 1 | -2/+6 |
|/ |
|
* | Merge "Stop generating R_*_COPY relocations: Android dynamic loader does not ... | Elliott Hughes | 2015-07-29 | 1 | -0/+2 |
|\ |
|
| * | Stop generating R_*_COPY relocations: Android dynamic loader | aivchenk | 2015-07-28 | 1 | -0/+2 |
* | | cherry-pick gcc r217091. | Yiran Wang | 2015-07-08 | 2 | -0/+19 |
|/ |
|