Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnimuc/llvmcgutils.jl
Utility procedures for Julia code generation
https://github.com/gnimuc/llvmcgutils.jl
Last synced: 18 days ago
JSON representation
Utility procedures for Julia code generation
- Host: GitHub
- URL: https://github.com/gnimuc/llvmcgutils.jl
- Owner: Gnimuc
- License: mit
- Created: 2022-03-13T02:42:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T13:19:57.000Z (over 2 years ago)
- Last Synced: 2024-10-12T10:24:23.416Z (27 days ago)
- Language: Julia
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLVMCGUtils
[![CI](https://github.com/Gnimuc/LLVMCGUtils.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/Gnimuc/LLVMCGUtils.jl/actions/workflows/ci.yml)
[![TagBot](https://github.com/Gnimuc/LLVMCGUtils.jl/actions/workflows/TagBot.yml/badge.svg)](https://github.com/Gnimuc/LLVMCGUtils.jl/actions/workflows/TagBot.yml)
[![codecov](https://codecov.io/gh/Gnimuc/LLVMCGUtils.jl/branch/main/graph/badge.svg?token=O4VOGLnd2s)](https://codecov.io/gh/Gnimuc/LLVMCGUtils.jl)Julia codegen utilities reimplemented on top of [LLVM.jl](https://github.com/maleadt/LLVM.jl).