zapcc
compiler
A caching C++ compiler based on clang to speed up compilation
zapcc is a caching C++ compiler based on clang, designed to perform faster compilations
1k stars
59 watching
61 forks
Language: C++
last commit: over 4 years ago
Linked from 1 awesome list
c-plus-plusclangllvmprecompiled-headers
Related projects:
Repository | Description | Stars |
---|---|---|
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,138 |
asutton/clang | A compiler front-end for the C family of languages built as part of the LLVM project infrastructure | 71 |
endrazine/wcc | A collection of compilation tools for performing binary modifications on ELF binaries. | 1,849 |
iden3/circom_old | A compiler for a specific circuit language used in zkSNARKs proofs | 473 |
jmorag/mcc | Compiles the MicroC programming language into machine code using Haskell | 116 |
nponeccop/hnc | A compiler that translates Haskell code into C++ code for efficient execution | 62 |
larmel/lacc | A compiler for the C programming language written in C. | 894 |
caphyon/clang-power-tools | A set of tools that integrates clang-tidy functionality into Visual Studio C++ development | 493 |
ryanmjacobs/c | A utility for compiling and executing C scripts in one go! | 2,096 |
nilfoundation/zkllvm | Compiles high-level programming languages into input for provable computations protocols. | 295 |
michaelforney/cproc | An implementation of a C11 compiler using the QBE backend and various extensions. | 732 |
tyfkda/xcc | A standalone compiler/assembler/linker/libc for multiple architectures | 260 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
nanoant/cmakepchcompiler | CMake module providing support for precompiled headers via custom compiler extension | 103 |
drh/lcc | A highly retargetable C compiler designed to be highly customizable and adaptable to different architectures and systems. | 2,025 |