Ryan Dahl
028908ab7c
Upgrade V8 to 3.5.8
14 years ago
Ryan Dahl
b15ab5de51
Upgrade V8 to 3.5.7
14 years ago
Ryan Dahl
05e6f318c6
Upgrade V8 to 3.5.6
14 years ago
Ryan Dahl
25a5e90289
Fix GYP build on OSX
Broken due to DOS line endings.
./configure-gyp
make -f Makefile-gyp
14 years ago
Peter Bright
16788f461a
Rename gyp files to produce useful solution names.
Hoist common settings into common.gypi.
Restrict v8's common.gypi to v8 projects.
Ensure v8 doesn't use /MP in debug builds.
Add basic settings for other platforms.
Make uv import common.gypi properly.
Remove LTCG warning.
14 years ago
Ryan Dahl
89bed19513
Upgrade V8 to v3.5.4
14 years ago
Peter Bright
b88c48177a
V8 GYP should attempt to not use cygwin.
14 years ago
Ryan Dahl
f55f478523
add deps/v8/build ???
14 years ago
Ryan Dahl
eeece4f5ea
Upgrade V8 to 3.5.3
14 years ago
Bert Belder
a962cca390
V8: Don't use mprotect on Cygwin as virtual memory is managed directly via WinAPI calls.
Upstream fix: http://codereview.chromium.org/7549009
14 years ago
Ryan Dahl
f319e12621
Upgrade V8 to 3.4.14
14 years ago
Ben Noordhuis
e5cceffe6a
Replace reinterpret_cast with BitCast in deoptimizer to please certain compilers.
This is a back-port of upstream V8 rev 8672.
Fixes #1354 .
14 years ago
Ben Noordhuis
9f9a4cb928
Fix Math.pow crashes on machines without SSE2.
This is a back-port of r8577 from V8's upstream 3.1 branch.
Fixes #829 .
14 years ago
Ben Noordhuis
61dfe5d2a9
Revert dcf6955: Fix V8 mingw32 build
Patch has been merged upstream in V8 3.4.6.
Fixes #1351 .
14 years ago
Ryan Dahl
ef1be160d6
Upgrade V8 to 3.4.12.1
14 years ago
vegorov@chromium.org
17bff6082a
Correctly propagate toolchain setting in SConstruct.
Patch by Bert Belder.
Review URL: http://codereview.chromium.org/7309014
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@8555 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 years ago
vegorov@chromium.org
442c5c95ad
MinGW32: define STRUNCATE and change strncpy_s implementation to follow specification.
This fixes the debug build for MinGW32
Patch by Bert Belder.
Review URL: http://codereview.chromium.org/7308007
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@8552 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 years ago
Henry Rawas
dcf6955c10
Fix V8 mingw32 build
Reported to V8
http://code.google.com/p/v8/issues/detail?id=1508
14 years ago
Ryan Dahl
e5564a3f29
Upgrade V8 to 3.4.10
14 years ago
Ryan Dahl
073fbea0f5
Bring back execScript
Undoing
http://codereview.chromium.org/7060008
https://groups.google.com/forum/#!topic/v8-dev/JTRHrPHFBts
14 years ago
Ryan Dahl
149562555c
Downgrade V8 to 3.1.8.25
There are serious performance regressions both in V8 and our own legacy
networking stack. Until we correct our own problems we are going back to the
old V8.
14 years ago
Ryan Dahl
6054dcc130
Upgrade V8 to 3.4.9
14 years ago
Bert Belder
c953ecfb9e
Fix v8 mingw build
14 years ago
Robert Mustacchi
2cfab04037
Fix solaris build ( http://codereview.chromium.org/7282034/ )
14 years ago
Henry Rawas
2e1af6df49
Fix V8 mingw32 build
Reported to V8
http://code.google.com/p/v8/issues/detail?id=1508
14 years ago
Ryan Dahl
33af2720f2
Upgrade V8 to 3.4.8
14 years ago
Ryan Dahl
61553ccdda
Upgrade V8 to 3.1.8.25
14 years ago
Ryan Dahl
cee4ce39a9
Upgrade V8 to 3.1.8.16
14 years ago
Ryan Dahl
eb57d1b9b1
Upgrade V8 to 3.1.8.14
14 years ago
Ryan Dahl
0b1920b202
Upgrade v8 to 3.1.8.10
14 years ago
Ryan Dahl
6631983dd1
Upgrade V8 to 3.1.8.8
14 years ago
Ryan Dahl
c8ee19a618
Upgrade V8 to 3.1.8.5
14 years ago
Ryan Dahl
53dc74e12f
Upgrade V8 to 3.1.8.3
14 years ago
Ryan Dahl
975d020286
Fix gcc version checking for aliasing features
14 years ago
Ryan Dahl
12c02b378d
Use pthread_kill for V8/Solaris sampling
14 years ago
Ryan Dahl
6802c90d1f
Sample correct registers on Solaris
http://codereview.chromium.org/6676019/
14 years ago
Ryan Dahl
e14aa64591
Fix V8 runtime profiler for solaris
14 years ago
Bert Belder
b3884c574b
Autodetect no-strict-aliasing, propagate toolchain option to SCons
BUG=v8:884
14 years ago
Ryan Dahl
14475c77a6
Upgrade V8 to 3.1.8
14 years ago
Ryan Dahl
5f95d9a75d
Remove -Werror from V8
14 years ago
Bert Belder
4a34692903
Autodetect no-strict-aliasing, propagate toolchain option to SCons
BUG=v8:884
14 years ago
Ryan Dahl
6442cbef20
Upgrade V8 to 3.1.7
14 years ago
Bert Belder
df15472d34
Autodetect no-strict-aliasing, propagate toolchain option to SCons
BUG=v8:884
14 years ago
Ryan Dahl
e33e7d1a37
Upgrade V8 to 3.1.6
14 years ago
Bert Belder
a5e67ad9e7
Autodetect no-strict-aliasing, propagate toolchain option to SCons
BUG=v8:884
14 years ago
Bert Belder
b1664daeb9
V8 Cygwin support
14 years ago
Ryan Dahl
550f73ae3e
Upgrade V8 to 3.1.5
14 years ago
Bert Belder
a293f90db4
Improve V8 support for Cygwin
Should re-enable crankshaft; can build w/ snapshot again.
14 years ago
Ryan Dahl
c6712ced20
Add newline to platform-cygwin.cc
14 years ago
Bert Belder
583f2e5999
Follow-up fix for v8 cygwin build
14 years ago