History log of /external/v8/Android.mksnapshot.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5e3c6c15dc60c8a3bf45d14b94af90c882655096 31-Mar-2015 Stephen Hines <srhines@google.com> Turn off optimizations due to undefined behavior in assembler-arm.cc:fits_shifter.

Without this temporary fix, fits_shifter()'s undefined behavior results in broken
code. This change disables optimization on the host for the ARM target, which just
slows down host-side compilation. A future update to v8 removes the undefined
behavior and can turn optimizations back on.

Change-Id: Ib695f31354171b45ff6b8c52abacc2abde1856e4
/external/v8/Android.mksnapshot.mk
b2ef858b56df0ff6c7a546a6796af5496086e0dc 30-Dec-2014 Narayan Kamath <narayan@google.com> Remove hardcoded ICU include paths.

ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS.

NOTE: It isn't clear why this CleanSpec is required, but
it seems like SOP for this project and i don't see the
import_includes file being regenerated without.

bug: 18581021
Change-Id: I0352de555a93c345ba9e43cba99a876bdf97265f
/external/v8/Android.mksnapshot.mk
5a0fc92c24c7ecf7b0616d0210b7d55dc2f5c63f 18-Dec-2014 Duane Sand <duane.sand@imgtec.com> Fix mips64 build typo

Change-Id: I56ee3047340b750ed07eeaf17594c90f925addcd
/external/v8/Android.mksnapshot.mk
b8a8cc1952d61a2f3a2568848933943a543b5d3e 26-Nov-2014 Ben Murdoch <benm@google.com> Upgrade to 3.29

Update V8 to 3.29.88.17 and update makefiles to support building on
all the relevant platforms.

Bug: 17370214

Change-Id: Ia3407c157fd8d72a93e23d8318ccaf6ecf77fa4e
/external/v8/Android.mksnapshot.mk
45d4c017bd11d9e7cce24bf3986e4e6451f60103 13-Feb-2014 Colin Cross <ccross@android.com> v8: support multilib builds

Allow building for multiple architectures at the same time:
Use $(local-generated-sources-dir) instead of $(local-intermediates-dir)
Set LOCAL_CFLAGS_arch instead of ifeq ($(TARGET_ARCH),arch)
Use LOCAL_MODULE_TARGET_ARCH_WARN to restrict which architectures
attempt to build, and print a warning on the rest.

Change-Id: I66dffb36557aa47c92a1ae158683a27e9ca83e53
/external/v8/Android.mksnapshot.mk
e4b6ba44a469911399531c2f650dab06424e38f3 07-Dec-2013 Kristian Monsen <kristianm@google.com> Hide warning about unused parameters for v8

Change-Id: Idf51193d14812cac0b97f2ad9cbefc79efb8da42
/external/v8/Android.mksnapshot.mk
6db049a1dc7dc1fc597acde780c5a87e2b9698e7 02-Aug-2012 Paul Lind <plind@mips.com> Add MIPS to v8 makefiles.

Provides Android build support for the working mips code already
in v8 3.9.x.

Change-Id: Id28d09a2a9f08535484fda9aabbb15b6a02690f2
Signed-off-by: Paul Lind <plind@mips.com>
/external/v8/Android.mksnapshot.mk
749e8943526482d432828bc4e08d9bf711f446d2 10-Jul-2012 Chen YANG <chen.yang@intel.com> Fix the compilation issue with mksnapshot for x86 target

Change-Id: I5fd200bee3473a084cb8e05e4a0af0eaefd89348
/external/v8/Android.mksnapshot.mk
49d5c830434f71acbdddff1ac0985fa049efd5ee 01-May-2012 Jean-Baptiste Queru <jbq@google.com> am d5ee4b89: Merge "Build a different mksnapshot for each arch."

* commit 'd5ee4b89f462d11f8027aba6409b41aa94a4056a':
Build a different mksnapshot for each arch.
68a13761e28d34f90fa0140363616dda73ad49de 28-Apr-2012 Jean-Baptiste Queru <jbq@google.com> Build a different mksnapshot for each arch.

Since mksnapshot uses different source files for each
arch, building it in a single location fails when switching
between builds.

This uses a separate version for each arch, using the
same variable that is used to select which source files
get built.

Change-Id: I8608bf3b0f85571c75c7f6b21e47091ef8ed8c3f
/external/v8/Android.mksnapshot.mk
3ef787dbeca8a5fb1086949cda830dccee07bfbd 12-Apr-2012 Ben Murdoch <benm@google.com> Merge V8 at 3.9.24.13

Bug: 5688872
Change-Id: Id0aa8d23375030494d3189c31774059c0f5398fc
/external/v8/Android.mksnapshot.mk
eed066b7ac0df859a0144ddde604e99ebf95d4d6 15-Feb-2012 Jean-Baptiste Queru <jbq@google.com> resolved conflicts for merge of f8d66dab to master

Change-Id: I66e6f68b1c5b5d1f0ad5347eabe8b99e6f9bad77
351b9f793fda97d4d1c8eb905d40c27b3ee76925 05-Jan-2012 Chih-Wei Huang <cwhuang@linux.org.tw> Enable x86 support

Change-Id: I6009002b3b9fdb4cf9e07272be6918f19400e51f
/external/v8/Android.mksnapshot.mk
589d6979ff2ef66fca2d8fa51404c369ca5e9250 30-Nov-2011 Ben Murdoch <benm@google.com> Upgrade to V8 3.6

Merge V8 at 3.6.6.11

Simple merge required updates to makefiles only.

