public inbox for sid-cvs@sourceware.org
help / color / mirror / Atom feed
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2003-02-18 22:57 dj
0 siblings, 0 replies; 13+ messages in thread
From: dj @ 2003-02-18 22:57 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2003-02-18 22:57:30
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-decode.cxx
xstormy16-sem.cxx
xstormy16-write.cxx
xstormy16.cxx
Log message:
* xstormy16-decode.cxx: Regenerate.
* xstormy16-sem.cxx: Regenerate.
* xstormy16-write.cxx: Regenerate.
* xstormy16.cxx (parity): Fix logic.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-decode.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-sem.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-write.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2010-06-01 22:06 dj
0 siblings, 0 replies; 13+ messages in thread
From: dj @ 2010-06-01 22:06 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2010-06-01 22:06:50
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-sem.cxx
Log message:
[cgen]
* cpu/xstormy16.cpu (movgriipostincgr, movgriipredecgr,
movfgriipredecgr): Fix increment/decrement amount.
[sid]
* xstormy16-sem.cxx: Regenerate.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-sem.cxx.diff?cvsroot=src&r1=1.12&r2=1.13
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2008-06-17 18:06 brolley
0 siblings, 0 replies; 13+ messages in thread
From: brolley @ 2008-06-17 18:06 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sourceware.org 2008-06-17 18:06:52
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-cpu.h
xstormy16.cxx xstormy16.h
Log message:
2008-06-17 Dave Brolley <brolley@redhat.com>
* xstormy16.h (xstormy16_cpu_cgen): Now inherits from
cgen_bi_endian_cpu.
(h_pc_set_handler): New method of xstormy16_cpu_cgen.
(h_gr_set_handler,init_change_logging,finish_change_logging)
(log_pc_change,log_gr_change,restore_change) Likewise.
(PC_UNCHANGED,PC_RESET,gr_changed,pc_changed,old_gr,old_h_pc):
New members of xstormy16_cpu_cgen.
(xstormy16_cpu): Now inherits only from xstormy16_cpu_cgen.
* xstormy16.cxx (init_change_logging): New method of
xstormy16_cpu_cgen.
(finish_change_logging,log_pc_change,log_gr_change,restore_change):
Likewise.
* xstormy16-cpu.h: Regenerated.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-cpu.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16.h.diff?cvsroot=src&r1=1.3&r2=1.4
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2006-06-26 21:06 brolley
0 siblings, 0 replies; 13+ messages in thread
From: brolley @ 2006-06-26 21:06 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sourceware.org 2006-06-26 21:06:41
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-decode.cxx
xstormy16.h
Log message:
2006-06-26 Dave Brolley <brolley@redhat.com>
* xstormy16.h (get_pc): New member of xstormy16_cpu.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-decode.cxx.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16.h.diff?cvsroot=src&r1=1.2&r2=1.3
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2005-10-28 19:52 brolley
0 siblings, 0 replies; 13+ messages in thread
From: brolley @ 2005-10-28 19:52 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sourceware.org 2005-10-28 19:52:17
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-desc.h
Log message:
2005-10-28 Dave Brolley <brolley@redhat.com>
* xstormy16-desc.h: Regenerate.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-desc.h.diff?cvsroot=src&r1=1.4&r2=1.5
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2005-08-19 18:58 brolley
0 siblings, 0 replies; 13+ messages in thread
From: brolley @ 2005-08-19 18:58 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sourceware.org 2005-08-19 18:58:56
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog Makefile.am
xstormy16-cpu.h
xstormy16-decode.cxx
xstormy16-decode.h
xstormy16-defs.h
xstormy16-desc.h
xstormy16-sem.cxx
Removed files:
sid/component/cgen-cpu/xstormy16: xstormy16-write.cxx
Log message:
2005-08-19 Dave Brolley <brolley@redhat.com>
* Makefile.am: Remove references to xstormy16-write.cxx.
* xstormy16-cpu.h: Regenerate.
* xstormy16-decode.cxx: Regenerate.
* xstormy16-decode.h: Regenerate.
* xstormy16-defs.h: Regenerate.
* xstormy16-desc.h: Regenerate.
* xstormy16-sem.cxx: Regenerate.
* xstormy16-write.cxx: Removed.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/Makefile.am.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-cpu.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-decode.cxx.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-decode.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-defs.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-desc.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-sem.cxx.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-write.cxx.diff?cvsroot=src&r1=1.6&r2=NONE
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2003-05-02 0:08 dj
0 siblings, 0 replies; 13+ messages in thread
From: dj @ 2003-05-02 0:08 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2003-05-02 00:08:43
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-sem.cxx
xstormy16-write.cxx
Log message:
* xstormy16-sem.cxx: Regenerate.
* xstormy16-write.cxx: Regenerate.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-sem.cxx.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-write.cxx.diff?cvsroot=src&r1=1.4&r2=1.5
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2003-03-21 6:16 dj
0 siblings, 0 replies; 13+ messages in thread
From: dj @ 2003-03-21 6:16 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2003-03-21 06:16:29
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-decode.cxx
xstormy16-decode.h
xstormy16-sem.cxx
xstormy16-write.cxx
Log message:
* xstormy16-decode.cxx: Regenerate.
* xstormy16-decode.h: Regenerate.
* xstormy16-sem.cxx: Regenerate.
* xstormy16-write.cxx: Regenerate.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-decode.cxx.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-decode.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-sem.cxx.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-write.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2003-03-12 17:17 fche
0 siblings, 0 replies; 13+ messages in thread
From: fche @ 2003-03-12 17:17 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: fche@sourceware.org 2003-03-12 17:17:15
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-decode.cxx
Log message:
2003-03-12 Frank Ch. Eigler <fche@redhat.com>
* sid.scm: Set APPLICATION to SID-SIMULATOR.
2003-03-12 Frank Ch. Eigler <fche@redhat.com>
* xstormy16-decode.cxx: Regenerate with fixed cgen SID-SIMULATOR.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-decode.cxx.diff?cvsroot=src&r1=1.4&r2=1.5
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2003-03-06 0:34 dj
0 siblings, 0 replies; 13+ messages in thread
From: dj @ 2003-03-06 0:34 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2003-03-06 00:34:19
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-sem.cxx
Log message:
* xstormy16-sem.cxx: Regenerate.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-sem.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2002-11-28 21:33 dj
0 siblings, 0 replies; 13+ messages in thread
From: dj @ 2002-11-28 21:33 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2002-11-25 13:15:23
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-decode.cxx
Log message:
* xstormy16-decode.cxx: Regenerate.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2002-11-22 9:15 dj
0 siblings, 0 replies; 13+ messages in thread
From: dj @ 2002-11-22 9:15 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2002-11-19 19:15:45
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-cpu.h
xstormy16-decode.cxx
xstormy16-decode.h
xstormy16-defs.h
xstormy16-desc.h
xstormy16-sem.cxx
xstormy16-write.cxx
Log message:
* xstormy16-cpu.h: Regenerate.
* xstormy16-decode.cxx: Regenerate.
* xstormy16-decode.h: Regenerate.
* xstormy16-defs.h: Regenerate.
* xstormy16-desc.h: Regenerate.
* xstormy16-sem.cxx: Regenerate.
* xstormy16-write.cxx: Regenerate.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-cpu.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-decode.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-decode.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-defs.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-desc.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-sem.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-write.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
^ permalink raw reply [flat|nested] 13+ messages in thread
* src/sid/component/cgen-cpu/xstormy16 ChangeLog ...
@ 2002-01-10 23:25 mrg
0 siblings, 0 replies; 13+ messages in thread
From: mrg @ 2002-01-10 23:25 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: mrg@sources.redhat.com 2002-01-10 23:25:04
Modified files:
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16.cxx
xstormy16.h
Log message:
[cgen/ChangeLog]
* cpu/xstormy16.cpu (gr-Rbj-names): Rename this ...
(gr-Rb-names): ... to this.
(h-Rb): New hardware peice.
(h-Rbj): Use gr-Rb-names.
(Rb): Use h-Rb.
(holdx): New instruction.
[opcodes/ChangeLog]
* xstormy16-asm.c: Regenerate.
* xstormy16-desc.c: Likewise.
* xstormy16-desc.h: Likewise.
* xstormy16-dis.c: Likewise.
* xstormy16-opc.c: Likewise.
* xstormy16-opc.h: Likewise.
[gas/testsuite/ChangeLog]
* gas/xstormy16/allinsn.sh (movf, jmp, call, icall): Update.
* gas/xstormy16/allinsn.d: Regenerate.
* gas/xstormy16/allinsn.s: Regenerate.
[sid/component/cgen-cpu/xstormy16/ChangeLog]
* xstormy16.cxx (do_holdx): Define.
* xstormy16.h (do_holdx): Declare.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16.h.diff?cvsroot=src&r1=1.1&r2=1.2
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2010-06-01 22:06 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-18 22:57 src/sid/component/cgen-cpu/xstormy16 ChangeLog dj
-- strict thread matches above, loose matches on Subject: below --
2010-06-01 22:06 dj
2008-06-17 18:06 brolley
2006-06-26 21:06 brolley
2005-10-28 19:52 brolley
2005-08-19 18:58 brolley
2003-05-02 0:08 dj
2003-03-21 6:16 dj
2003-03-12 17:17 fche
2003-03-06 0:34 dj
2002-11-28 21:33 dj
2002-11-22 9:15 dj
2002-01-10 23:25 mrg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).