summaryrefslogtreecommitdiff
path: root/SDKs
Commit message (Expand)AuthorAgeFilesLines
* Build Darwin libclang_rt libraries against real SDKs.Bob Wilson2014-11-1013-490/+0
* AArch64: add support for ARM64 iOS versions of compiler-rt.Tim Northover2014-10-083-6/+6
* Fix typosAlp Toker2014-05-153-10/+10
* Reapply "PGO: Statically generate data structures"Duncan P. N. Exon Smith2014-03-172-0/+2
* SDKs: Add inttypes.h to the darwin SDK stubJustin Bogner2014-01-071-0/+86
* Declare 'strerror' so that we can use it with errno.Bill Wendling2013-06-271-0/+21
* Add 'errno.h' to the Darwin SDK.Bill Wendling2013-06-272-0/+48
* Performance improvement.Bill Wendling2013-05-2310-7/+189
* Try to improve performance by using a read/write buffer instead of I/O.Bill Wendling2013-05-154-0/+4
* I was wrong in my testing.Bill Wendling2013-05-032-2/+0
* Use unbuffered I/O. This reduces the runtime by about half. Our implementatio...Bill Wendling2013-05-032-0/+2
* Add declaration for linux.Bill Wendling2013-03-201-0/+1
* Create a coverage initialization function.Bill Wendling2013-03-201-0/+1
* Support for building the ubsan runtime when using the autoconf build system onRichard Smith2012-11-131-3/+13
* Update linux stdio.h to support the recent additions to GCDAProfiling.Benjamin Kramer2012-09-171-0/+7
* Add support for reading the GCDA file and merging the arc information.Bill Wendling2012-09-141-0/+13
* Fix atoi stub for linux introduced in r157573. This fixes compiler-rt build o...Alexey Samsonov2012-05-291-1/+1
* Add stub for 'atoi'.Bill Wendling2012-05-282-0/+2
* Fix the build on 32 bit hosts.Benjamin Kramer2012-03-302-0/+4
* SDK/linux: Fix braindead pasto, caught by Matt Beaumont-Gay.Daniel Dunbar2011-12-081-1/+1
* SDKs: Sketch an initial stub SDK for Linux, I believe this suffices for buildingDaniel Dunbar2011-12-0810-0/+248
* build/SDKs: Sketch a minimal stub SDK for Darwin.Daniel Dunbar2011-11-168-0/+198