summaryrefslogtreecommitdiff
path: root/SDKs
Commit message (Expand)AuthorAge
* Declare 'strerror' so that we can use it with errno.Bill Wendling2013-06-27
* Add 'errno.h' to the Darwin SDK.Bill Wendling2013-06-27
* Performance improvement.Bill Wendling2013-05-23
* Try to improve performance by using a read/write buffer instead of I/O.Bill Wendling2013-05-15
* I was wrong in my testing.Bill Wendling2013-05-03
* Use unbuffered I/O. This reduces the runtime by about half. Our implementatio...Bill Wendling2013-05-03
* Add declaration for linux.Bill Wendling2013-03-20
* Create a coverage initialization function.Bill Wendling2013-03-20
* Support for building the ubsan runtime when using the autoconf build system onRichard Smith2012-11-13
* Update linux stdio.h to support the recent additions to GCDAProfiling.Benjamin Kramer2012-09-17
* Add support for reading the GCDA file and merging the arc information.Bill Wendling2012-09-14
* Fix atoi stub for linux introduced in r157573. This fixes compiler-rt build o...Alexey Samsonov2012-05-29
* Add stub for 'atoi'.Bill Wendling2012-05-28
* Fix the build on 32 bit hosts.Benjamin Kramer2012-03-30
* SDK/linux: Fix braindead pasto, caught by Matt Beaumont-Gay.Daniel Dunbar2011-12-08
* SDKs: Sketch an initial stub SDK for Linux, I believe this suffices for buildingDaniel Dunbar2011-12-08
* build/SDKs: Sketch a minimal stub SDK for Darwin.Daniel Dunbar2011-11-16