pdziepak / codegenLinks
Experimental wrapper over LLVM for generating and compiling code at run-time.
☆379Updated 5 years ago
Alternatives and similar repositories for codegen
Users that are interested in codegen are comparing it to the libraries listed below
Sorting:
- Heap Layers: An Extensible Memory Allocation Infrastructure☆396Updated last week
- A semi compile-/run-time associative map container with compile-time lookup and run-time storage☆385Updated 2 years ago
- libnop: C++ Native Object Protocols☆577Updated 10 months ago
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆517Updated 4 years ago
- Clang with JIT extensions☆230Updated 2 years ago
- C++14: bringing in those expressions that you wish you had, Lazily evaluated, compossible generators, maps, filters, ranges and more...☆155Updated 6 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆174Updated 3 years ago
- C++ metaprogramming shell☆476Updated last week
- A drop-anywhere C++ REPL☆839Updated 2 years ago
- A collection of safe data types that are compatible with, and can substitute for, common unsafe native c++ types☆414Updated this week
- C Foreign Function Interface and JIT using Clang/LLVM☆553Updated 2 months ago
- Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 tab…☆473Updated 9 months ago
- High Performance Streams Based on Coroutine TS ⚡☆150Updated 6 years ago
- The Elle coroutine-based asynchronous C++ development framework.☆475Updated 2 years ago
- Love template metaprogramming☆328Updated 3 years ago
- The world's first wait-free Software Transactional Memory☆172Updated 5 years ago
- A simple, extensible, portable, efficient and header-only SIMD library!☆229Updated 3 years ago
- PROPELLER: Profile Guided Optimizing Large Scale LLVM-based Relinker☆421Updated 2 weeks ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆660Updated 3 weeks ago
- Lightweight library of data structures implemented in C++11, designed for constant time insertion, erasure, lookup, and fastest possible …☆168Updated 6 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆319Updated 7 months ago
- A C++ HTML template engine that uses compile time HTML parsing☆390Updated 6 years ago
- A new take on polymorphism☆681Updated last month
- Missed optimizations in C compilers☆341Updated 7 years ago
- Query C++ codebases using SQLite☆187Updated 3 years ago
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,816Updated 11 months ago
- Memory optimal Small String Optimization implementation for C++☆239Updated 10 years ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆250Updated 4 years ago
- A clang tool for happy refactoring without source-code gymnastics☆251Updated 5 years ago
- Parse command line arguments by defining a struct☆492Updated 7 months ago