public inbox for sid-cvs@sourceware.org
help / color / mirror / Atom feed
* src/sid component/cfgroot/ChangeLog component/ ...
@ 2001-03-01 11:15 fche
  0 siblings, 0 replies; 2+ messages in thread
From: fche @ 2001-03-01 11:15 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	fche@sources.redhat.com	2001-03-01 11:15:35

Modified files:
	sid/component/cfgroot: ChangeLog compConfig.cxx 
	sid/component/cgen-cpu: ChangeLog cgen-engine.h 
	sid/component/cgen-cpu/arm7t: ChangeLog arm-decode.cxx 
	                              arm-sem.cxx arm-semsw.cxx 
	                              thumb-decode.cxx thumb-sem.cxx 
	                              thumb-semsw.cxx 
	sid/component/cgen-cpu/m32r: ChangeLog m32r-decode.cxx 
	                             m32r-sem.cxx 
	sid/component/mapper: ChangeLog compMapper.cxx 
	sid/component/memory: ChangeLog generic.h 
	sid/component/sched: ChangeLog compSched.cxx 
	sid/include    : ChangeLog sidbusutil.h sidconfig.h sidcpuutil.h 
	                 sidpinutil.h 

Log message:
	* branch probability hinting
	
	[cgen/ChangeLog]
	2001-03-01  Frank Ch. Eigler  <fche@redhat.com>
	
	* sid.cpu (-op-gen-set-trace[-parallel], -create-virtual-insns!):
	Emit LIKELY/UNLIKELY branch probability hints.
	* sid-decode.cpu (-gen-record-args): Ditto.
	
	[sid/include/ChangeLog]
	2001-03-01  Frank Ch. Eigler  <fche@redhat.com>
	
	* sidconfig.h (LIKELY, UNLIKELY): New conditional cover macros
	for gcc's __builtin_expect branch probability hinting function.
	* sidbusutil.h (passthrough_bus, mux_password_bus, harvard_bus):
	Add some branch probability hints.
	* sidcpuutil.h (step_pin_handler, stop_after_insns_p,
	{read,write}_{insn,data}_memory): Ditto.
	* sidpinutil.h (callback_pin::driven): Remove unnecessary assert
	from critical path.
	
	[eg. sid/component/mapper/ChangeLog]
	2001-03-01  Frank Ch. Eigler  <fche@redhat.com>
	
	* compMapper.cxx ({read,write}_strideoffset_any): Added b.p. hints.
	(write_any, read_any, locate): Ditto.
	
	[sid/component/cgen-cpu/ChangeLog]
	2001-03-01  Frank Ch. Eigler  <fche@redhat.com>
	
	* cgen-engine.h (set_pbb_engine, chain, get_next_vpc, pbb_find,
	pbb_find_or_alloc, pbb_before, pbb_after): Add branch probability
	hints.
	
	[eg. sid/component/cgen-cpu/arm7t/ChangeLog]
	2001-03-01  Frank Ch. Eigler  <fche@redhat.com>
	
	* arm-decode.cxx, -sem.cxx, -semsw.cxx: Regenerated w/ b.p. hints.
	* thumb-decode.cxx, -sem.cxx, -semsw.cxx: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cfgroot/ChangeLog.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cfgroot/compConfig.cxx.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-engine.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/arm-decode.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/arm-sem.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/arm-semsw.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/thumb-decode.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/thumb-sem.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/arm7t/thumb-semsw.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/m32r/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/m32r/m32r-decode.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/m32r/m32r-sem.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/mapper/ChangeLog.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/mapper/compMapper.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/ChangeLog.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/generic.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/sched/ChangeLog.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/sched/compSched.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidbusutil.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidconfig.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidcpuutil.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidpinutil.h.diff?cvsroot=src&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* src/sid component/cfgroot/ChangeLog component/ ...
@ 2001-03-26 11:18 fche
  0 siblings, 0 replies; 2+ messages in thread
From: fche @ 2001-03-26 11:18 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	fche@sources.redhat.com	2001-03-26 11:18:41

Modified files:
	sid/component/cfgroot: ChangeLog Makefile.am Makefile.in 
	                       compConfig.cxx 
	sid/component/memory: ChangeLog generic.cxx 
	sid/component/tcl: ChangeLog Makefile.am Makefile.in compTcl.cxx 
	sid/include    : ChangeLog configure configure.in sidconfutil.in 
	                 sidmiscutil.h 

Log message:
	* function improvement
	
	[include/ChangeLog]
	2001-03-26  Frank Ch. Eigler  <fche@redhat.com>
	
	* sidmiscutil.h (sid_file_search_path): New function for returning
	a canonical file search path based on SID_LIBRARY_PATH and
	SID_EXEC_PREFIX.
	(find_sid_data_file): New function to use the above to locate sid
	data files.
	* configure.in (SID_EXEC_PREFIX): AC_DEFINE.
	* configure, sidconfutil.h: Regenerated.
	
	[component/cfgroot/ChangeLog]
	2001-03-26  Frank Ch. Eigler  <fche@redhat.com>
	
	* compConfig.cxx (configure): Use find_sid_data_file to locate
	given sid config file.
	* Makefile.am (AM_CXXFLAGS): Remove.
	* Makefile.in: Regenerated.
	
	[component/memory/ChangeLog]
	2001-03-26  Frank Ch. Eigler  <fche@redhat.com>
	
	* generic.cxx (image{load,store,mmap}_handler): Use find_sid_data_file
	to locate image-file.
	
	[component/tcl/ChangeLog]
	2001-03-26  Frank Ch. Eigler  <fche@redhat.com>
	
	* compTcl.cxx (scan_files): Use sid_file_search_path to locate tcl
	component sources.
	* Makefile.am (AM_CXXFLAGS): Remove definition.
	* Makefile.in: Regenerated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cfgroot/ChangeLog.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cfgroot/Makefile.am.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cfgroot/Makefile.in.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cfgroot/compConfig.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/ChangeLog.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/generic.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/tcl/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/tcl/Makefile.am.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/tcl/Makefile.in.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/tcl/compTcl.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/configure.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/configure.in.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidconfutil.in.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidmiscutil.h.diff?cvsroot=src&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-03-26 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-01 11:15 src/sid component/cfgroot/ChangeLog component/ fche
2001-03-26 11:18 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).