gcc boehm-gc/ChangeLog boehm-gc/Makefile.am bo ...
matz@gcc.gnu.org
matz@gcc.gnu.org
Fri May 24 02:21:00 GMT 2002
CVSROOT: /cvs/gcc
Module name: gcc
Branch: new-regalloc-branch
Changes by: matz@gcc.gnu.org 2002-05-24 02:21:40
Modified files:
boehm-gc : ChangeLog Makefile.am Makefile.in acinclude.m4
aclocal.m4 configure configure.in
irix_threads.c
boehm-gc/include/private: gc_locks.h gc_priv.h gcconfig.h
config : ChangeLog acinclude.m4 mh-a68bsd mh-apollo68
mh-cxux mh-decstation mh-dgux mh-dgux386
mh-hp300 mh-hpux mh-hpux8 mh-interix mh-irix5
mh-irix6 mh-lynxrs6k mh-mingw32 mh-ncr3000
mh-ncrsvr43 mh-necv4 mh-openedition mh-riscos
mh-sco mh-solaris mh-sysv mh-sysv4 mh-sysv5
contrib : ChangeLog gcc_update test_installed
test_summary
include : ChangeLog xregex2.h
libf2c : ChangeLog Makefile.in aclocal.m4 configure
configure.in
libf2c/libF77 : Makefile.in Version.c
libf2c/libI77 : Makefile.in Version.c lio.h
libf2c/libU77 : Makefile.in Version.c
libffi : ChangeLog Makefile.am Makefile.in configure
configure.in fficonfig.h.in
libffi/include : Makefile.in ffi.h.in
libffi/src/powerpc: ffi_darwin.c
libffi/src/sparc: v8.S v9.S
libiberty : ChangeLog config.table configure configure.in
getruntime.c waitpid.c
libobjc : ChangeLog Makefile.in aclocal.m4 configure
configure.in encoding.c
maintainer-scripts: ChangeLog gcc_release update_web_docs
zlib : ChangeLog.gcj configure configure.in
Added files:
config : mh-s390pic
libffi/src/s390: ffi.c sysv.S
Removed files:
config : mh-irix4 mh-lynxos mh-sun3 mh-vaxult2 mt-armpic
mt-elfalphapic mt-i370pic mt-ia64pic mt-m68kpic
mt-papic mt-ppcpic mt-sparcpic mt-x86pic
libchill : ChangeLog Makefile.in abstime.c allgmem.c
allmem.c allocate.c andps.c auxtypes.h
basicio.c bitstring.h cardps.c cause.c
checkcycle.c chillrt0.c chillstdio.c concatps.c
concatstr.c configure configure.in continue.c
convdurrtstime.c copyps.c delaycase.c delete.c
diffps.c eoln.c eqps.c eqstr.c exh.c exhstack.c
existing.c ffsetclrps.c ffsetps.c fileio.h
flsetclrps.c flsetps.c format.c format.h
getassoc.c gettextaccess.c gettextindex.c
gettextrecord.c getusage.c inbitstr.c
indexable.c inps.c inttime.c ioerror.c
ioerror.h iomodes.h isassociated.c leps.c
ltps.c ltstr.c memmove.c neps.c notps.c orps.c
outoffile.c powerset.h printbuffer.c
printevent.c queuelength.c readable.c
readrecord.c remaintime.c retmem.c rtltypes.h
rts.c rts.h rtsdummy.c sendbuffer.c
sequencible.c setbitps.c setbits.c
settextaccess.c settextindex.c settextrecord.c
sliceps.c terminate.c unhex.c unhex1.c
variable.c waitbuffer.c waituntil.c writeable.c
writerecord.c xorps.c
Log message:
merge in head from ra-merge-20020521
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/ChangeLog.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.66.2.2&r2=1.66.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/Makefile.am.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.18.2.2&r2=1.18.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.21.2.2&r2=1.21.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/acinclude.m4.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.10.2.2&r2=1.10.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/aclocal.m4.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.13.2.2&r2=1.13.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/configure.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.27.2.2&r2=1.27.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/configure.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.21.2.2&r2=1.21.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/irix_threads.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5.4.2&r2=1.5.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/include/private/gc_locks.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/include/private/gc_priv.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.1.5.2.2&r2=1.1.1.5.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/include/private/gcconfig.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.1.4.2.2&r2=1.1.1.4.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-s390pic.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/ChangeLog.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.20.2.2&r2=1.20.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/acinclude.m4.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-a68bsd.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-apollo68.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-cxux.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-decstation.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-dgux.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-dgux386.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-hp300.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-hpux.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-hpux8.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-interix.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-irix5.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-irix6.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=1.3.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-lynxrs6k.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-mingw32.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-ncr3000.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-ncrsvr43.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-necv4.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-openedition.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-riscos.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-sco.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-solaris.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-sysv.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-sysv4.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-sysv5.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-irix4.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-lynxos.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-sun3.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mh-vaxult2.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mt-armpic.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mt-elfalphapic.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mt-i370pic.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mt-ia64pic.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mt-m68kpic.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mt-papic.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mt-ppcpic.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mt-sparcpic.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/mt-x86pic.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/contrib/ChangeLog.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.96.2.2&r2=1.96.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/contrib/gcc_update.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.21.2.2&r2=1.21.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/contrib/test_installed.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=1.3.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/contrib/test_summary.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.17.2.2&r2=1.17.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/ChangeLog.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.67.2.2&r2=1.67.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/xregex2.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/ChangeLog.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.23.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.9&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/abstime.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/allgmem.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/allmem.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/allocate.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/andps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/auxtypes.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/basicio.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/bitstring.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/cardps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/cause.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/checkcycle.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/chillrt0.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/chillstdio.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/concatps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/concatstr.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/configure.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.8&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/configure.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.9&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/continue.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/convdurrtstime.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/copyps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/delaycase.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/delete.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/diffps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/eoln.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/eqps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/eqstr.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/exh.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/exhstack.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/existing.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/ffsetclrps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/ffsetps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/fileio.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/flsetclrps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/flsetps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/format.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/format.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/getassoc.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/gettextaccess.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/gettextindex.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/gettextrecord.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/getusage.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/inbitstr.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/indexable.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/inps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/inttime.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/ioerror.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/ioerror.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/iomodes.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/isassociated.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/leps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/ltps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/ltstr.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/memmove.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/neps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/notps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/orps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/outoffile.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/powerset.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/printbuffer.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/printevent.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/queuelength.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/readable.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/readrecord.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/remaintime.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/retmem.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/rtltypes.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/rts.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/rts.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/rtsdummy.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/sendbuffer.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/sequencible.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/setbitps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/setbits.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/settextaccess.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/settextindex.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/settextrecord.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/sliceps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/terminate.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/unhex.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/unhex1.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/variable.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/waitbuffer.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/waituntil.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/writeable.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/writerecord.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libchill/xorps.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/ChangeLog.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.111.2.2&r2=1.111.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.33.12.2&r2=1.33.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/aclocal.m4.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3.2.1&r2=1.3.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/configure.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.26.4.2&r2=1.26.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/configure.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.27.4.2&r2=1.27.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/libF77/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.7.18.1&r2=1.7.18.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/libF77/Version.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.579.2.2&r2=1.579.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/libI77/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.6.18.2&r2=1.6.18.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/libI77/Version.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.586.2.2&r2=1.586.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/libI77/lio.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/libU77/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.14.2.1&r2=1.14.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/libU77/Version.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.578.2.2&r2=1.578.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/ChangeLog.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.21.2.2&r2=1.21.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/Makefile.am.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.8.2.2&r2=1.8.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.13.2.2&r2=1.13.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/configure.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.12.2.2&r2=1.12.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/configure.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.10.2.2&r2=1.10.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/fficonfig.h.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2&r2=1.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/include/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.6.2.1&r2=1.6.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/include/ffi.h.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.6.2.2&r2=1.6.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/src/powerpc/ffi_darwin.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4.2.1&r2=1.4.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/src/s390/ffi.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/src/s390/sysv.S.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/src/sparc/v8.S.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.2.2&r2=1.2.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/src/sparc/v9.S.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/ChangeLog.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.261.2.3&r2=1.261.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/config.table.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.16.4.2&r2=1.16.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/configure.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.28.2.2&r2=1.28.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/configure.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.31.2.2&r2=1.31.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/getruntime.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.7.4.1&r2=1.7.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/waitpid.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3.4.1&r2=1.3.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/ChangeLog.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.50.2.2&r2=1.50.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.16.4.2&r2=1.16.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/aclocal.m4.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.4.1&r2=1.2.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/configure.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.17.2.2&r2=1.17.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/configure.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.13.4.2&r2=1.13.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/encoding.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.8.2.2&r2=1.8.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/maintainer-scripts/ChangeLog.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.11.2.2&r2=1.11.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/maintainer-scripts/gcc_release.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.13.2.1&r2=1.13.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/maintainer-scripts/update_web_docs.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.8.2.2&r2=1.8.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/ChangeLog.gcj.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.13.2.2&r2=1.13.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/configure.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.12.2.1&r2=1.12.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/configure.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.9.2.1&r2=1.9.2.2
More information about the Gcc-cvs
mailing list