Dan Albert
aa23b2ee5e
Add a TLS slot for TSAN.
...
This is so TSAN won't need to rely on pthread_getspecific for finding
the current thread state.
Change-Id: Id3befeabec0a9f7ca77b5549fbc427e22e6aaa34
2015-08-18 15:09:00 -07:00
Christopher Ferris
e6f16b2d7d
am e4d51cf3
: Merge "Add optimized cortex-a7/cortex-a53 memset/memcpy."
...
* commit 'e4d51cf37a861e258e423de14619982af51d2527':
Add optimized cortex-a7/cortex-a53 memset/memcpy.
2015-08-18 17:33:46 +00:00
Christopher Ferris
888ad399ee
am e4d51cf3
: Merge "Add optimized cortex-a7/cortex-a53 memset/memcpy."
...
* commit 'e4d51cf37a861e258e423de14619982af51d2527':
Add optimized cortex-a7/cortex-a53 memset/memcpy.
2015-08-18 17:33:22 +00:00
Christopher Ferris
e4d51cf37a
Merge "Add optimized cortex-a7/cortex-a53 memset/memcpy."
2015-08-18 17:18:11 +00:00
Elliott Hughes
4400c1d448
am 4a8c4ce4
: Merge "libc: remove bcopy from memmove on 64-bit architectures"
...
* commit '4a8c4ce403f702c0b8279873fae3d62497c4a123':
libc: remove bcopy from memmove on 64-bit architectures
2015-08-18 00:39:54 +00:00
Elliott Hughes
37763e7a7a
am 4a8c4ce4
: Merge "libc: remove bcopy from memmove on 64-bit architectures"
...
* commit '4a8c4ce403f702c0b8279873fae3d62497c4a123':
libc: remove bcopy from memmove on 64-bit architectures
2015-08-18 00:39:50 +00:00
Ying Wang
fa20d51e91
am 85197af9
: Merge "Don\'t attach linker_asan to linker in module definition."
...
* commit '85197af92b52dd02caa7146ea5f47fad5cbc0101':
Don't attach linker_asan to linker in module definition.
2015-08-18 00:24:04 +00:00
Elliott Hughes
4a8c4ce403
Merge "libc: remove bcopy from memmove on 64-bit architectures"
2015-08-18 00:23:49 +00:00
Ying Wang
e46c4212d6
am 85197af9
: Merge "Don\'t attach linker_asan to linker in module definition."
...
* commit '85197af92b52dd02caa7146ea5f47fad5cbc0101':
Don't attach linker_asan to linker in module definition.
2015-08-18 00:23:29 +00:00
Ying Wang
85197af92b
Merge "Don't attach linker_asan to linker in module definition."
2015-08-18 00:07:03 +00:00
Ying Wang
d1afa661af
Don't attach linker_asan to linker in module definition.
...
With this change, we only define the rules to create the symlinks in
this Android.mk but without attaching the symlinks to the module linker.
Instead the core build system will set up the dependency whenever a
module needs these symlinks.
Bug: 22850550
Change-Id: I36c58fd411f1c27f3f638b229699d7dc1d66abb2
2015-08-17 16:17:03 -07:00
Jake Weinstein
2926f9a31e
libc: remove bcopy from memmove on 64-bit architectures
...
* bcopy is deprecated on LP64 by the following commit:
ce9ce28e5d
Change-Id: I6849916f0ec4a2d0db9a360999ad1dc8edda952b
2015-08-17 22:06:12 +00:00
Christopher Ferris
5930772286
Add optimized cortex-a7/cortex-a53 memset/memcpy.
...
Add an optimized memset that is ~20% faster for cortex-a7 and
cortex-a53.
Add a 32 bit optimized cortex-a53 memcpy that is about ~20% faster
on cached data.
Fix the cortex-a15 __str{cat,cpy}_chk.S, memcpy_base.S to remove
the phony functions, since they aren't needed any more. Then add
a direct include of these for cortex-a53.
Verified the new functions by stepping through all of the major
paths and verifying the backtrace is still correct.
Bug: 22696180
Change-Id: Iec92a3f82d51243cca76c9aff9f35d920ff865ae
2015-08-17 13:02:03 -07:00
Elliott Hughes
3034028d7a
am 6816d8cc
: Merge "Use __builtin_* in <math.h>."
...
* commit '6816d8cc69dc1d142d722686d006f25df94afcd3':
Use __builtin_* in <math.h>.
2015-08-14 23:47:49 +00:00
Elliott Hughes
6ac9e42958
am 6816d8cc
: Merge "Use __builtin_* in <math.h>."
...
* commit '6816d8cc69dc1d142d722686d006f25df94afcd3':
Use __builtin_* in <math.h>.
2015-08-14 23:47:34 +00:00
Elliott Hughes
6816d8cc69
Merge "Use __builtin_* in <math.h>."
2015-08-14 22:57:10 +00:00
Elliott Hughes
b662280aaf
Use __builtin_* in <math.h>.
...
Also remove cruft meant to support long-obsolete compilers. More
benchmarks.
Bug: http://b/23195789
Change-Id: Ief538e41e77a77e8013b2f4f359584e8df2c47d8
2015-08-14 15:20:57 -07:00
Elliott Hughes
0ff5dda102
am dd8adc35
: Merge "libm: ARM: reorganize a bit to match ARM64"
...
* commit 'dd8adc35346e671b3c3b2ecb26c13b84c742695c':
libm: ARM: reorganize a bit to match ARM64
2015-08-14 21:24:04 +00:00
Elliott Hughes
12229387f4
am dd8adc35
: Merge "libm: ARM: reorganize a bit to match ARM64"
...
* commit 'dd8adc35346e671b3c3b2ecb26c13b84c742695c':
libm: ARM: reorganize a bit to match ARM64
2015-08-14 21:23:32 +00:00
Elliott Hughes
dd8adc3534
Merge "libm: ARM: reorganize a bit to match ARM64"
2015-08-14 21:09:26 +00:00
Jake Weinstein
8d959505bc
libm: ARM: reorganize a bit to match ARM64
...
* Cleaner naming, especially if there are more ARM-specific routines in
the future.
Change-Id: Id29db728800ccd612a906e86ccb95c1e7620514d
2015-08-13 23:02:10 +00:00
Elliott Hughes
ee6c6845c0
am b4f2112f
: Merge "[MIPS] Invalidate cached pid in vfork."
...
* commit 'b4f2112fa99dab401cd65db4c524d95b1e97614e':
[MIPS] Invalidate cached pid in vfork.
2015-08-12 03:02:38 +00:00
Elliott Hughes
1789ac90f7
am b4f2112f
: Merge "[MIPS] Invalidate cached pid in vfork."
...
* commit 'b4f2112fa99dab401cd65db4c524d95b1e97614e':
[MIPS] Invalidate cached pid in vfork.
2015-08-12 03:02:35 +00:00
Elliott Hughes
b4f2112fa9
Merge "[MIPS] Invalidate cached pid in vfork."
2015-08-12 02:28:25 +00:00
Duane Sand
61d9ae5ab1
[MIPS] Invalidate cached pid in vfork.
...
Bug: http://b/23008979
Change-Id: I43e0c7db42602441313af4607a992caa8c7d6221
2015-08-12 02:28:05 +00:00
Dan Albert
9423fb2375
am f2985ed8
: Merge "Fix test steps for 64-bit bionic"
...
* commit 'f2985ed840af2d5572fafb03074f17afa516d967':
Fix test steps for 64-bit bionic
2015-08-12 02:14:57 +00:00
Dan Albert
e7cf1de6b9
am f2985ed8
: Merge "Fix test steps for 64-bit bionic"
...
* commit 'f2985ed840af2d5572fafb03074f17afa516d967':
Fix test steps for 64-bit bionic
2015-08-12 02:11:05 +00:00
Dan Albert
f2985ed840
Merge "Fix test steps for 64-bit bionic"
2015-08-12 01:58:18 +00:00
Dan Albert
4c615501e5
am 2b934924
: Merge "Add missing include."
...
* commit '2b93492478b497181edf51f5829b984c4e904e52':
Add missing include.
2015-08-12 00:43:41 +00:00
Dan Albert
34afc42ae7
am 2b934924
: Merge "Add missing include."
...
* commit '2b93492478b497181edf51f5829b984c4e904e52':
Add missing include.
2015-08-12 00:43:03 +00:00
Dan Albert
2b93492478
Merge "Add missing include."
2015-08-12 00:28:07 +00:00
Duane Sand
a40a21110d
Fix test steps for 64-bit bionic
...
Change-Id: Ibe76f22cdb5c0dbc69a24ffd0acffff89686ca35
2015-08-11 17:21:27 -07:00
Dan Albert
3fe1515e38
Add missing include.
...
libc++ cleaned up a leaky header.
Change-Id: I5ac0f43a075257a9138a82be379c9cffe96e0ab9
2015-08-11 16:46:26 -07:00
Yabin Cui
857336809e
am 0660be89
: am a6a12a78
: am 0fdcdd00
: Merge "Fix flaky test time.timer_settime_0." into lollipop-mr1-cts-dev
...
* commit '0660be899f2d907dedbcb643315b73e652ec9510':
Fix flaky test time.timer_settime_0.
2015-08-11 19:32:20 +00:00
Yabin Cui
2bcb25c1c3
am 0660be89
: am a6a12a78
: am 0fdcdd00
: Merge "Fix flaky test time.timer_settime_0." into lollipop-mr1-cts-dev
...
* commit '0660be899f2d907dedbcb643315b73e652ec9510':
Fix flaky test time.timer_settime_0.
2015-08-11 19:10:33 +00:00
Yabin Cui
0660be899f
am a6a12a78
: am 0fdcdd00
: Merge "Fix flaky test time.timer_settime_0." into lollipop-mr1-cts-dev
...
* commit 'a6a12a7804402273e193074a58162cc0b3890812':
Fix flaky test time.timer_settime_0.
2015-08-11 19:05:43 +00:00
Yabin Cui
a6a12a7804
am 0fdcdd00
: Merge "Fix flaky test time.timer_settime_0." into lollipop-mr1-cts-dev
...
* commit '0fdcdd0067af88e7deef73070d0861ceb9f53c37':
Fix flaky test time.timer_settime_0.
2015-08-11 18:56:43 +00:00
Yabin Cui
0fdcdd0067
Merge "Fix flaky test time.timer_settime_0." into lollipop-mr1-cts-dev
2015-08-11 18:41:17 +00:00
Yabin Cui
bf572d91b5
Fix flaky test time.timer_settime_0.
...
It fixes the problem reported in https://code.google.com/p/android/issues/detail?id=182395 .
Change-Id: Ie16aa04095dac08a62dd0d4c50e763b36526624c
2015-08-11 11:25:02 -07:00
Dan Albert
ee8576d114
am a3c01467
: Merge "Move up to C++14."
...
* commit 'a3c01467ecf31cab1410ce7b8554e2e77dae3309':
Move up to C++14.
2015-08-11 00:00:14 +00:00
Dan Albert
4b99bef35b
am a3c01467
: Merge "Move up to C++14."
...
* commit 'a3c01467ecf31cab1410ce7b8554e2e77dae3309':
Move up to C++14.
2015-08-10 23:59:12 +00:00
Dan Albert
a3c01467ec
Merge "Move up to C++14."
2015-08-10 23:45:48 +00:00
Dan Albert
5341691955
Move up to C++14.
...
The default standard version is now ahead of us. Stop specifying C++11
so we get that too.
Change-Id: Ic96942cd7fd134118e29b744601b0119e49b6ac4
2015-08-10 16:40:06 -07:00
Yabin Cui
b23720dfc4
am ff4afc13
: Merge "Omit comment when reading --gtest_list_tests option\'s output."
...
* commit 'ff4afc136ef5d00d33a611e7bc1950249db9fbcf':
Omit comment when reading --gtest_list_tests option's output.
2015-08-10 22:22:47 +00:00
Yabin Cui
c23143a5fd
am ff4afc13
: Merge "Omit comment when reading --gtest_list_tests option\'s output."
...
* commit 'ff4afc136ef5d00d33a611e7bc1950249db9fbcf':
Omit comment when reading --gtest_list_tests option's output.
2015-08-10 22:22:04 +00:00
Yabin Cui
ff4afc136e
Merge "Omit comment when reading --gtest_list_tests option's output."
2015-08-10 22:01:07 +00:00
Elliott Hughes
23e0bdf7d4
am 182b91f6
: Merge "Invalidate cached pid in vfork."
...
* commit '182b91f62809b03870f561a88135f5453966fe41':
Invalidate cached pid in vfork.
2015-08-10 20:08:09 +00:00
Elliott Hughes
9a549011ad
am 182b91f6
: Merge "Invalidate cached pid in vfork."
...
* commit '182b91f62809b03870f561a88135f5453966fe41':
Invalidate cached pid in vfork.
2015-08-10 20:08:08 +00:00
Elliott Hughes
182b91f628
Merge "Invalidate cached pid in vfork."
2015-08-10 19:47:11 +00:00
Yabin Cui
bf830ade7f
Omit comment when reading --gtest_list_tests option's output.
...
Gtest add comments when listing typed tests. And we should omit them.
Bug: 23040880
Change-Id: If6034af301337fc06eeab294d2dbe5317a6b7f91
2015-08-10 12:12:39 -07:00