llvm-capstone/libc
Joseph Huber 6273b6d9dc
[libc] Change RPC opcode enum definition (#67439)
Summary:
This enum previously manually specified the value. This just made it
unnecessarily difficult to add new ones without changing everything.
This patch also makes it compatible with C by removing the `:`
annotation and instead using the `LAST` method.
2023-09-26 15:24:28 -05:00
..
AOR_v20.02 [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
benchmarks [libc] Mass replace enclosing namespace (#67032) 2023-09-26 11:45:04 +02:00
cmake/modules [libc] Start to refactor riscv platform abstraction to support both 32 and 64 bits versions 2023-09-26 12:32:25 -03:00
config [libc] Start to refactor riscv platform abstraction to support both 32 and 64 bits versions 2023-09-26 12:32:25 -03:00
docs [libc] Implement fseek, fflush, and ftell on the GPU (#67160) 2023-09-26 09:46:46 -05:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Mass replace enclosing namespace (#67032) 2023-09-26 11:45:04 +02:00
include [libc] Change RPC opcode enum definition (#67439) 2023-09-26 15:24:28 -05:00
lib [libc] Build two different static archives libc.a and libm.a under full build. 2023-01-31 21:45:08 +00:00
spec [libc] Remove the 'rpc_reset' routine from the RPC implementation (#66700) 2023-09-21 11:07:09 -05:00
src [libc] Fix RPC server global after mass replace of __llvm_libc 2023-09-26 14:28:48 -05:00
startup [libc] Start to refactor riscv platform abstraction to support both 32 and 64 bits versions 2023-09-26 12:32:25 -03:00
test [libc][Obvious] Remove the previous ErrnoSetterMatcher target. (#67469) 2023-09-26 11:01:21 -07:00
utils [libc] Fix RPC server global after mass replace of __llvm_libc 2023-09-26 14:28:48 -05:00
.clang-tidy [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math. 2023-03-15 18:47:31 -04:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [reland][libc][cmake] Tidy compiler includes (#66783) (#66878) 2023-09-20 11:21:46 +02:00
LICENSE.TXT
README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.