Commit e326df7
deps: V8: backport 209d2db9e24a
Original commit message:
[riscv] Fix compilation error and disassembling error when enabling the RISC-V C extension
Change-Id: I34a930f7bcda514698ce64d132cbe05fa32b323c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6934163
Reviewed-by: Yahan Lu (LuYahan) <yahan@iscas.ac.cn>
Reviewed-by: Kasper Lund <kasperl@rivosinc.com>
Commit-Queue: Yahan Lu (LuYahan) <yahan@iscas.ac.cn>
Cr-Commit-Position: refs/heads/main@{#102431}
Refs: v8/v8@209d2db
Co-authored-by: kxxt <rsworktech@outlook.com>
PR-URL: #61322
Reviewed-By: Stewart X Addison <sxa@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>1 parent 571c5b8 commit e326df7Copy full SHA for e326df7
3 files changed
+39-13Lines changed: 39 additions & 13 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- deps/v8/src/codegen
- riscv
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
43 | 43 | |
44 | 44 | |
|
Collapse file
deps/v8/src/codegen/constant-pool.cc
Copy file name to clipboardExpand all lines: deps/v8/src/codegen/constant-pool.cc+28-4Lines changed: 28 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
554 | 554 | |
555 | 555 | |
556 | 556 | |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
557 | 568 | |
558 | 569 | |
559 | 570 | |
560 | 571 | |
561 | | - |
| 572 | + |
562 | 573 | |
563 | 574 | |
564 | 575 | |
| ||
666 | 677 | |
667 | 678 | |
668 | 679 | |
669 | | - |
| 680 | + |
| 681 | + |
| 682 | + |
| 683 | + |
| 684 | + |
| 685 | + |
| 686 | + |
| 687 | + |
| 688 | + |
| 689 | + |
670 | 690 | |
671 | 691 | |
672 | 692 | |
673 | 693 | |
674 | 694 | |
675 | 695 | |
676 | 696 | |
| 697 | + |
| 698 | + |
677 | 699 | |
678 | | - |
679 | | - |
| 700 | + |
| 701 | + |
| 702 | + |
| 703 | + |
680 | 704 | |
681 | 705 | |
682 | 706 | |
|
Collapse file
deps/v8/src/codegen/riscv/macro-assembler-riscv.cc
Copy file name to clipboardExpand all lines: deps/v8/src/codegen/riscv/macro-assembler-riscv.cc+10-8Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5370 | 5370 | |
5371 | 5371 | |
5372 | 5372 | |
5373 | | - |
5374 | | - |
| 5373 | + |
5375 | 5374 | |
5376 | 5375 | |
5377 | 5376 | |
5378 | 5377 | |
5379 | | - |
5380 | | - |
| 5378 | + |
5381 | 5379 | |
5382 | 5380 | |
5383 | 5381 | |
5384 | 5382 | |
5385 | 5383 | |
5386 | 5384 | |
5387 | 5385 | |
5388 | | - |
5389 | | - |
5390 | | - |
| 5386 | + |
| 5387 | + |
| 5388 | + |
5391 | 5389 | |
5392 | 5390 | |
5393 | 5391 | |
| ||
7358 | 7356 | |
7359 | 7357 | |
7360 | 7358 | |
7361 | | - |
| 7359 | + |
| 7360 | + |
| 7361 | + |
| 7362 | + |
| 7363 | + |
7362 | 7364 | |
7363 | 7365 | |
7364 | 7366 | |
|
0 commit comments