llvm-project/libc/spec
Michael Jones b062d639bb [libc] add strtoll function and backend
This change adds the stroll function, but most of the implementation is
in the new file str_conv_utils.h since many of the other integer
conversion functions are implemented through what are effectively calls
to strtoll.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D107792
2021-08-11 23:37:23 +00:00
..
gnu_ext.td [libc] add isascii and toascii implementations 2021-01-12 23:41:20 +00:00
linux.td [libc] Add ability to generate enum types/values to HdrGen. 2020-02-28 23:27:32 -08:00
llvm_libc_ext.td [libc] Add LLVM libc specific functions to llvm_libc_ext.td. 2020-10-19 18:21:25 +00:00
posix.td [libc] add isascii and toascii implementations 2021-01-12 23:41:20 +00:00
spec.td [libc] add strtoll function and backend 2021-08-11 23:37:23 +00:00
stdc.td [libc] add strtoll function and backend 2021-08-11 23:37:23 +00:00