gcc/gcc ChangeLog config/i386/i386.c
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Fri Aug 6 10:17:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: jakub@gcc.gnu.org 2004-08-06 10:17:15
Modified files:
gcc : ChangeLog
gcc/config/i386: i386.c
Log message:
* config/i386/i386.c (ix86_expand_clrmem): Move gen_cld down to
the places where it is actually needed. Don't use repz; stosb
for -Os with sufficiently small constant sizes.
For sufficiently small repz; stos{l,q} repeat counts use a sequence
of stos{l,q} instructions instead.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4819&r2=2.4820
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.704&r2=1.705
More information about the Gcc-cvs
mailing list