- 10 Jan, 2004 3 commits
-
-
Benoit Perrot authored
--- ChangeLog Sat, 10 Jan 2004 22:32:29 +0100 noe (mipsy/2_ChangeLog 1.56 604) +++ ChangeLog Sat, 10 Jan 2004 23:23:14 +0100 noe (mipsy/2_ChangeLog 1.56 604) @@ -1,5 +1,13 @@ 2004-01-10 Benoît Perrot <benoit@lrde.epita.fr> + * dev/inst-nodes-gen.py: Generate interface of classes in + .hh files, inline methods in .hxx files, implementation in .cc. + * dev/inst-makefile-gen.py: + Distribute .hh, .hxx, .cc files of each class. + Use a stamp file to avoid useness launching of generators. + +2004-01-10 Benoît Perrot <benoit@lrde.epita.fr> + * dev/mipsy.xml, dev/parse-asm-parse-gen.py: Use human readable identifiers to locate tokens.
-
Benoit Perrot authored
--- ChangeLog Sat, 10 Jan 2004 22:25:29 +0100 noe (mipsy/2_ChangeLog 1.55 604) +++ ChangeLog Sat, 10 Jan 2004 22:31:04 +0100 noe (mipsy/2_ChangeLog 1.55 604) @@ -1,5 +1,10 @@ 2004-01-10 Benoît Perrot <benoit@lrde.epita.fr> + * dev/mipsy.xml, dev/parse-asm-parse-gen.py: + Use human readable identifiers to locate tokens. + +2004-01-10 Benoît Perrot <benoit@lrde.epita.fr> + * dev/mipsy.xml: Use a better DTD. * dev/mipsy.py: Use new DTD. * dev/inst-builder-gen.py,
-
Benoit Perrot authored
--- ChangeLog Thu, 08 Jan 2004 15:27:18 +0100 noe (mipsy/2_ChangeLog 1.54 604) +++ ChangeLog Sat, 10 Jan 2004 22:21:15 +0100 noe (mipsy/2_ChangeLog 1.54 604) @@ -1,3 +1,13 @@ +2004-01-10 Benoît Perrot <benoit@lrde.epita.fr> + + * dev/mipsy.xml: Use a better DTD. + * dev/mipsy.py: Use new DTD. + * dev/inst-builder-gen.py, + * dev/inst-nodes-gen.py, + * dev/parse-asm-parse-gen.py, + * dev/parse-asm-scan-gen.py: + Use new mipsy.py package. +
-
- 08 Jan, 2004 2 commits
-
-
Benoit Perrot authored
--- ChangeLog Thu, 08 Jan 2004 14:42:41 +0100 noe (mipsy/2_ChangeLog 1.53 604) +++ ChangeLog Thu, 08 Jan 2004 15:24:49 +0100 noe (mipsy/2_ChangeLog 1.53 604) @@ -1,5 +1,11 @@ 2004-01-08 Benoît Perrot <benoit@lrde.epita.fr> + * dev/parse-asm-scan.py: Simplify scanner register generation. + * dev/mipsy.py: Remove useless accessors. Use a '__str__' method + instead of 'display'. +
-
Benoit Perrot authored
--- ChangeLog Tue, 06 Jan 2004 18:57:53 +0100 noe (mipsy/2_ChangeLog 1.52 604) +++ ChangeLog Thu, 08 Jan 2004 14:39:59 +0100 noe (mipsy/2_ChangeLog 1.52 604) @@ -1,3 +1,19 @@ +2004-01-08 Benoît Perrot <benoit@lrde.epita.fr> + + * dev/mipsy-parser-gen.py: Move to... + * dev/parse-asm-parse-gen.py: ... this file. + * dev/mipsy-scanner-gen.py: Move to... + * dev/parse-asm-scan-gen.py: ... this file. + * src/parse/Makefile.am: Use new files' names. + + * dev/mipsy-builder-gen.py: Move to... + * dev/inst-builder-gen.py: ... this file. + * dev/mipsy-inst-gen.py: Move to... + * dev/inst-nodes-gen.py: ... this file. + * dev/mipsy-mk-inst-gen.py: Move to... + * dev/inst-makefile-gen.py: ... this file. Use new files' names. + * bootstrap, Makefile.am: Use new files' names. +
-
- 06 Jan, 2004 1 commit
-
-
Benoit Perrot authored
--- ChangeLog Sat, 11 Oct 2003 15:48:01 +0200 benoit (mipsy/2_ChangeLog 1.51 644) +++ ChangeLog Tue, 06 Jan 2004 18:56:55 +0100 noe (mipsy/2_ChangeLog 1.51 644) @@ -1,3 +1,10 @@ +2004-01-06 Benoît Perrot <benoit@lrde.epita.fr> + + * dev/mipsy.py: Add lazy_overwrite and comments. + * dev/mipsy-builder-gen.py, dev/mipsy-mk-inst-gen.py, + * dev/mipsy-parser-gen.py, dev/mipsy-scanner-gen.py: + Limit function importations. +
-
- 11 Oct, 2003 2 commits
-
-
Benoit Perrot authored
from Benoît Perrot <benoit@lrde.epita.fr> * src/vm/cpu.hh, src/vm/virtual_machine.hh, src/vm/vm-tasks.cc: Make the CPU responsible of its instruction flow.
-
Benoit Perrot authored
from Benoît Perrot <benoit@lrde.epita.fr> * src/vm/cpu.hh, src/vm/cpu.cc: Uniformize register accessors, removing deprecated ones.
-
- 08 Sep, 2003 1 commit
-
-
Benoit Perrot authored
from Benoît Perrot <benoit@lrde.epita.fr> * src/vm/memory.hh: Increase default stack size to 512 Ko.
-
- 04 Sep, 2003 1 commit
-
-
Benoit Perrot authored
from Benoît Perrot <benoit@lrde.epita.fr> * Makefile.am: Do not distribute license.hh.
-
- 21 Aug, 2003 1 commit
-
-
Benoit Perrot authored
-
- 20 Aug, 2003 1 commit
-
-
Benoit Perrot authored
-
- 19 Aug, 2003 1 commit
-
-
Benoit Perrot authored
-
- 14 Aug, 2003 1 commit
-
-
Benoit Perrot authored
-
- 13 Aug, 2003 2 commits
-
-
Benoit Perrot authored
-
Benoit Perrot authored
-
- 12 Aug, 2003 1 commit
-
-
Benoit Perrot authored
-
- 13 Aug, 2003 1 commit
-
-
Benoit Perrot authored
-
- 29 Jul, 2003 6 commits
-
-
Benoit Perrot authored
-
Benoit Perrot authored
-
Benoit Perrot authored
-
Benoit Perrot authored
-
Benoit Perrot authored
-
Benoit Perrot authored
-
- 01 Jul, 2003 1 commit
-
-
Benoit Perrot authored
map's end.
-
- 28 Jul, 2003 1 commit
-
-
Benoit Perrot authored
-
- 27 Jul, 2003 1 commit
-
-
Benoit Perrot authored
-
- 26 Jul, 2003 1 commit
-
-
Benoit Perrot authored
-
- 20 Jul, 2003 1 commit
-
-
Benoit Perrot authored
from Benoît Perrot <benoit@lrde.epita.fr> * src/vm/virtual_machine.hh, src/vm/virtual_machine.cc, * src/vm/vm-tasks.hh, src/vm/vm-tasks.cc: Check preservation of callee save registers on demand. * src/parse/parse-tasks.cc: Remove useless includes. * TODO: Update.
-
- 18 Jul, 2003 3 commits
-
-
Benoit Perrot authored
-
Benoit Perrot authored
-
Benoit Perrot authored
-
- 17 Jul, 2003 3 commits
-
-
Benoit Perrot authored
-
Benoit Perrot authored
-
Benoit Perrot authored
-
- 24 Jun, 2003 1 commit
-
-
Benoit Perrot authored
-
- 17 Jul, 2003 2 commits
-
-
Benoit Perrot authored
-
Benoit Perrot authored
-
- 12 Jul, 2003 1 commit
-
-
Benoit Perrot authored
-
- 11 Jul, 2003 1 commit
-
-
Benoit Perrot authored
Flush auto-generated files.
-