Projects with this topic
-
-
An OpenMP and MPI project containing self-made notes, links to available tutorials and blogs, and codes that cover topics related to vectorization (OpenMP SIMD), multithreading (OpenMP), and MPI using Intel, GCC, or LLVM compilers.
Updated -
CXXDoc generates documentation for C++ using comments.
Updated -
Some sort of programming language. Will it ever be completed? Stay tuned to find out!
Updated -
An LLVM/MLIR-based JIT compiler for the SQLite database engine.
Updated -
-
// AOSP LLVM Clang toolchain
Updated -
MicroC is an academics compiler of a C subset language full base on stack. It is a complete programming language that contains primitive types and complex types as arrays and pointers. It based on LLVM infrastructure.
Updated -
For many applications, it is worthwhile to embed binary assets into the final library or executable. The binary asset compiler converts any binary file directly into an object file, ready for linking.
Updated -
A fork of the LLVM project used in the LLVMSQLite JIT compiled for SQLite.
UpdatedUpdated -
Updated
-
A compiler to compile a simple subset of scheme to LLVM 10
Updated -
-
PPC64LE clang/lld binaries needed to compile Chromium
Updated -
Dockerfiles for building and bootstrapping clang/LLVM, including support for libc++ and lld+LTO, directly from GitHub sources.
Updated -
Simple tool skeleton to demonstrate how to build an out-of-tree tool that operates on LLVM-IR
Updated -
-
Using samples of mirai pulled from malwarebazaar to test Mark Stamp et al's papers regarding Hidden Markov Model detection. Additional models outside of the papers' descriptions time permitting.
Updated -
A simpler version of what LLVM is at its core; "An optimizer and transpiler of its very own LLVM IR to various architecture's ISA".
Updated -
Exploring compiler optimizations https://ninthcircle.gitlab.io/projects/cop
Updated