- 22 Jan, 2015 2 commits
-
-
bmeurer authored
NOTREECHECKS=true Review URL: https://codereview.chromium.org/862363002 Cr-Commit-Position: refs/heads/master@{#26215}
-
bmeurer authored
Review URL: https://codereview.chromium.org/862313002 Cr-Commit-Position: refs/heads/master@{#26211}
-
- 21 Jan, 2015 7 commits
-
-
machenbach authored
TBR=jochen@chromium.org,jkummerow@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/862173002 Cr-Commit-Position: refs/heads/master@{#26206}
-
machenbach authored
Revert of Reland Make clang the default on linux. (patchset #3 id:40001 of https://codereview.chromium.org/861223002/) Reason for revert: Still missing these builders: http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm%20-%20sim http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm%20-%20sim%20-%20debug http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20full%20debug Original issue's description: > Reland Make clang the default on linux. > > BUG= > > Committed: https://crrev.com/72ef6843b0aff68e519a8f26e7d2f7dd87b4712c > Cr-Commit-Position: refs/heads/master@{#26204} TBR=jochen@chromium.org,jkummerow@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/864093004 Cr-Commit-Position: refs/heads/master@{#26205}
-
machenbach authored
BUG= Review URL: https://codereview.chromium.org/861223002 Cr-Commit-Position: refs/heads/master@{#26204}
-
machenbach authored
Everything is c/p from common.gypi. Review URL: https://codereview.chromium.org/862973002 Cr-Commit-Position: refs/heads/master@{#26198}
-
machenbach authored
Otherwise it's impossible to compile v8 without internet connection. BUG=chromium:446166 LOG=n NOTRY=true Review URL: https://codereview.chromium.org/856323002 Cr-Commit-Position: refs/heads/master@{#26186}
-
Benedikt Meurer authored
TEST=mjsunit,cctest,unittests R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/863633002 Cr-Commit-Position: refs/heads/master@{#26180}
-
machenbach authored
This is needed so that version generation works after bot_update fetched v8 in a chromium checkout. TBR=tandrii@chromium.org BUG=chromium:446166 LOG=n Review URL: https://codereview.chromium.org/860163002 Cr-Commit-Position: refs/heads/master@{#26177}
-
- 20 Jan, 2015 4 commits
-
-
machenbach authored
BUG=chromium:430614 LOG=n Review URL: https://codereview.chromium.org/798653006 Cr-Commit-Position: refs/heads/master@{#26169}
-
jochen authored
Revert of Make clang the default on linux. (patchset #2 id:20001 of https://codereview.chromium.org/781983002/) Reason for revert: breaks arm and mips compilation on main waterfall Original issue's description: > Make clang the default on linux. > > TBR=jochen@chromium.org > > Committed: https://crrev.com/006b5c5cfd8517563601f331bc7a57e13bfeb202 > Cr-Commit-Position: refs/heads/master@{#26164} TBR=machenbach@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/861553004 Cr-Commit-Position: refs/heads/master@{#26166}
-
machenbach authored
TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/781983002 Cr-Commit-Position: refs/heads/master@{#26164}
-
bmeurer authored
This way we stay in sync with what Chromium does and we reduce the number of bugs caused by 80-to-{32,64}-bit rounding errors. It's also a requirement for switching to signaling NaN for FixedDoubleArray holes. R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/864483002 Cr-Commit-Position: refs/heads/master@{#26154}
-
- 19 Jan, 2015 1 commit
-
-
machenbach authored
This relands parts of https://codereview.chromium.org/843913009 It prepares for using this script outside of v8, e.g. in a chromium hook. The script is intended to run as a hook and will create version_gen.cc if the content has changed. Changes to gyp and gn files can land as a follow up, once calling the hook on the chromium side has landed. BUG=chromium:446166 LOG=n Review URL: https://codereview.chromium.org/830093003 Cr-Commit-Position: refs/heads/master@{#26144}
-
- 16 Jan, 2015 1 commit
-
-
Sven Panne authored
Contribution of PowerPC port (continuation of 422063005). The inital patch covers the core changes to the common files. Subsequent patches will cover changes to common files to support AIX and to update the ppc directories so they are current with the changes in the rest of the project. This is based off of the GitHub repository https://github.com/andrewlow/v8ppc BUG= R=svenpanne@chromium.org, danno@chromium.org, sevnpanne@chromium.org Review URL: https://codereview.chromium.org/817143002 Cr-Commit-Position: refs/heads/master@{#26091}
-
- 12 Jan, 2015 2 commits
-
-
jochen authored
R=glider@chromium.org LOG=n BUG=none NOTRY=true Review URL: https://codereview.chromium.org/844283002 Cr-Commit-Position: refs/heads/master@{#26023}
-
jochen authored
All builders that used level 1 should meanwhile define v8_enable_slow_dchecks, and so they can use level 2 without losing coverage. Level 2, however, is considerably faster, so we want to use it on those builders as well. The make optdebug setting is not affected by this change. BUG=none R=machenbach@chromium.org LOG=n Review URL: https://codereview.chromium.org/847753002 Cr-Commit-Position: refs/heads/master@{#26019}
-
- 09 Jan, 2015 2 commits
-
-
jochen authored
The default for the various debug modes doesn't change. In a follow-up, OptDebug1 and OptDebug2 will be merged R=machenbach@chromium.org LOG=y BUG=none Review URL: https://codereview.chromium.org/846653002 Cr-Commit-Position: refs/heads/master@{#26015}
-
jochen authored
BUG=none LOG=n R=machenbach@chromium.org,glider@chromium.org Review URL: https://codereview.chromium.org/838383005 Cr-Commit-Position: refs/heads/master@{#26013}
-
- 08 Jan, 2015 1 commit
-
-
jochen authored
Instead, just use DCHECKs. The builders that want them in release mode should already be useding dcheck_always_on anyways BUG=none R=machenbach@chromium.org LOG=y Review URL: https://codereview.chromium.org/841083002 Cr-Commit-Position: refs/heads/master@{#26001}
-
- 23 Dec, 2014 1 commit
-
-
jochen authored
BUG=none R=ulan@chromium.org LOG=n Review URL: https://codereview.chromium.org/822933002 Cr-Commit-Position: refs/heads/master@{#25938}
-
- 18 Dec, 2014 1 commit
-
-
jochen authored
otherwise, the clang we ship doesn't work BUG=none R=adamk@chromium.org,thakis@chromium.org LOG=n Review URL: https://codereview.chromium.org/792783006 Cr-Commit-Position: refs/heads/master@{#25893}
-
- 12 Dec, 2014 1 commit
-
-
svenpanne authored
FINAL implies OVERRIDE, which in turn implies virtual, so there's no need to use more than one of these. The Google C++ style guide even requires this, see http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Inheritance. While we're here, port r24662 to x87. The net result is that v8 compiles again with a current clang. BUG=v8:3753 LOG=y Review URL: https://codereview.chromium.org/797943002 Cr-Commit-Position: refs/heads/master@{#25792}
-
- 11 Dec, 2014 2 commits
-
-
jochen authored
Otherwise, V8 won't compile with the latest clang anymore BUG=v8:3753 R=machenbach@chromium.org LOG=n Review URL: https://codereview.chromium.org/797583004 Cr-Commit-Position: refs/heads/master@{#25788}
-
mostynb authored
This allows the setting to be overridable by embedders, at the cost of forcing embedders that don't build v8 using standalone.gypi to add this setting to their build config. BUG=chromium:421063 LOG=Y Review URL: https://codereview.chromium.org/794583002 Cr-Commit-Position: refs/heads/master@{#25781}
-
- 09 Dec, 2014 1 commit
-
-
jochen authored
R=machenbach@chromium.rg LOG=n BUG=none NOTRY=true Review URL: https://codereview.chromium.org/786203003 Cr-Commit-Position: refs/heads/master@{#25721}
-
- 08 Dec, 2014 1 commit
-
-
jochen authored
When compiling with the macro DCHECK_ALWAYS_ON defined, DCHECKs and supporting code gets compiled and enabled. This increases test coverage for chromium release buildbots BUG=v8:3731 R=jkummerow@chromium.org LOG=y Review URL: https://codereview.chromium.org/760213005 Cr-Commit-Position: refs/heads/master@{#25701}
-
- 01 Dec, 2014 1 commit
-
-
ulan authored
BUG= Review URL: https://codereview.chromium.org/757103003 Cr-Commit-Position: refs/heads/master@{#25584}
-
- 27 Nov, 2014 1 commit
-
-
machenbach authored
BUG= Review URL: https://codereview.chromium.org/764803002 Cr-Commit-Position: refs/heads/master@{#25553}
-
- 25 Nov, 2014 1 commit
-
-
jochen authored
BUG=v8:3693 R=ulan@chromium.org LOG=n Review URL: https://codereview.chromium.org/752063002 Cr-Commit-Position: refs/heads/master@{#25505}
-
- 21 Nov, 2014 1 commit
-
-
yangguo authored
R=vogelheim@chromium.org Review URL: https://codereview.chromium.org/750543002 Cr-Commit-Position: refs/heads/master@{#25464}
-
- 11 Nov, 2014 1 commit
-
-
svenpanne@chromium.org authored
R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/710233004 Cr-Commit-Position: refs/heads/master@{#25260} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25260 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 10 Nov, 2014 1 commit
-
-
dusan.milosavljevic@imgtec.com authored
The mips related gyp variables and compiler flags for webview and chromium builds are set externally. The CL ensures this behaviour and prevents conflicts in configuration with standalone builds. TEST= BUG= R=jkummerow@chromium.org, paul.lind@imgtec.com Review URL: https://codereview.chromium.org/707883002 Cr-Commit-Position: refs/heads/master@{#25243} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25243 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 07 Nov, 2014 1 commit
-
-
jkummerow@chromium.org authored
R=verwaest@chromium.org Review URL: https://codereview.chromium.org/694533003 Cr-Commit-Position: refs/heads/master@{#25219} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25219 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 23 Oct, 2014 1 commit
-
-
bmeurer@chromium.org authored
R=marja@chromium.org Review URL: https://codereview.chromium.org/658633003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24838 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 22 Oct, 2014 2 commits
-
-
bmeurer@chromium.org authored
TBR=mstarzinger@chromium.org git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24798 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
bmeurer@chromium.org authored
For now it's only enabled on Linux/Intel. R=mstarzinger@chromium.org BUG=v8:3638 LOG=y Review URL: https://codereview.chromium.org/650013006 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24794 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 20 Oct, 2014 1 commit
-
-
bmeurer@chromium.org authored
This reverts commit r24676 to see if it was the cause for the mysterious crashes on some bots. If not, we'll reland it. TBR=svenpanne@chromium.org Review URL: https://codereview.chromium.org/663013002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24715 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 17 Oct, 2014 2 commits
-
-
bmeurer@chromium.org authored
BUG=v8:3638 LOG=n R=dcarney@chromium.org Review URL: https://codereview.chromium.org/659253002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24679 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
bmeurer@chromium.org authored
See https://gcc.gnu.org/onlinedocs/libstdc++/manual/debug_mode.html for details about the debug mode. BUG=v8:3638 LOG=y R=jochen@chromium.org Review URL: https://codereview.chromium.org/648293007 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24676 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-