freebsd-dev/sys/libkern
Bruce Evans 4066649d5a Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3
on i486's (and probably i386's), but it has had very little effect
since gcc-2.7 or gcc-2.95.  With gcc-3.3, it gave a small
pessimization for at least i386's, athlon-xp's and pentium4's, a
small optimization (I think) for pentium1's, and made no difference
for i386's.  (movzbl is best for all the later processors, and the
micro-optimization was to stop it being used on i486's.)
2003-07-25 15:54:23 +00:00
..
alpha Add the following functions/macros to support byte order conversions and 2002-02-27 17:16:18 +00:00
ia64 Improve a comment and undo a bogus s/a/an/ in a comment. An asm guru 2003-02-11 20:15:11 +00:00
arc4random.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ashldi3.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ashrdi3.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
bcd.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
bcmp.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
bsearch.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
crc32.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
divdi3.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ffs.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
fnmatch.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
iconv_converter_if.m
iconv_xlat.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
iconv.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
index.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
inet_ntoa.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
lshrdi3.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
mcount.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
moddi3.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
qdivrem.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
qsort.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
quad.h Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
random.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
rindex.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
scanc.c Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3 2003-07-25 15:54:23 +00:00
skpc.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strcat.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strcmp.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strcpy.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strdup.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strlcat.c Use sys/libkern.h not /usr/include/string.h 2002-09-06 06:04:36 +00:00
strlcpy.c Use sys/libkern.h not /usr/include/string.h 2002-09-06 06:04:36 +00:00
strlen.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strncmp.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strncpy.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strsep.c Hook up strsep(3) to libkern following a repo-copy by Peter. This will 2002-10-10 17:02:11 +00:00
strtol.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strtoq.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strtoul.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strtouq.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
strvalid.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ucmpdi2.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
udivdi3.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
umoddi3.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00