History log of /external/compiler-rt/SDKs/darwin/usr/include/string.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2d1fdb26e458c4ddc04155c1d421bced3ba90cd0 29-May-2014 Stephen Hines <srhines@google.com> Update compiler-rt aosp/master for 3.5 (r209699) rebase.

Change-Id: I158a30186f0faea2e2400e9dfdd878db2eb40e90
/external/compiler-rt/SDKs/darwin/usr/include/string.h
da8596b60b1c90a870c9610c2cef7f06a03b6cdc 27-Jun-2013 Bill Wendling <isanbard@gmail.com> Declare 'strerror' so that we can use it with errno.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@185105 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/SDKs/darwin/usr/include/string.h
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/darwin/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/darwin/usr/include/string.h
6758892590ff3a56d800cb862d3b37f63ff941fa 16-Nov-2011 Daniel Dunbar <daniel@zuster.org> build/SDKs: Sketch a minimal stub SDK for Darwin.
- Motivation is explained in the README, but basically it is convenient to be
able to build compiler-rt free standing. Since our external dependencies are
so small, we can achieve this relatively easily by just stubbing out the
declarations of the external dependencies.
- This is in no way, shape, or form intended to be complete, it is just the
minimal stubs necessary to support the stuff we use.

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