Bug: 5688872
Change-Id: Ib38b7ffbcd409585f6cb6fccc59c767029cecc77
/external/v8/Android.mksnapshot.mk
69a99ed0b2b2ef69d393c371b03db3a98aaf880e 30-Nov-2011 Ben Murdoch <benm@google.com> Upgrade to V8 3.5

Merge V8 3.5.10.24

Simple merge required updates to makefiles only.

Bug: 5688872
Change-Id: I0acdb9a1a53919d84e9a7525308e8371739d2f06
/external/v8/Android.mksnapshot.mk
3fb3ca8c7ca439d408449a395897395c0faae8d1 02-Dec-2011 Ben Murdoch <benm@google.com> Upgrade to V8 3.4

Merge 3.4.14.35

Simple merge required updates to makefiles only.

Bug: 568872
Change-Id: I403a38452c547e06fcfa951c12eca12a1bc40978
/external/v8/Android.mksnapshot.mk
257744e915dfc84d6d07a6b2accf8402d9ffc708 30-Nov-2011 Ben Murdoch <benm@google.com> Upgrade to V8 3.3

Merge V8 at 3.3.10.39

Simple merge required updates to makefiles only.

Bug: 5688872
Change-Id: I14703f418235f5ce6013b9b3e2e502407a9f6dfd
/external/v8/Android.mksnapshot.mk
0de1e4345105e23da77663351f2019a015ab98b8 20-Jul-2011 Ben Murdoch <benm@google.com> Revert "Disable Crankshaft for performance testing."

This reverts commit 13fdc5013628214a3157970deba6e2b6a621892a.

Enable Crankshaft again.

Bug: 5052287
Change-Id: Ie4352dbc73ab1534d4b09ee0ff570a571f4335ef
/external/v8/Android.mksnapshot.mk
13fdc5013628214a3157970deba6e2b6a621892a 20-Jul-2011 Ben Murdoch <benm@google.com> Disable Crankshaft for performance testing.

Bug: 5052287

Change-Id: Id9335cb87425da1211dc06170d775c732afdc5f3
/external/v8/Android.mksnapshot.mk
d85c14422ed4297762a73b74af12e7957a63cb74 14-Jun-2011 Ben Murdoch <benm@google.com> Fix snapshotting

The flags that enable crankshaft in libv8 also need to be
passed into mksnapshot so that we generate a compatible
snapshot.cc.

Also remove the code that made crankshaft configurable as it
is now always on.

Change-Id: I3c2c58b1ef72269ea551752a7bb65baf8ad43b72
/external/v8/Android.mksnapshot.mk
96c8582ea8a7a732db659dc99a625bd7889cfa4d 13-Jun-2011 Steve Block <steveblock@google.com> Merge V8 at branches/3.2 r8200: Remove generation of experimental-libraries.cc

This is because branches/3.2 r8200 does not contain
http://code.google.com/p/v8/source/detail?r=7630

Note that this is a partial revert of
https://android-git.corp.google.com/g/#change,114511

Change-Id: I121d70cf6453056b15ecbad20346b36a6e0f8850
/external/v8/Android.mksnapshot.mk
46baaaf9a62c63bd863945d1758db3121ac8986f 02-Jun-2011 Ben Murdoch <benm@google.com> Merge V8 at r7668: Update makefiles.

http://code.google.com/p/v8/source/detail?r=7648

Change-Id: Iead441c4d4ace57fc32c4164ea6e4abadbee0338
/external/v8/Android.mksnapshot.mk
f7f02cc828d7fb400b5e47729dfc43ac58bef9b5 02-Jun-2011 Steve Block <steveblock@google.com> Remove incomplete x86 support

x86 support is required for the simulator build. However, V8 does not
currently work with x86, so we use JSC in this case.

This patch removes the incomplete x86 support.

Change-Id: I74bbca8a044d5ee606f2fc03432eabc2ef6cde76
/external/v8/Android.mksnapshot.mk
6a927b2a077ba8a767bd21abcfbf1c4e3d1b11e0 21-Apr-2010 Andrei Popescu <andreip@google.com> Re-enable snapshots in V8.

Fix bug: 2612919

Change-Id: I8c3de4e0df95c9339aadd90e8367239911fe1cee
/external/v8/Android.mksnapshot.mk
0c144899d55fcfcd667438a604cf7879fd8624d3 09-Mar-2010 Colin Cross <ccross@android.com> Use ARCH_ARM_HAVE_VFP instead of TARGET_ARCH_VARIANT

Change-Id: I5f6225803d13fba62626cbe5e78e4008b59da90a
/external/v8/Android.mksnapshot.mk
2f6dc263a8ff03d497c60c4ec5413b9d1c25e9a2 26-Feb-2010 Andrei Popescu <andreip@google.com> make sure the snapshot is built with the right flags depending on arch
/external/v8/Android.mksnapshot.mk
2007755a32dfa1ac843f501dec4fb872f8bbcc52 26-Feb-2010 Andrei Popescu <andreip@google.com> enable debugger support in v8
/external/v8/Android.mksnapshot.mk
a946cb1261a475bf414418750afd874ef6ab07ba 04-Feb-2010 Leon Clarke <leonclarke@google.com> Get snapshots in v8 to work again
/external/v8/Android.mksnapshot.mk
a7e24c173cf37484693b9abb38e494fa7bd7baeb 30-Oct-2009 Steve Block <steveblock@google.com> Move V8 to external/v8

Change-Id: If68025d67453785a651c5dfb34fad298c16676a4
/external/v8/Android.mksnapshot.mk