CVS log for gforth/Attic/machpc.fs

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN


Revision 1.23
Sat Jun 30 20:28:55 2007 UTC (16 years, 9 months ago) by anton
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.22: +0 -0 lines
fixed minor bug in -falign-* configure tests
cleaned up dependencies on .h files in engine/Makefile.in
made Alpha port compile with gcc-2.95 (disabled longlong.h division)
optimized Alpha port:
  use old division code
  native code after a jump is now aligned.  Speed effect:
   sieve bubble matrix  fib
    1.950 1.605  1.259 1.653 b1 gcc-3.3.5
    1.453 1.932  1.230 1.458 b1 gcc-3.3.5 with alignment
  aligning branch targets would probably also help

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Aug 23 20:16:08 2003 UTC (20 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.21: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.21: +3 -1 lines
Fixed the make dist kernl*.fi building process so that neither new nor old
calling interface is included

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Aug 4 20:32:35 2003 UTC (20 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.20: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.20: +3 -0 lines
Inclusion of ffcall stuff
ftp://ftp.santafe.edu/pub/gnu/ffcall-1.8.tar.gz
High level stuff missing

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun May 11 17:17:14 2003 UTC (20 years, 10 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.19: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.19: +1 -1 lines
cross: use sperate region for user-space
cross: allow no user-space at all

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jan 19 23:35:30 2003 UTC (21 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.18: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.18: +1 -1 lines
Updated copyright notices
Added stack effects to kernel/input.fs

Revision 1.18
Fri Jan 3 20:26:19 2003 UTC (21 years, 2 months ago) by anton
Branches: MAIN
FILE REMOVED
Changes since revision 1.17: +0 -0 lines
undid the unnecessary/broken stuff Bernd has done
moved a change from machpc.fs to machpc.fs.in
removed machpc.fs (generated file)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jan 3 17:28:12 2003 UTC (21 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.16: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.16: +1 -0 lines
Made 4stack port of Gforth EC work again

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Dec 14 17:34:12 2002 UTC (21 years, 3 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.15: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.15: +2 -0 lines
Changed string compilation to not use the return stack to skipp the string
added control-rack property to specify if the return stack does point to
control-relevant information

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Sep 26 11:35:06 2002 UTC (21 years, 6 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.14: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.14: +2 -0 lines
added abranch option

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Dec 29 20:40:48 2001 UTC (22 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.13: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.13: +2 -1 lines
default dictionary size 1M cells
machine-specific stuff for dynamic superinstructions is now in machine.h
support for dynamic superinstructions for Alpha

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Dec 27 16:29:28 2001 UTC (22 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.12: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.12: +1 -1 lines
gforth no longer uses TOS caching (for improved error detection, suggested by
                                   Dennis Donnelly).
The default FP stack size is 16K (for improved error detection).
minor changes.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Oct 26 11:53:21 2001 UTC (22 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.11: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.11: +1 -2 lines
added some function key names and sequences (from Linux console)
renamed NAME into PARSE-WORD

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Sep 12 14:45:39 2001 UTC (22 years, 6 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.10: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.10: +2 -1 lines
Image starts at $100 for cross-compilation now. A NULL-reference
is really a reference to address 0 and NIL is 0.
In the kernel image-header to get the headers address.
Image loading is only changed minimal: The stuff with fixed
addressed images is thrown out, because every image is relocatable.
No header change. Old images should work.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Mar 18 22:20:27 2001 UTC (23 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.9: +2 -0 lines
Made peephole a configurable option
call compilation in cross works now
Not done yet:
- peephole itself
- Create as alit,
- DOES> compilation

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Oct 29 20:27:02 2000 UTC (23 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.8: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.8: +8 -6 lines
Added new input handling (OO approach). Only available if capability
new-input is true (so setting that to false in machpc.fs gets you the old
input handling back).

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:46:58 2000 UTC (23 years, 6 months ago) by anton
Branches: MAIN
CVS tags: v0-5-0
Diff to: previous 1.7: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.7: +1 -1 lines
changed FSF address in copyright messages

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:06:01 2000 UTC (23 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.6: +1 -1 lines
updated copyright dates in many files (not in ec-related files)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 31 21:40:00 1999 UTC (24 years, 3 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.5: +18 -18 lines
Started cross compiler documentation
Made 4stack, 8086, and MISC Gforth-EC work again

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon May 17 14:47:20 1999 UTC (24 years, 10 months ago) by jwilke
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +2 -0 lines
Added backtrace option

Revision 1.4: download - view: text, markup, annotated - [selected for diffs]
Wed Dec 23 09:24:39 1998 UTC (25 years, 3 months ago) by pazsan
Branches: MAIN
CVS tags: v0-4-0
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +5 -5 lines
Fixed new format in fi2c.fs
Fixed wrong base in machpc.fs

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Dec 11 22:54:27 1998 UTC (25 years, 3 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.2: +8 -1 lines
Added further options to shrink a kernel down
Cleaned up conditional primitives (works now for C-generated part, too)
Cleaned up mach files for embedded architectures
Cleaned up options in the kernel

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Dec 8 22:02:48 1998 UTC (25 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.4: preferred, unified
Changes since revision 1.1: +18 -0 lines
updated dates in copyright messages
inserted copyright messages in most files that did not have them
removed outdated files engine/32bit.h engine/strsig.c

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 13 12:12:17 1997 UTC (26 years, 6 months ago) by jwilke
Branches: MAIN
Diff to: selected 1.4: preferred, unified
Missing file for last patch.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>