commit | 40a501a26a7ab3fc68ec7f10953a4dd546595ea0 | [log] [tgz] |
---|---|---|
author | dusan.m.milosavljevic <dusan.m.milosavljevic@gmail.com> | Fri Nov 20 14:00:18 2015 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 20 14:00:29 2015 |
tree | 58b3b23faa39580c819726812f93da1be8fe0761 | |
parent | 71be4434305a7f2da543d5a4121de269efb4bdb4 [diff] |
MIPS: [turbofan] Add matching rule to use Nor instruction. TEST=unittests/InstructionSelectorTest.Word32XorMinusOneWithWord32Or, Word64XorMinusOneWithWord64Or BUG= Review URL: https://codereview.chromium.org/1459723002 Cr-Commit-Position: refs/heads/master@{#32149}
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.