af537b8206a515f942e5ee0338113bd485b55eb7 |
|
03-Nov-2012 |
Andrew Hsieh <andrewhsieh@google.com> |
Fix ARM hardfloat detection in linux See http://code.google.com/p/v8/issues/detail?id=2140 https://chromiumcodereview.appspot.com/10713009 The original code fails to detect at run-time when compiled with GCC 4.7, because the undefined behavior of casting void to double, and the r0/r1 clobbered in assembly code isn't reaching the use when compared to 1.0 in VFP reg. In summary, the old code is incorrect and overkill, and the new code fix it. Change-Id: I6b63a4f9789e08089368e431a5553f482400725a
/external/v8/src/platform-linux.cc
|
1bbccaca327b1fed6859a62f6d3ed75a75e4856a |
|
17-Oct-2012 |
David 'Digit' Turner <digit@android.com> |
Revert "Android ucontext refinements (upstream backport)". This creates build breakages in the internal Android tree. Will investigate later. Original patch: https://android-review.googlesource.com/#/c/38852/ Change-Id: I902021fa56b959f1f035f4d448a43483328debd8
/external/v8/src/platform-linux.cc
|
8a0da0b040a743677f20f29548ff3380ffb9a5ed |
|
12-Jul-2012 |
David 'Digit' Turner <digit@android.com> |
Android ucontext refinements (upstream backport). This is a forward-compatible patch to avoid naming/type conflicts in the near future, when the Android C library will be updated to provide mcontext_t/ucontext_t properly. Note that this changes the naming convention used to access the register values from mcontext_t, to follow current ARM GLibc (this is also the convention being adopted by Android). + Android provides gettid() (all API levels) so use it instead of relying on syscall(). This is a backport of http://code.google.com/p/v8/source/detail?r=12250 See http://code.google.com/p/android/issues/detail?id=34784 for more context. Change-Id: Id1fe5489eea8a51d0210858bf91132191f967822
/external/v8/src/platform-linux.cc
|
7a930e02c0b52d70d022ed255db551895dfe1157 |
|
16-May-2012 |
Ben Murdoch <benm@google.com> |
Merge V8 at 3.9.24.24 Bug: 5688872 Change-Id: I2193f3dbd0d9137530174f65060d857b432a6abb
/external/v8/src/platform-linux.cc
|
3ef787dbeca8a5fb1086949cda830dccee07bfbd |
|
12-Apr-2012 |
Ben Murdoch <benm@google.com> |
Merge V8 at 3.9.24.13 Bug: 5688872 Change-Id: Id0aa8d23375030494d3189c31774059c0f5398fc
/external/v8/src/platform-linux.cc
|
85b71799222b55eb5dd74ea26efe0c64ab655c8c |
|
11-Apr-2012 |
Ben Murdoch <benm@google.com> |
Roll V8 back to 3.6 Roll back to V8 3.6 to fix x86 build, we don't have ucontext.h. This reverts commits: 5d4cdbf7a67d3662fa0bee4efdb7edd8daec9b0b c7cc028aaeedbbfa11c11d0b7b243b3d9e837ed9 592a9fc1d8ea420377a2e7efd0600e20b058be2b Bug: 5688872 Change-Id: Ic961bb5e65b778e98bbfb71cce71d99fa949e995
/external/v8/src/platform-linux.cc
|
5d4cdbf7a67d3662fa0bee4efdb7edd8daec9b0b |
|
11-Apr-2012 |
Ben Murdoch <benm@google.com> |
Merge V8 3.9 at 3.9.24.9 http://v8.googlecode.com/svn/branches/3.9@11260 Bug: 5688872 Change-Id: Iddd944e82189d92df3fc427dc5f0d3f1b2f0c6c8
/external/v8/src/platform-linux.cc
|
c7cc028aaeedbbfa11c11d0b7b243b3d9e837ed9 |
|
05-Mar-2012 |
Ben Murdoch <benm@google.com> |
Merge V8 at 3.8.9.11 Bug: 5688872 Change-Id: Ie3b1dd67a730ec5e82686b7b37dba26f6a9bb24f
/external/v8/src/platform-linux.cc
|
592a9fc1d8ea420377a2e7efd0600e20b058be2b |
|
05-Mar-2012 |
Ben Murdoch <benm@google.com> |
Merge V8 at 3.7.12.28 Bug: 5688872 Change-Id: Iddb40cae44d51a2b449f2858951e0472771f5981
/external/v8/src/platform-linux.cc
|
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/src/platform-linux.cc
|
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/src/platform-linux.cc
|
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/src/platform-linux.cc
|
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/src/platform-linux.cc
|
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/src/platform-linux.cc
|
053d10c438f14580aaf4ab1b2aad93a5a4fe8b82 |
|
13-Jun-2011 |
Steve Block <steveblock@google.com> |
Merge V8 at branches/3.2 r8200: Initial merge by Git Change-Id: I5c434306e98132997e9c5f6024b6ce200b255edf
/external/v8/src/platform-linux.cc
|
8b112d2025046f85ef7f6be087c6129c872ebad2 |
|
08-Jun-2011 |
Ben Murdoch <benm@google.com> |
Merge V8 at r7668: Initial merge by Git. Change-Id: I1703c8b4f5c63052451a22cf3fb878abc9a0ec75
/external/v8/src/platform-linux.cc
|
44f0eee88ff00398ff7f715fab053374d808c90d |
|
26-May-2011 |
Steve Block <steveblock@google.com> |
Update V8 to r7427: Initial merge by git As required by WebKit r82507 Change-Id: I7ae83ef3f689356043b4929255b7c1dd31d8c5df
/external/v8/src/platform-linux.cc
|
e0cee9b3ed82e2391fd85d118aeaa4ea361c687d |
|
25-May-2011 |
Ben Murdoch <benm@google.com> |
Update V8 to r7079 as required by WebKit r80534. Change-Id: I487c152e485d5a40b68997d7c0d2f1fba5da0834
/external/v8/src/platform-linux.cc
|
1e0659c275bb392c045087af4f6b0d7565cb3d77 |
|
24-May-2011 |
Steve Block <steveblock@google.com> |
Update V8 to r6768 as required by WebKit r78450 Change-Id: Ib8868ff7147a76547a8d1d85f257ebe8546a3d3f
/external/v8/src/platform-linux.cc
|
9fac840a46e8b7e26894f4792ba26dde14c56b04 |
|
12-May-2011 |
Steve Block <steveblock@google.com> |
Update V8 to r6190 as required by WebKit r75315 Change-Id: I0b2f598e4d8748df417ad350fc47a1c465ad1fef
/external/v8/src/platform-linux.cc
|
b0fe1620dcb4135ac3ab2d66ff93072373911299 |
|
05-May-2011 |
Ben Murdoch <benm@google.com> |
Update V8 to r6101 as required by WebKit r74534 Change-Id: I7f84af8dd732f11898fd644b2c2b1538914cb78d
/external/v8/src/platform-linux.cc
|
1a80c996a0cb6c5ac739148352552ab47038ccc3 |
|
14-Jan-2011 |
Ben Murdoch <benm@google.com> |
Update V8 to r6333 (2.5 branch) Note: we temporarily deviate from 9.0.597.x to pull v8 v2.5.9.9 Change-Id: I08d06e15a1a3af206fb23f98f56c81fe579e1a78 http://v8.googlecode.com/svn/branches/2.5@6333
/external/v8/src/platform-linux.cc
|
8a31eba00023874d4a1dcdc5f411cc4336776874 |
|
07-Dec-2010 |
Shimeng (Simon) Wang <swang@google.com> |
Update V8 to r5901 as required by WebKit r73109 Change-Id: Ic48c5b085ce90e0151e2e7e58c4c5afe87fce9d1
/external/v8/src/platform-linux.cc
|
3e5fa29ddb82551500b118e9bf37af3966277b70 |
|
10-Nov-2010 |
Teng-Hui Zhu <ztenghui@google.com> |
Update V8 to r5780 as required by WebKit r71558 Change-Id: Ie3936550b99967a13755930d0dac0a59c3562625
/external/v8/src/platform-linux.cc
|
5913587db4c6bab03d97bfe44b06289fd6d7270d |
|
02-Nov-2010 |
John Reck <jreck@google.com> |
Update V8 to r5716 as required by WebKit r70949 Change-Id: I0d5cd05bb0427af33e5c9f6efdc209366a32bde3
/external/v8/src/platform-linux.cc
|
f87a203d89e1bbb6708282e0b64dbd13d59b723d |
|
22-Oct-2010 |
Ben Murdoch <benm@google.com> |
Update V8 to r5675 as required by WebKit r70209 Change-Id: Ib10adb470d41ca8c109ead5fc893b880e18d489f
/external/v8/src/platform-linux.cc
|
756813857a4c2a4d8ad2e805969d5768d3cf43a0 |
|
19-Aug-2010 |
Iain Merrick <husky@google.com> |
Update V8 to r5295 as required by WebKit r65615 Change-Id: I1d72d4990703e88b7798919c7a53e12ebf76958a
/external/v8/src/platform-linux.cc
|
bb769b257e753aafcbd96767abb2abc645eaa20c |
|
11-Aug-2010 |
Ben Murdoch <benm@google.com> |
Update V8 to r5214 as required by WebKit r65072. Change-Id: I387277a00cc0949597c0f69a8e4f2da60213c8f2
/external/v8/src/platform-linux.cc
|
7f4d5bd8c03935e2c0cd412e561b8fc5a6a880ae |
|
15-Jun-2010 |
Ben Murdoch <benm@google.com> |
Update V8 to r4851 as required by WebKit r61121 Change-Id: Ib01b7c8e38d5b82b254192fc06365aa5b85780c5
/external/v8/src/platform-linux.cc
|
f7060e27768c550ace7ec48ad8c093466db52dfa |
|
03-Jun-2010 |
Leon Clarke <leonclarke@google.com> |
Update V8 to r4730 as required by WebKit r60469
/external/v8/src/platform-linux.cc
|
25f6136652d8341ed047e7fc1a450af5bd218ea9 |
|
21-May-2010 |
Kristian Monsen <kristianm@google.com> |
Merge WebKit at r59636: Update v8 to r4660. Will build and run with current webkit. Change-Id: I57bae621fd894da363ba84e1757ad09eb7c502b9
/external/v8/src/platform-linux.cc
|
6ded16be15dd865a9b21ea304d5273c8be299c87 |
|
10-May-2010 |
Steve Block <steveblock@google.com> |
Update V8 to r4588 We're using WebKit r58033, as used by http://src.chromium.org/svn/releases/5.0.387.0/DEPS This requires http://v8.googlecode.com/svn/trunk@4465 but this version has a crashing bug for ARM. Instead we use http://v8.googlecode.com/svn/trunk@4588, which is used by http://src.chromium.org/svn/releases/6.0.399.0/DEPS Note that a trivial bug fix was required in arm/codegen-arm.cc. This is guarded with ANDROID. See http://code.google.com/p/v8/issues/detail?id=703 Change-Id: I459647a8286c4f8c7405f0c5581ecbf051a6f1e8
/external/v8/src/platform-linux.cc
|
402d937239b0e2fd11bf2f4fe972ad78aa9fd481 |
|
26-Feb-2010 |
Andrei Popescu <andreip@google.com> |
update V8 to TOT snapshot branch
/external/v8/src/platform-linux.cc
|
3100271588b61cbc1dc472a3f2f105d2eed8497f |
|
23-Feb-2010 |
Andrei Popescu <andreip@google.com> |
Update to V8 with partial snapshots. This is taken from the partial_snapshot branch of V8.
/external/v8/src/platform-linux.cc
|
6b23cceca405474a281cdf61cbcd6ecf10944a82 |
|
11-Feb-2010 |
Ben Murdoch <benm@google.com> |
Add Android workaround for calculating the timezone UTC offset as on Android, we do not have the tm_gmtoff field of tm. BUG=2093202 Change-Id: Icbcbe629322b109327390bd28114c6329ea0e351
/external/v8/src/platform-linux.cc
|
d91b9f7d46489a9ee00f9cb415630299c76a502b |
|
27-Jan-2010 |
Leon Clarke <leonclarke@google.com> |
Merge from v8 at revision 3723
/external/v8/src/platform-linux.cc
|
eab96aab0834f21954b5d6aa6366bcfb348ed811 |
|
27-Jan-2010 |
Leon Clarke <leonclarke@google.com> |
Revert "Pull from svn bleeding_edge@3716" This reverts commit 888f6729be6a6f6fbe246cb5a9f122e2dbe455b7. (Waiting until v8 issue 554101 is in v8 rather than patching it straight into android)
/external/v8/src/platform-linux.cc
|
888f6729be6a6f6fbe246cb5a9f122e2dbe455b7 |
|
27-Jan-2010 |
Leon Clarke <leonclarke@google.com> |
Pull from svn bleeding_edge@3716
/external/v8/src/platform-linux.cc
|
d0582a6c46733687d045e4188a1bcd0123c758a1 |
|
15-Dec-2009 |
Steve Block <steveblock@google.com> |
Update V8 to r3431 as required by WebKit r51976. Change-Id: I567392c3f8c0a0d5201a4249611ac4ccf468cd5b
/external/v8/src/platform-linux.cc
|
a7e24c173cf37484693b9abb38e494fa7bd7baeb |
|
30-Oct-2009 |
Steve Block <steveblock@google.com> |
Move V8 to external/v8 Change-Id: If68025d67453785a651c5dfb34fad298c16676a4
/external/v8/src/platform-linux.cc
|