public inbox for sid-cvs@sourceware.org
help / color / mirror / Atom feed
* src/sid/component/cgen-cpu ChangeLog cgen-engi ...
@ 2003-10-21 21:29 brolley
0 siblings, 0 replies; 3+ messages in thread
From: brolley @ 2003-10-21 21:29 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sourceware.org 2003-10-21 21:29:32
Modified files:
sid/component/cgen-cpu: ChangeLog cgen-engine.h cgen-model.h
Log message:
2003-10-07 Dave Brolley <brolley@redhat.com>
* cgen-model.h (class cgen_model): step_cycles and step_latency
now public.
2003-10-07 Dave Brolley <brolley@redhat.com>
* cgen-model.h (sidtypes.h): #include it.
(model_insn_before): Call step_latency. Initialize vliw_cycles.
(model_insn_after): Call step_cycles. Update vliw_cycles.
(step_cycles): New method.
(step_latency): New method.
(vliw_cycles): New member of cgen_model.
* cgen-engine.h (enum sem_status): Add SEM_STATUS_STALLED.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.47&r2=1.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-engine.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-model.h.diff?cvsroot=src&r1=1.1&r2=1.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* src/sid/component/cgen-cpu ChangeLog cgen-engi ...
@ 2009-11-23 9:24 devans
0 siblings, 0 replies; 3+ messages in thread
From: devans @ 2009-11-23 9:24 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: devans@sourceware.org 2009-11-23 09:24:28
Modified files:
sid/component/cgen-cpu: ChangeLog cgen-engine.h
sid/component/cgen-cpu/arm7t: ChangeLog arm-decode.cxx
thumb-decode.cxx
sid/component/cgen-cpu/m32r: ChangeLog m32r-decode.cxx
sid/component/cgen-cpu/mep: ChangeLog mep-cop1-16-decode.cxx
mep-cop1-32-decode.cxx
mep-cop1-64-decode.cxx
mep-core1-decode.cxx mep-decode.cxx
sid/component/cgen-cpu/mt: ChangeLog mt-decode.cxx
sid/component/cgen-cpu/sh: ChangeLog sh2-decode.cxx
sh2a-fpu-decode.cxx
sh2a-nofpu-decode.cxx sh2e-decode.cxx
sh3-decode.cxx sh3e-decode.cxx
sh4-decode.cxx sh4-nofpu-decode.cxx
sh4a-decode.cxx sh4a-nofpu-decode.cxx
sh4al-decode.cxx
sh5-compact-decode.cxx
sh5-media-decode.cxx
sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-decode.cxx
Log message:
* cgen-engine.h (EXTRACT_MSB0_SINT): Renamed from EXTRACT_MSB0_INT.
(EXTRACT_LSB0_SINT): Renamed from EXTRACT_LSB0_INT.
(EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGUINT): Define.
(EXTRACT_LSB0_LGSINT, EXTRACT_LSB0_LGUINT): Define.
plus regenerate cgen files.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.83&r2=1.84
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-engine.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/ChangeLog.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/arm-decode.cxx.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/thumb-decode.cxx.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/m32r/ChangeLog.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/m32r/m32r-decode.cxx.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mep/ChangeLog.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mep/mep-cop1-16-decode.cxx.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mep/mep-cop1-32-decode.cxx.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mep/mep-cop1-64-decode.cxx.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mep/mep-core1-decode.cxx.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mep/mep-decode.cxx.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/ChangeLog.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-decode.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh2-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh2a-fpu-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh2a-nofpu-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh2e-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh3-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh3e-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh4-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh4-nofpu-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh4a-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh4a-nofpu-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh4al-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh5-compact-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/sh/sh5-media-decode.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-decode.cxx.diff?cvsroot=src&r1=1.11&r2=1.12
^ permalink raw reply [flat|nested] 3+ messages in thread
* src/sid/component/cgen-cpu ChangeLog cgen-engi ...
@ 2003-02-06 20:44 fche
0 siblings, 0 replies; 3+ messages in thread
From: fche @ 2003-02-06 20:44 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: fche@sourceware.org 2003-02-06 20:44:34
Modified files:
sid/component/cgen-cpu: ChangeLog cgen-engine.h
sid/component/cgen-cpu/arm7t: ChangeLog arm-semsw.cxx
Log message:
2003-02-06 Frank Ch. Eigler <fche@redhat.com>
* cgen-engine.h: C++ namespace cleanup.
2003-02-06 Frank Ch. Eigler <fche@redhat.com>
* arm-semsw.cxx: Sort of regenerated.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-engine.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/ChangeLog.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/arm-semsw.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-23 9:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-21 21:29 src/sid/component/cgen-cpu ChangeLog cgen-engi brolley
-- strict thread matches above, loose matches on Subject: below --
2009-11-23 9:24 devans
2003-02-06 20:44 fche
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).