aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2020-01-07[libc] Add a convenience CMake rule to add testsuites.Siva Chandra Reddy8-15/+13
2020-01-06[libc] Move implementations of strcat and strcpy to the string directory.Siva Chandra Reddy9-26/+25
2020-01-06[libc] Add __attribute__((always_inline)) to x86_64 syscall functions.Siva Chandra Reddy1-10/+14
2020-01-06[libc] Move all tests to a top level `test` directory.Siva Chandra Reddy22-60/+89
2020-01-06[llvm-libc] Fix missing virtual destructorGuillaume Chatelet3-0/+18
2019-12-23Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy31-35/+2916
2019-12-09[libc] Add implementation of errno and define the other macros of errno.h.Siva Chandra Reddy14-2/+332
2019-11-22[libc] Add a TableGen based header generator.Siva Chandra Reddy24-262/+1107
2019-11-01Illustrate a redirector using the example of round function from math.h.Siva Chandra Reddy11-5/+247
2019-10-15[libc] Do not add unittests if LLVM_INCLUDE_TESTS is OFF.Siva Chandra1-0/+4
2019-10-10Use arrays on stack and avoid use of new and delete operators.Siva Chandra2-12/+4
2019-10-04Add few docs and implementation of strcpy and strcat.Siva Chandra27-0/+1586
2019-09-16Add a director, along with README.txt and LICENSE.txt, for libc.David L. Jones2-0/+286