llvm-project/libc/src
Michael Jones 121c645414 [libc] add printf pointer conv
The pointer converter handles the %p conversion. It uses the hex
converter for most of the conversion.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D127995
2022-06-17 17:18:13 -07:00
..
__support [libc] fix line buffered empty file writes 2022-06-16 09:54:57 -07:00
assert [libc][NFC] Remove all Linux specific code to respective linux/ directories 2022-02-08 18:32:18 +00:00
ctype [libc][NFC] Add explicit casts to ctype functions 2021-08-23 18:17:20 +00:00
errno [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
fcntl [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
fenv [libc][NFC] Make explicit uint16_t casts in fenv 2022-06-16 16:18:44 +00:00
inttypes [libc] apply new lint rules 2021-12-07 10:49:47 -08:00
math [libc] Implement double precision FMA for targets without FMA instructions. 2022-06-10 20:57:27 -04:00
pthread [libc] Add pthread_detach and thrd_detach. 2022-06-11 05:29:40 +00:00
signal [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
stdio [libc] add printf pointer conv 2022-06-17 17:18:13 -07:00
stdlib [libc][obvious] add aligned_alloc as entrypoint 2022-03-23 16:44:15 -07:00
string [libc] Rely on __builtin_memcpy_inline for memcpy implementation 2022-06-17 14:22:26 +00:00
sys [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
threads [libc] Add pthread_detach and thrd_detach. 2022-06-11 05:29:40 +00:00
time [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
unistd [libc] Add implementation of POSIX lseek function. 2022-03-15 16:24:48 +00:00
.clang-tidy [libc] Add a .clang-tidy file for the toplevel libc directory. 2021-12-09 00:19:25 +00:00
CMakeLists.txt [libc] Add pthread_mutexattr_t type and its setters and getters. 2022-04-04 18:11:12 +00:00