Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
nolimips
Commits
89f70ab6
Commit
89f70ab6
authored
Aug 12, 2003
by
Benoit Perrot
Browse files
More Ignores.
parent
f8e8763c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
89f70ab6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* tests/Makefile.am: Distribute tests machinery.
* tests/Makefile.am: Distribute tests machinery.
* tests/common.mk: Distribute variables and rules used by
* tests/common.mk: Distribute variables and rules used by
the test suite.
the test suite.
* tests/generate-ref.mk: Distribute reference output files generators.
* tests/generate-ref.mk: Distribute reference output files generators.
* tests/mipsy-check: Distribute main test script.
* tests/mipsy-check: Distribute main test script.
...
@@ -23,12 +23,12 @@
...
@@ -23,12 +23,12 @@
* tests/solve/undefined-labels.s,
* tests/solve/undefined-labels.s,
* tests/solve/Makefile.am:
* tests/solve/Makefile.am:
Distribute tests that fail at solve-time.
Distribute tests that fail at solve-time.
* tests/runtime/abs.s,
* tests/runtime/abs.s,
* tests/runtime/neg.s,
* tests/runtime/neg.s,
* tests/runtime/no-main.s,
* tests/runtime/no-main.s,
* tests/runtime/Makefile.am:
* tests/runtime/Makefile.am:
Distribute tests that fail at run-time.
Distribute tests that fail at run-time.
* tests/unlimited/simple-exp.s,
* tests/unlimited/simple-exp.s,
* tests/unlimited/Makefile.am:
* tests/unlimited/Makefile.am:
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
* tests/good/shift.s,
* tests/good/shift.s,
* tests/good/Makefile.am:
* tests/good/Makefile.am:
Distribute tests that execute normally.
Distribute tests that execute normally.
* configure.ac, Makefile.am:
* configure.ac, Makefile.am:
Distribute tests suite.
Distribute tests suite.
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
* dev/mipsy.xml, dev/mips.py:
* dev/mipsy.xml, dev/mips.py:
Specify instruction kind.
Specify instruction kind.
2003-07-29 Benot Perrot <benoit@lrde.epita.fr>
2003-07-29 Benot Perrot <benoit@lrde.epita.fr>
* dev/mipsy-scanner-gen.py,
* dev/mipsy-scanner-gen.py,
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
2003-07-29 Benot Perrot <benoit@lrde.epita.fr>
2003-07-29 Benot Perrot <benoit@lrde.epita.fr>
* src/task/task_register.hh (parse_args): Do not search beyond
* src/task/task_register.hh (parse_args): Do not search beyond
map's end.
map's end.
2003-07-28 Benot Perrot <benoit@lrde.epita.fr>
2003-07-28 Benot Perrot <benoit@lrde.epita.fr>
...
@@ -113,16 +113,16 @@
...
@@ -113,16 +113,16 @@
* src/vm/vm-tasks.hh, src/vm/vm-tasks.cc:
* src/vm/vm-tasks.hh, src/vm/vm-tasks.cc:
Check preservation of callee save registers on demand.
Check preservation of callee save registers on demand.
* src/parse/parse-tasks.cc: Remove useless includes.
* src/parse/parse-tasks.cc: Remove useless includes.
* TODO: Update.
* TODO: Update.
2003-07-18 Benot Perrot <benoit@lrde.epita.fr>
2003-07-18 Benot Perrot <benoit@lrde.epita.fr>
* src/inst/register.hh, src/vm/cpu.hh:
* src/inst/register.hh, src/vm/cpu.hh:
Move general register indices from Register.hh into Cpu.
Move general register indices from Register.hh into Cpu.
* src/inst/program_builder.cc,
* src/inst/program_builder.cc,
* dev/mipsy.xml, dev/mipsy-parser-gen.py, dev/mipsy-scanner-gen.py:
* dev/mipsy.xml, dev/mipsy-parser-gen.py, dev/mipsy-scanner-gen.py:
Adjust.
Adjust.
2003-07-18 Benot Perrot <benoit@lrde.epita.fr>
2003-07-18 Benot Perrot <benoit@lrde.epita.fr>
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
2003-07-17 Benot Perrot <benoit@lrde.epita.fr>
2003-07-17 Benot Perrot <benoit@lrde.epita.fr>
* src/vm/virtual_machine.hh: (step) Return a boolean that
* src/vm/virtual_machine.hh: (step) Return a boolean that
indicates the end of the execution.
indicates the end of the execution.
2003-07-17 Benot Perrot <benoit@lrde.epita.fr>
2003-07-17 Benot Perrot <benoit@lrde.epita.fr>
...
@@ -148,18 +148,18 @@
...
@@ -148,18 +148,18 @@
Use variable input and output streams.
Use variable input and output streams.
2003-07-17 Benot Perrot <benoit@lrde.epita.fr>
2003-07-17 Benot Perrot <benoit@lrde.epita.fr>
* src/inst/section.hh: Add a const accessor to Section's labels.
* src/inst/section.hh: Add a const accessor to Section's labels.
2003-07-12 Benot Perrot <benoit@lrde.epita.fr>
2003-07-12 Benot Perrot <benoit@lrde.epita.fr>
* src/inst/section.hh,
* src/inst/section.hh,
* src/inst/data_section.hh, src/inst/text_section.hh:
* src/inst/data_section.hh, src/inst/text_section.hh:
Factor Section code.
Factor Section code.
2003-07-11 Benot Perrot <benoit@lrde.epita.fr>
2003-07-11 Benot Perrot <benoit@lrde.epita.fr>
* config/depcomp, config/install-sh, config/missing,
* config/depcomp, config/install-sh, config/missing,
* config/mkinstalldirs:
* config/mkinstalldirs:
Remove auto-generated files.
Remove auto-generated files.
...
@@ -182,7 +182,7 @@
...
@@ -182,7 +182,7 @@
2003-07-11 Benot Perrot <benoit@lrde.epita.fr>
2003-07-11 Benot Perrot <benoit@lrde.epita.fr>
* dev/mipsy-scanner-gen.py,
* dev/mipsy-scanner-gen.py,
* src/inst/register.hh, src/vm/cpu.hh:
* src/inst/register.hh, src/vm/cpu.hh:
Use a register vector for general purpose registers.
Use a register vector for general purpose registers.
* src/vm/virtual_machine.cc:
* src/vm/virtual_machine.cc:
...
@@ -214,12 +214,12 @@
...
@@ -214,12 +214,12 @@
2003-07-06 Benot Perrot <benoit@lrde.epita.fr>
2003-07-06 Benot Perrot <benoit@lrde.epita.fr>
* src/vm/virtual_machine.cc:
* src/vm/virtual_machine.cc:
read_string stops after an OEF or a newline; if a newline is read,
read_string stops after an OEF or a newline; if a newline is read,
it is stored into the buffer.
it is stored into the buffer.
2003-07-05 Benot Perrot <benoit@lrde.epita.fr>
2003-07-05 Benot Perrot <benoit@lrde.epita.fr>
* dev/mipsy.xml,
* dev/mipsy.xml,
* src/inst/program_builder.cc, src/inst/program_solver.hh,
* src/inst/program_builder.cc, src/inst/program_solver.hh,
* src/vm/virtual_machine.hh, src/vm/virtual_machine.cc:
* src/vm/virtual_machine.hh, src/vm/virtual_machine.cc:
Support more comparison instructions.
Support more comparison instructions.
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
Use gcc's expansion of complex and pseudo instructions.
Use gcc's expansion of complex and pseudo instructions.
* src/vm/virtual_machine.cc:
* src/vm/virtual_machine.cc:
Check overflow in Sub.
Check overflow in Sub.
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
* dev/mipsy-parser-gen.py:
* dev/mipsy-parser-gen.py:
...
@@ -240,16 +240,16 @@
...
@@ -240,16 +240,16 @@
* dev/mipsy-inst-gen.py:
* dev/mipsy-inst-gen.py:
Generate an Exp& variable for a label.
Generate an Exp& variable for a label.
* src/inst/program_builder.cc, src/inst/program_solver.hh,
* src/inst/program_builder.cc, src/inst/program_solver.hh,
* src/vm/virtual_machine.cc,
* src/vm/virtual_machine.cc,
Adjust.
Adjust.
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
* doc/mipsy.texi: Add some comments on internal.
* doc/mipsy.texi: Add some comments on internal.
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
* src/vm/virtual_machine.hh: Display a dedicated error message
* src/vm/virtual_machine.hh: Display a dedicated error message
when the main label can not be found.
when the main label can not be found.
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
...
@@ -259,12 +259,12 @@
...
@@ -259,12 +259,12 @@
Rename "neg" as "negu".
Rename "neg" as "negu".
* dev/mipsy-builder-gen.py:
* dev/mipsy-builder-gen.py:
Adjust.
Adjust.
* src/inst/program_builder.cc:
* src/inst/program_builder.cc:
Support more syntaxes on branch instructions, support neg.
Support more syntaxes on branch instructions, support neg.
* src/vm/virtual_machine.cc:
* src/vm/virtual_machine.cc:
Adjust overflow detection.
Adjust overflow detection.
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
* dev/mipsy-parser-gen.py, dev/mipsy-scanner-gen.py,
* dev/mipsy-parser-gen.py, dev/mipsy-scanner-gen.py,
...
@@ -293,7 +293,7 @@
...
@@ -293,7 +293,7 @@
* src/vm/virtual_machine.hh, src/vm/virtual_machine.cc,
* src/vm/virtual_machine.hh, src/vm/virtual_machine.cc,
* src/vm/vm-tasks.hh, src/vm/vm-tasks.cc:
* src/vm/vm-tasks.hh, src/vm/vm-tasks.cc:
Add license.
Add license.
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
* doc/mipsy.texi, doc/fdl.texi, doc/Makefile.am,
* doc/mipsy.texi, doc/fdl.texi, doc/Makefile.am,
...
@@ -305,18 +305,18 @@
...
@@ -305,18 +305,18 @@
* Makefile.am, src/Makefile.am, src/misc/Makefile.am,
* Makefile.am, src/Makefile.am, src/misc/Makefile.am,
* src/parse/Makefile.am, src/task/Makefile.am, src/vm/Makefile.am:
* src/parse/Makefile.am, src/task/Makefile.am, src/vm/Makefile.am:
Support automatic generation.
Support automatic generation.
* README:
* README:
Document it.
Document it.
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
* vm/table.hh, cpu.hh:
* vm/table.hh, cpu.hh:
Allow unlimited registers.
Allow unlimited registers.
* vm/memory.hh: New.
* vm/memory.hh: New.
* vm/segment.hh: New.
* vm/segment.hh: New.
* vm/virtual_machine.{hh, cc}: Implement instructions.
* vm/virtual_machine.{hh, cc}: Implement instructions.
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
2003-06-29 Benot Perrot <benoit@lrde.epita.fr>
...
@@ -325,7 +325,7 @@
...
@@ -325,7 +325,7 @@
Use MIPS instruction set to generate ProgramBuilder.
Use MIPS instruction set to generate ProgramBuilder.
* src/inst/program_builder.cc:
* src/inst/program_builder.cc:
Implement complex opcodes expansion.
Implement complex opcodes expansion.
* dev/mipsy-parser-gen.py:
* dev/mipsy-parser-gen.py:
Use ProgramBuilder.
Use ProgramBuilder.
...
@@ -336,7 +336,7 @@
...
@@ -336,7 +336,7 @@
* src/inst/visitor.hh: New.
* src/inst/visitor.hh: New.
* src/inst/program_solver.hh: New.
* src/inst/program_solver.hh: New.
2003-06-28 Benot Perrot <benoit@lrde.epita.fr>
2003-06-28 Benot Perrot <benoit@lrde.epita.fr>
* src/inst/inst.hh: New.
* src/inst/inst.hh: New.
...
@@ -344,7 +344,7 @@
...
@@ -344,7 +344,7 @@
Use MIPS instruction set to generate Inst class declarations.
Use MIPS instruction set to generate Inst class declarations.
2003-06-28 Benot Perrot <benoit@lrde.epita.fr>
2003-06-28 Benot Perrot <benoit@lrde.epita.fr>
* src/inst/register.hh: New.
* src/inst/register.hh: New.
* src/inst/Makefile.am, src/Makefile.am
* src/inst/Makefile.am, src/Makefile.am
Distribute and compile 'inst' module.
Distribute and compile 'inst' module.
...
@@ -355,16 +355,16 @@
...
@@ -355,16 +355,16 @@
Use labels and registers.
Use labels and registers.
2003-06-27 Benot Perrot <benoit@lrde.epita.fr>
2003-06-27 Benot Perrot <benoit@lrde.epita.fr>
* src/misc/:
* src/misc/:
Add miscellaneous helpers.
Add miscellaneous helpers.
* src/misc/Makefile.am, src/Makefile.am:
* src/misc/Makefile.am, src/Makefile.am:
Distribute and compile 'misc' module.
Distribute and compile 'misc' module.
* src/parse/asm-{scan.ll, parse.yy}:
* src/parse/asm-{scan.ll, parse.yy}:
Use misc helpers.
Use misc helpers.
2003-06-27 Benot Perrot <benoit@lrde.epita.fr>
2003-06-27 Benot Perrot <benoit@lrde.epita.fr>
* dev/mipsy.xml:
* dev/mipsy.xml:
Add MIPS instruction set xml file.
Add MIPS instruction set xml file.
* dev/mipsy.py:
* dev/mipsy.py:
...
...
prj
0 → 100644
View file @
89f70ab6
;; -*- Prcs -*-
(Created-By-Prcs-Version 1 3 2)
(Project-Description "")
(Project-Version mipsy 0 47)
(Parent-Version mipsy 0 46)
(Version-Log
"More Ignores.")
(New-Version-Log
"")
(Checkin-Time "Tue, 12 Aug 2003 21:21:22 +0200")
(Checkin-Login benoit)
(Files
;; ./
(AUTHORS (mipsy/0_AUTHORS 1.1 644))
(COPYING (mipsy/1_COPYING 1.1 644))
(ChangeLog (mipsy/2_ChangeLog 1.41 644))
(Makefile.am (mipsy/3_Makefile.a 1.4 644))
(NEWS (mipsy/b/25_NEWS 1.3 644))
(README (mipsy/4_README 1.2 644))
(TODO (mipsy/5_TODO 1.2 644))
(bootstrap (mipsy/b/14_bootstrap 1.1 755))
(configure.ac (mipsy/6_configure. 1.5 644))
;; ./config/
(config/Makefile.am (mipsy/7_Makefile.a 1.1 644))
;; ./dev/
(dev/mipsy-builder-gen.py (mipsy/15_mipsy-buil 1.5 705))
(dev/mipsy-inst-gen.py (mipsy/12_mipsy-inst 1.3 745))
(dev/mipsy-mk-inst-gen.py (mipsy/b/15_mipsy-mk-i 1.2 745))
(dev/mipsy-parser-gen.py (mipsy/13_mipsy-pars 1.4 745))
(dev/mipsy-scanner-gen.py (mipsy/14_mipsy-scan 1.5 745))
(dev/mipsy.py (mipsy/16_mipsy.py 1.4 745))
(dev/mipsy.xml (mipsy/17_mipsy.xml 1.10 644))
;; ./doc/
(doc/Makefile.am (mipsy/b/9_Makefile.a 1.1 644))
(doc/fdl.texi (mipsy/b/11_fdl.texi 1.1 604))
(doc/mipsy.texi (mipsy/b/10_mipsy.texi 1.2 604))
;; ./src/
(src/Makefile.am (mipsy/18_Makefile.a 1.2 644))
(src/common.hh (mipsy/19_common.hh 1.3 644))
(src/mipsy-tasks.cc (mipsy/20_mipsy-task 1.2 644))
(src/mipsy-tasks.hh (mipsy/21_mipsy-task 1.2 644))
(src/mipsy.cc (mipsy/22_mipsy.cc 1.3 604))
(src/modules.hh (mipsy/23_modules.hh 1.2 644))
;; ./src/inst/
(src/inst/data_section.hh (mipsy/24_data_secti 1.3 604))
(src/inst/exp-visitor.hh (mipsy/25_exp-visito 1.2 644))
(src/inst/exp.hh (mipsy/26_exp.hh 1.2 644))
(src/inst/inst-tasks.cc (mipsy/b/23_inst-tasks 1.1 644))
(src/inst/inst-tasks.hh (mipsy/b/22_inst-tasks 1.1 644))
(src/inst/inst.hh (mipsy/27_inst.hh 1.2 644))
(src/inst/label.cc (mipsy/b/21_label.cc 1.1 644))
(src/inst/label.hh (mipsy/b/20_label.hh 1.1 644))
(src/inst/program.hh (mipsy/28_program.hh 1.2 644))
(src/inst/program_builder.cc (mipsy/29_program_bu 1.9 644))
(src/inst/program_solver.hh (mipsy/30_program_so 1.6 644))
(src/inst/register.hh (mipsy/31_register.h 1.4 644))
(src/inst/section.hh (mipsy/b/24_section.hh 1.4 604))
(src/inst/text_section.hh (mipsy/32_text_secti 1.3 604))
;; ./src/misc/
(src/misc/Makefile.am (mipsy/33_Makefile.a 1.2 644))
(src/misc/contract.hh (mipsy/34_contract.h 1.1 644))
(src/misc/deref.hh (mipsy/35_deref.hh 1.1 644))
(src/misc/escape.hh (mipsy/36_escape.hh 1.1 644))
(src/misc/has.hh (mipsy/37_has.hh 1.1 644))
(src/misc/select_const.hh (mipsy/38_select_con 1.1 644))
;; ./src/parse/
(src/parse/Makefile.am (mipsy/39_Makefile.a 1.2 644))
(src/parse/asm-scan.hh (mipsy/40_asm-scan.h 1.2 644))
(src/parse/libparse.cc (mipsy/41_libparse.c 1.4 644))
(src/parse/libparse.hh (mipsy/42_libparse.h 1.4 644))
(src/parse/parse-tasks.cc (mipsy/43_parse-task 1.6 644))
(src/parse/parse-tasks.hh (mipsy/44_parse-task 1.4 644))
;; ./src/task/
(src/task/Makefile.am (mipsy/45_Makefile.a 1.2 644))
(src/task/task-tasks.cc (mipsy/46_task-tasks 1.2 644))
(src/task/task-tasks.hh (mipsy/47_task-tasks 1.2 644))
(src/task/task.cc (mipsy/48_task.cc 1.2 644))
(src/task/task.hh (mipsy/49_task.hh 1.3 644))
(src/task/task_register.cc (mipsy/50_task_regis 1.5 604))
(src/task/task_register.hh (mipsy/51_task_regis 1.3 604))
;; ./src/vm/
(src/vm/Makefile.am (mipsy/b/0_Makefile.a 1.2 644))
(src/vm/cpu.hh (mipsy/b/1_cpu.hh 1.6 644))
(src/vm/memory.hh (mipsy/b/2_memory.hh 1.6 644))
(src/vm/segment.hh (mipsy/b/3_segment.hh 1.2 644))
(src/vm/table.hh (mipsy/b/4_table.hh 1.2 644))
(src/vm/virtual_machine.cc (mipsy/b/5_virtual_ma 1.14 604))
(src/vm/virtual_machine.hh (mipsy/b/6_virtual_ma 1.10 604))
(src/vm/vm-tasks.cc (mipsy/b/7_vm-tasks.c 1.4 604))
(src/vm/vm-tasks.hh (mipsy/b/8_vm-tasks.h 1.3 604))
;; ./tests/
(tests/Makefile.am (mipsy/b/26_Makefile.a 1.1 644))
(tests/common.mk (mipsy/b/27_common.mk 1.1 644))
(tests/generate-ref.mk (mipsy/b/28_generate-r 1.1 644))
(tests/mipsy-check (mipsy/b/29_mipsy-chec 1.1 745))
;; ./tests/good/
(tests/good/Makefile.am (mipsy/b/30_Makefile.a 1.1 644))
(tests/good/add-sub.s (mipsy/b/31_add-sub.s 1.1 644))
(tests/good/and-or-nor-xor.s (mipsy/b/32_and-or-nor 1.1 644))
(tests/good/exit.s (mipsy/b/33_exit.s 1.1 644))
(tests/good/extended-euclide.s (mipsy/b/34_extended-e 1.1 644))
(tests/good/gtcd.s (mipsy/b/35_gtcd.s 1.1 644))
(tests/good/modular-exponent.s (mipsy/b/36_modular-ex 1.1 644))
(tests/good/neg.s (mipsy/b/37_neg.s 1.1 644))
(tests/good/not.s (mipsy/b/38_not.s 1.1 644))
(tests/good/print.s (mipsy/b/39_print.s 1.1 644))
(tests/good/print_int.s (mipsy/b/40_print_int. 1.1 644))
(tests/good/read_int.in (mipsy/b/41_read_int.i 1.1 644))
(tests/good/read_int.s (mipsy/b/42_read_int.s 1.1 644))
(tests/good/seq-sne.s (mipsy/b/43_seq-sne.s 1.1 644))
(tests/good/shift.s (mipsy/b/44_shift.s 1.1 644))
;; ./tests/lexical/
(tests/lexical/Makefile.am (mipsy/b/45_Makefile.a 1.1 644))
(tests/lexical/invalid-string-hexa.s (mipsy/b/46_invalid-st 1.1 644))
(tests/lexical/invalid-string-octal.s (mipsy/b/47_invalid-st 1.1 644))
(tests/lexical/unlimited-regs.s (mipsy/b/48_unlimited- 1.1 644))
(tests/lexical/unrecognized-escape.s (mipsy/b/49_unrecogniz 1.1 644))
(tests/lexical/unterminated-string.s (mipsy/b/50_unterminat 1.1 644))
;; ./tests/runtime/
(tests/runtime/Makefile.am (mipsy/b/51_Makefile.a 1.1 644))
(tests/runtime/neg.s (mipsy/c/0_neg.s 1.1 644))
(tests/runtime/no-main.s (mipsy/c/1_no-main.s 1.1 644))
;; ./tests/solve/
(tests/solve/Makefile.am (mipsy/c/2_Makefile.a 1.1 644))
(tests/solve/undefined-labels.s (mipsy/c/3_undefined- 1.1 644))
;; ./tests/syntax/
(tests/syntax/Makefile.am (mipsy/c/4_Makefile.a 1.1 644))
(tests/syntax/asciiz-wrong-param.s (mipsy/c/5_asciiz-wro 1.1 604))
(tests/syntax/too-many-operands.s (mipsy/c/6_too-many-o 1.1 644))
;; ./tests/unlimited/
(tests/unlimited/Makefile.am (mipsy/c/7_Makefile.a 1.1 644))
(tests/unlimited/simple-exp.s (mipsy/c/8_simple-exp 1.1 644))
(prj (mipsy.prj) :symlink)
)
(Populate-Ignore
(
"~$"
"config\\.\\(status\\|log\\|h.in\\|h\\|cache\\)"
"autom4te.cache"
"Makefile\\(.in\\)\\?$"
"aclocal\\.m4$"
"configure$"
"^src/parse/asm-scan\\.cc"
"^src/parse/asm-parse\\.\\(hh\\|cc\\|output\\)$"
"^src/parse/\\(location\\|position\\|stack\\)\\.hh$"
"\\.\\([ao]\\|info\\|Po\\)$"
"/\\(depcomp\\|install-sh\\|mdate-sh\\|missing\\|mkinstalldirs\\)$"
"texinfo\\.tex\\|version\\.texi"
"src/inst/add.hh"
"src/inst/addi.hh"
"src/inst/addu.hh"
"src/inst/addiu.hh"
"src/inst/sub.hh"
"src/inst/subu.hh"
"src/inst/mul.hh"
"src/inst/div.hh"
"src/inst/divu.hh"
"src/inst/sll.hh"
"src/inst/sllv.hh"
"src/inst/sra.hh"
"src/inst/srav.hh"
"src/inst/srl.hh"
"src/inst/srlv.hh"
"src/inst/and.hh"
"src/inst/andi.hh"
"src/inst/or.hh"
"src/inst/ori.hh"
"src/inst/nor.hh"
"src/inst/xor.hh"
"src/inst/xori.hh"
"src/inst/slt.hh"
"src/inst/slti.hh"
"src/inst/sltu.hh"
"src/inst/sltiu.hh"
"src/inst/beq.hh"
"src/inst/bne.hh"
"src/inst/bgez.hh"
"src/inst/bgezal.hh"
"src/inst/bgtz.hh"
"src/inst/blez.hh"
"src/inst/bltz.hh"
"src/inst/bltzal.hh"
"src/inst/j.hh"
"src/inst/jr.hh"
"src/inst/jal.hh"
"src/inst/jalr.hh"
"src/inst/lw.hh"
"src/inst/lb.hh"
"src/inst/lbu.hh"
"src/inst/li.hh"
"src/inst/sw.hh"
"src/inst/sb.hh"
"src/inst/mfhi.hh"
"src/inst/mflo.hh"
"src/inst/mthi.hh"
"src/inst/mtlo.hh"
"src/inst/syscall.hh"
"src/inst/decl.hh"
"src/inst/all.hh"
"src/inst/visitor.hh"
)
)
(Project-Keywords )
(Merge-Parents)
(New-Merge-Parents)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment