Go to file
Chih-Hung Hsieh 73e734bea5 Disable tail call optimization and use -mstackrealign to boot up on fugu.
http://llvm.org/bugs/show_bug.cgi?id=15086,
llvm tail call optimization is wrong for x86.

For Android/x86 to use SSE* instructions safely, stack should be 16-byte
aligned before JNI function call, which isn't true for all x86 device,
so -mstackrealign should be the default.

BUG: 19234330
Change-Id: I4c6676366788772dbe64fd7f0dd33b3ed5c9b80e
2015-03-02 16:50:39 -08:00
core Disable tail call optimization and use -mstackrealign to boot up on fugu. 2015-03-02 16:50:39 -08:00
libs/host Remove HAVE_SYMLINKS. 2015-01-12 17:21:01 -08:00
target Merge "goldfish_logcat: remove permissive_or_unconfined()" 2015-02-23 17:30:50 +00:00
tools Store native libs aligned to PAGE_SIZE 2015-02-26 12:31:40 +00:00
.gitignore Delete .swp file added by accident. 2014-07-22 17:42:35 -07:00
CleanSpec.mk Add ro.product.locale 2015-01-16 10:16:52 +00:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
envsetup.sh Remove the unsets for removed gdbclient functions. 2015-02-12 11:30:06 -08:00