|
Added support for MIPS in architecture independent files.
Code for MIPS assembler, disassembler, simulator, and debugger.
The simulator does not yet support all generated instructions and still needs some more tests.
Total comments: 109
Total comments: 58
Total comments: 61
Total comments: 40
Total comments: 126
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+10785 lines, -8 lines) |
Patch |
|
M |
SConstruct
|
View
|
1
2
3
4
5
|
6 chunks |
+33 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/SConscript
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/assembler.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
|
M |
src/codegen.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/codegen-inl.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/flag-definitions.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/frames-inl.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/globals.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/macro-assembler.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/assembler-mips.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+665 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/assembler-mips.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1212 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/assembler-mips-inl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+215 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/builtins-mips.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+109 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/codegen-mips.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+311 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/codegen-mips.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+501 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/codegen-mips-inl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/constants-mips.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+529 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/constants-mips.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+324 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/cpu-mips.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/debug-mips.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/disasm-mips.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+784 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/fast-codegen-mips.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/frames-mips.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+164 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/frames-mips.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+100 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/full-codegen-mips.cc
|
View
|
7
8
|
1 chunk |
+268 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/ic-mips.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+187 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/jump-target-mips.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/macro-assembler-mips.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+385 lines, -0 lines |
1 comment
|
Download
|
|
A |
src/mips/macro-assembler-mips.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+897 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/readme
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/register-allocator-mips.h
|
View
|
1
2
3
4
5
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/register-allocator-mips.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/register-allocator-mips-inl.h
|
View
|
1
2
3
|
1 chunk |
+137 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/simulator-mips.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+311 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/simulator-mips.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1648 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/stub-cache-mips.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+384 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/virtual-frame-mips.h
|
View
|
1
2
3
4
5
|
1 chunk |
+548 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/mips/virtual-frame-mips.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+240 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/platform-linux.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/register-allocator.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/register-allocator-inl.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/simulator.h
|
View
|
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/virtual-frame.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/SConscript
|
View
|
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/test-assembler-mips.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+265 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-regexp.cc
|
View
|
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|