- 22 Jul, 2013 10 commits
-
-
Andrew Hsieh authored
* commit 'ba0c25cb': Push gabi++ runtime before running the tests.
-
Andrew Hsieh authored
* commit '9ce7d76c': Fix tests for unknown arch.
-
Andrew Hsieh authored
* commit '2d756b94': build-host-gdb.sh stub and Python fixes.
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Andrew Hsieh authored
* commit 'c7a57af9': Update the wchar-related tests.
-
Andrew Hsieh authored
-
Lai Wei-Chih authored
Change-Id: I6931a408959e47beb6ced0471985251569d43d02
-
Lai Wei-Chih authored
Change-Id: I7ca92a54aa7f48305e8f0e812f9f912cbbd66557
-
- 19 Jul, 2013 1 commit
-
-
David 'Digit' Turner authored
This updates all wchar_t related definitions to match the fix currently uploaded at: https://android-review.googlesource.com/#/c/62320/ + Fix a typo in <minitest/minitest.h> See http://b.android.com/57749 Change-Id: Iaa30eb026c27bac1d3cb4e1870f787f9ca22414e
-
- 18 Jul, 2013 4 commits
-
-
Andrew Hsieh authored
* commit 'ab6cfc11': Fix test-cupfeatures
-
Andrew Hsieh authored
-
Andrew Hsieh authored
am f115098d: Merge "Fixed tests merge-string-literals and prebuilt-copy to observe APP_ABI in env var" * commit 'f115098d': Fixed tests merge-string-literals and prebuilt-copy to observe APP_ABI in env var
-
Andrew Hsieh authored
-
- 17 Jul, 2013 1 commit
-
-
Andrew Hsieh authored
-march=armv7-a set earlier in TARGET_CFLAGS isn't compatible with -mcpu=cortex-a15. When both exists, GCC 4.7/4.8 uses -march=armv7-a for codegen (including putting ".arch armv7-a" in the *.s file) and -mcpu=cortex-a15 for tuning. Unfortunately, assembler in binutils-2.22/2.23 (with GCC 4.7/4.8) fails to compile "sdiv" with ".arch armv7-a" in the *.s file. GCC 4.6 compiles fine because the older assembler doesn't check Change-Id: I47eac88b4d2a4d8e8aa8d7fd210d6f2e869d2c9a
-
- 16 Jul, 2013 6 commits
-
-
Andrew Hsieh authored
* commit '81c782a0': Switch x86*-4.7 toolchain to binutils-2.23
-
Andrew Hsieh authored
* commit 'c9dc9043': Fix x86 multi-target gcc build with 32-bit host
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Pavel Chupin authored
Purpose is to enable multi-target compiler with gold linker. x32 as one of the targets is supported starting from binutils-2.23. Change-Id: I9199c733cc77adbee908f19de8d626fd728c2b26 Signed-off-by:
Pavel Chupin <pavel.v.chupin@intel.com>
-
Pavel Chupin authored
It enables 32-bit host compiler build which is able to generate x86/x86_64/x32 code with -m32/-m64/-mx32 accordingly. Change-Id: Ia50d10d134078ed9eddea279a50f2affed438922 Signed-off-by:
Pavel Chupin <pavel.v.chupin@intel.com>
-
- 15 Jul, 2013 6 commits
-
-
Andrew Hsieh authored
* commit '8c0e1371': cpu-features: Don't assume all VFPv4 devices support IDIV.
-
Andrew Hsieh authored
-
David 'Digit' Turner authored
Turns out that there are cheap VFPv4 devices which do not support it. Instead, only add the IDIV feature flags for white-listed devices. For now, this only means the Nexus 4 kernel. BUG=57637 Change-Id: If722af2035f63e35241fee112dd9ed064a93c287
-
Andrew Hsieh authored
* commit '63f93612': Fix building mclinker for -fexceptions.
-
Andrew Hsieh authored
-
WenHan Gu authored
This is a missing part of https://android-review.googlesource.com/#/c/61390 Change-Id: Iee94d28192e200aec92d875b999769db1e558eeb
-
- 12 Jul, 2013 9 commits
-
-
Andrew Hsieh authored
Change-Id: I83e10a4b594d0f5a7ae4932dd0ee5674e4702f77
-
Andrew Hsieh authored
* commit '9919936e': Add testcase for multiple -arm-enable-ehabi and -arm-enable-ehabi-descriptors
-
Andrew Hsieh authored
* commit '229ebf6c': Add testcase for BUG 9745001 which fails clang 3.1
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Andrew Hsieh authored
* commit 'dfb27e7a': Update libc++ to upstream revision 186119
-
Andrew Hsieh authored
-
Andrew Hsieh authored
* commit '45b00b0e': libc++: Add testit_android script.
-
Andrew Hsieh authored
* commit '17162d72': Strip generated Python binaries.
-
- 11 Jul, 2013 3 commits
-
-
David 'Digit' Turner authored
Nothing really drastic here. Note that this introduces a new file under patches.android/ to deal with __config which assumes that __linux__ means GLibc is being used. Change-Id: Iddd56728f9cfdbcea981b1269612248e7c7af797
-
Andrew Hsieh authored
Google internal bug ref 9745001 Change-Id: I69919a5c0167650cd7d83d97485e5acce4c84381
-
Andrew Hsieh authored
-