aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'aosp/master' into replicant-6.0HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0masterJoonas Kylmälä2018-08-2798-692/+2103
|\
| * Merge "Add __emutls_unregister_key function"Treehugger Robot2018-07-111-4/+7
| |\
| | * Add __emutls_unregister_key functionRyan Prichard2018-06-051-4/+7
| * | libgcc: work around old Bionic loader bugRyan Prichard2018-06-281-0/+24
| |/
| * Delay emutls deallocation for one roundRyan Prichard2018-05-211-8/+41
| * Merge "gcc: backport patch to support vrnd<*>_f64 aarch64 intrinsics."android-build-prod (mdb)2018-04-265-3/+48
| |\
| | * gcc: backport patch to support vrnd<*>_f64 aarch64 intrinsics.Yunlian Jiang2018-04-245-3/+48
| * | gcc: backport an upstream patch to make it work with newer glibc.Yunlian Jiang2018-04-2410-11/+11
| |/
| * Fix gcc 4.8.3 makeinfo build failureRyan Prichard2018-02-261-2/+2
| * [GCC] Fix #endif problem in libgcc/emutls.cCaroline Tice2018-02-051-1/+1
| * [GCC] Update with latest retpoline fixes from Intel.Caroline Tice2018-01-2966-310/+628
| * Merge "[libgcc] Fix emutls.c to not leak pthread keys."Caroline Tice2018-01-191-0/+10
| |\
| | * [libgcc] Fix emutls.c to not leak pthread keys.Caroline Tice2018-01-191-0/+10
| * | [GCC] Commit retpoline patch code, for fixing security issues.Caroline Tice2018-01-0862-622/+1613
| |/
| * update-prebuilts: use fetch_artifact for downloading prebuilts.Rahul Chaudhry2017-09-181-36/+16
| * update-prebuilts: do not update mips prebuilts.Rahul Chaudhry2017-09-181-1/+1
| * Merge "Remove -Bsymbolic from the Android link spec."Treehugger Robot2017-09-141-1/+1
| |\
| | * Remove -Bsymbolic from the Android link spec.Dan Albert2016-01-141-1/+1
| * | Disable linker PIE support with copy reloc.Rahul Chaudhry2017-07-131-1/+2
| * | Add an OWNERS file for GCC.Caroline Tice2017-07-101-0/+6
* | | Merge branch 'master' of https://android.googlesource.com/toolchain/gccreplicant-6.0-0003replicant-6.0-0002replicant-6.0-0001Wolfgang Wiedmeyer2017-02-120-0/+0
|\| |
| * | Fix GCC bug PR 46639, for kernel securityCaroline Tice2017-01-2953-181/+229
| * | [GCC] Add '--disable-multilib' to gcc configuration.Caroline Tice2017-01-241-1/+2
* | | Fix GCC bug PR 46639, for kernel securityCaroline Tice2017-02-1253-181/+229
* | | [GCC] Add '--disable-multilib' to gcc configuration.Caroline Tice2017-02-121-1/+2
* | | Remove inline redeclaration of libc_name_pWolfgang Wiedmeyer2016-12-092-8/+0
|/ /
* | fix errors in gcc compiler wrapper.Yunlian Jiang2016-10-061-2/+2
* | Merge "[GCC 4.9] Fix posix_memalign declaration."Caroline Tice2016-10-041-2/+6
|\ \
| * | [GCC 4.9] Fix posix_memalign declaration.Caroline Tice2016-10-041-2/+6
* | | Merge "gcc: add a python wrapper for gcc."Yunlian Jiang2016-10-042-0/+84
|\ \ \
| * | | gcc: add a python wrapper for gcc.Yunlian Jiang2016-10-032-0/+84
| |/ /
* / / Add -androidkernel-readelf symlink.Alex Deymo2016-09-291-0/+1
|/ /
* | [GCC] Add README.version file (owners info).Caroline Tice2016-07-011-0/+4
* | Fix gthreads for ChromeOS, too (recent change broke ChromeOS).Caroline Tice2016-05-122-14/+2
* | Attempt to fix missing gthreads in libstdc++.Caroline Tice2016-04-252-4/+4
* | Empty commit to kick buildbot.Than McIntosh2016-04-010-0/+0
* | Merge "[ndk gcc] Finish fixing the libatomic IFUNC problem."Caroline Tice2016-04-013-8/+21
|\ \
| * | [ndk gcc] Finish fixing the libatomic IFUNC problem.Caroline Tice2016-03-313-8/+21
* | | Include -kernel link for 'strip'.Than McIntosh2016-04-011-0/+1
|/ /
* | Merge "Add top-level flag, --enable-libatomic-ifuncs=[yes/no]"Caroline Tice2016-03-294-0/+37
|\ \
| * | Add top-level flag, --enable-libatomic-ifuncs=[yes/no]Caroline Tice2016-03-254-0/+37
* | | Fix issue of generating symlinks for libgnustl_shared.soCaroline Tice2016-03-252-105/+51
|/ /
* | GCC unification, part 2. Fix various errors from previous unificaiton.Caroline Tice2016-03-1613-161/+361
* | Merge "Unify ChromeOS and Android versions of GCC."Caroline Tice2016-02-2994-336/+1513
|\ \
| * | Unify ChromeOS and Android versions of GCC.Caroline Tice2016-02-2694-336/+1513
* | | Update 4.8.1 to 4.8.3.Dan Albert2016-02-2481456-2708141/+2666411
* | | Include 'nm' and 'size' in androidkernel list.Than McIntosh2016-02-181-0/+2
* | | Extend the lib copying workaround for lib64.Dan Albert2016-02-161-2/+9
* | | Merge "Check in a pristine copy of GCC 4.8.1."Dan Albert2016-02-0479558-0/+13542049
|\ \ \ | |/ / |/| |
| * | Check in a pristine copy of GCC 4.8.1.Dan Albert2016-01-2279558-0/+13542049