summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* [libc] Add a convenience CMake rule to add testsuites.Siva Chandra Reddy2020-01-078-15/+13
* [libc] Move implementations of strcat and strcpy to the string directory.Siva Chandra Reddy2020-01-069-26/+25
* [libc] Add __attribute__((always_inline)) to x86_64 syscall functions.Siva Chandra Reddy2020-01-061-10/+14
* [libc] Move all tests to a top level `test` directory.Siva Chandra Reddy2020-01-0622-60/+89
* [llvm-libc] Fix missing virtual destructorGuillaume Chatelet2020-01-063-0/+18
* Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy2019-12-2331-35/+2916
* [libc] Add implementation of errno and define the other macros of errno.h.Siva Chandra Reddy2019-12-0914-2/+332
* [libc] Add a TableGen based header generator.Siva Chandra Reddy2019-11-2224-262/+1107
* Illustrate a redirector using the example of round function from math.h.Siva Chandra Reddy2019-11-0111-5/+247
* [libc] Do not add unittests if LLVM_INCLUDE_TESTS is OFF.Siva Chandra2019-10-151-0/+4
* Use arrays on stack and avoid use of new and delete operators.Siva Chandra2019-10-102-12/+4
* Add few docs and implementation of strcpy and strcat.Siva Chandra2019-10-0427-0/+1586
* Add a director, along with README.txt and LICENSE.txt, for libc.David L. Jones2019-09-162-0/+286