CVS log for gforth/engine/longlong.h
Up to [gforth] / gforth / engine
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN
Revision
1.5:
download - view:
text,
markup,
annotated -
[selected for diffs]
Mon Dec 31 18:40:25 2007 UTC (15 years, 5 months ago) by
anton
Branches:
MAIN
CVS tags:
v0-7-0,
HEAD
Diff to: previous 1.4:
preferred,
unified
Changes since revision 1.4: +11 -12
lines
updated copyright notices for GPL v3
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Dec 31 17:34:59 2007 UTC (15 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.5: preferred, unified
Changes since revision 1.3: +1 -1
lines
updated copyright years
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 30 20:28:55 2007 UTC (15 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.5: preferred, unified
Changes since revision 1.2: +1 -1 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.2: download - view: text, markup, annotated - select for diffs
Sun Dec 31 13:39:17 2006 UTC (16 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.5: preferred, unified
Changes since revision 1.1: +1 -1
lines
updated copyright years
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Nov 1 22:37:23 2006 UTC (16 years, 6 months ago) by anton
Branches: MAIN
Diff to: selected 1.5: preferred, unified
Mixed division support now uses the routines from gcc's longlong.h
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>