commit | 3683344608eb48b45fc7d88a2372d973c509f91f | [log] [tgz] |
---|---|---|
author | Miran.Karic <Miran.Karic@imgtec.com> | Fri Aug 26 12:50:42 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Aug 26 12:51:05 2016 |
tree | 623426b5190a218070ce7e958b13c2b4724daba4 | |
parent | c37f6f02ed7046fd5492776e372d30f4a08afd0c [diff] |
MIPS: Remove r6 DCHECKs for NEG.fmt instruction These DCHECKs were causing several test failures or r6. They should not be here because only NEG.PS format was removed in r6, NEG.S and NEG.D instructions remain. BUG= Review-Url: https://codereview.chromium.org/2276563006 Cr-Commit-Position: refs/heads/master@{#38944}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://github.com/v8/v8/wiki
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned on the V8 wiki.