History log of /external/compiler-rt/SDKs/linux/usr/include/string.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2a46a60510948b5005d62025fbba307a0323ed8d 15-May-2013 Bill Wendling <isanbard@gmail.com> Try to improve performance by using a read/write buffer instead of I/O.

The calls to fwrite/fread can be very expensive. GCC avoids this by using a
buffer to read and write from the file, thus limiting the number of fwrite/fread
calls.

<rdar://problem/13466086>


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@181924 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/SDKs/linux/usr/include/string.h
fa3eee4101f39661b4a88ac0bc7f184ca8c1ecb1 30-Mar-2012 Benjamin Kramer <benny.kra@googlemail.com> Fix the build on 32 bit hosts.

- Add memcpy and memcmp to the stub headers.
- __uint128_t is not available on 32 bit platforms. It's also unused so just
comment it out for now.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@153779 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/SDKs/linux/usr/include/string.h
86f9994936336675dcc1454ede5857e8851080b6 08-Dec-2011 Daniel Dunbar <daniel@zuster.org> SDKs: Sketch an initial stub SDK for Linux, I believe this suffices for building
the main compiler-rt and profile modules, at least on x86.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@146131 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/SDKs/linux/usr/include/string.h