Commit fc2a89c
deps: V8: cherry-pick 588e15c, c0d4bb8
Pick up an upstream bugfix for https://crbug.com/621926 and bump V8
version to 5.1.281.80.
Original commit message for 588e15c:
Fixes a bug in cmpw.
The opcodes for 'cmpw r/m16, r16' and 'cmpw r16, r/m16' were
swapped, causing a few issues when less than/greater than
comparison were performed.
Adds a regression test.
BUG=621926
Committed: https://crrev.com/efa7095e3e360fbadbe909d831ac11b268ca26b0
Review-Url: https://codereview.chromium.org/2103713003
Cr-Original-Commit-Position: refs/heads/master@{#37339}
Cr-Commit-Position: refs/heads/master@{#37345}
Original commit message for c0d4bb8:
Fixes a wrong use of Operand in a test.
Operand(reg) -> reg
Operand(reg, 0) -> [reg]
BUG=
Review-Url: https://codereview.chromium.org/2111503002
Cr-Commit-Position: refs/heads/master@{#37370}
PR-URL: #8038
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: ofrobots - Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: mhdawson - Michael Dawson <michael_dawson@ca.ibm.com>1 parent cd77ca3 commit fc2a89cCopy full SHA for fc2a89c
File tree
Expand file treeCollapse file tree
4 files changed
+61
-7
lines changedOpen diff view settings
Filter options
- deps/v8
- include
- src/ia32
- test/cctest
Expand file treeCollapse file tree
4 files changed
+61
-7
lines changedOpen diff view settings
Collapse file
deps/v8/include/v8-version.h
Copy file name to clipboardExpand all lines: deps/v8/include/v8-version.h+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
15 | 15 | |
16 | 16 | |
17 | 17 | |
|
Collapse file
deps/v8/src/ia32/assembler-ia32.cc
Copy file name to clipboardExpand all lines: deps/v8/src/ia32/assembler-ia32.cc+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
787 | 787 | |
788 | 788 | |
789 | 789 | |
790 | | - |
| 790 | + |
791 | 791 | |
792 | 792 | |
793 | 793 | |
794 | 794 | |
795 | 795 | |
796 | 796 | |
797 | | - |
| 797 | + |
798 | 798 | |
799 | 799 | |
800 | 800 | |
|
Collapse file
deps/v8/src/ia32/disasm-ia32.cc
Copy file name to clipboardExpand all lines: deps/v8/src/ia32/disasm-ia32.cc+17-4Lines changed: 17 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1602 | 1602 | |
1603 | 1603 | |
1604 | 1604 | |
1605 | | - |
1606 | | - |
1607 | | - |
| 1605 | + |
1608 | 1606 | |
1609 | | - |
| 1607 | + |
| 1608 | + |
| 1609 | + |
| 1610 | + |
| 1611 | + |
| 1612 | + |
| 1613 | + |
| 1614 | + |
| 1615 | + |
| 1616 | + |
| 1617 | + |
1610 | 1618 | |
1611 | 1619 | |
1612 | 1620 | |
1613 | 1621 | |
1614 | 1622 | |
1615 | 1623 | |
1616 | 1624 | |
| 1625 | + |
| 1626 | + |
| 1627 | + |
| 1628 | + |
| 1629 | + |
1617 | 1630 | |
1618 | 1631 | |
1619 | 1632 | |
|
Collapse file
deps/v8/test/cctest/test-assembler-ia32.cc
Copy file name to clipboardExpand all lines: deps/v8/test/cctest/test-assembler-ia32.cc+41Lines changed: 41 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1497 | 1497 | |
1498 | 1498 | |
1499 | 1499 | |
| 1500 | + |
| 1501 | + |
| 1502 | + |
| 1503 | + |
| 1504 | + |
| 1505 | + |
| 1506 | + |
| 1507 | + |
| 1508 | + |
| 1509 | + |
| 1510 | + |
| 1511 | + |
| 1512 | + |
| 1513 | + |
| 1514 | + |
| 1515 | + |
| 1516 | + |
| 1517 | + |
| 1518 | + |
| 1519 | + |
| 1520 | + |
| 1521 | + |
| 1522 | + |
| 1523 | + |
| 1524 | + |
| 1525 | + |
| 1526 | + |
| 1527 | + |
| 1528 | + |
| 1529 | + |
| 1530 | + |
| 1531 | + |
| 1532 | + |
| 1533 | + |
| 1534 | + |
| 1535 | + |
| 1536 | + |
| 1537 | + |
| 1538 | + |
| 1539 | + |
| 1540 | + |
1500 | 1541 | |
0 commit comments