All Projects → AlexDenisov → LLVMTemplate

AlexDenisov / LLVMTemplate

Licence: Unlicense license
LLVM + Swift template Xcode project

Programming Languages

swift
15916 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to LLVMTemplate

geode
The Geode Programming Language
Stars: ✭ 16 (+33.33%)
Mutual labels:  llvm
llvm2cpg
LLVM meets Code Property Graphs
Stars: ✭ 62 (+416.67%)
Mutual labels:  llvm
LLAST
A high level LLVM IR AST provider for GraphEngine JIT.
Stars: ✭ 21 (+75%)
Mutual labels:  llvm
tinylang
Tiny玩具语言(Go语言实现/包含Tiny编译器/CASL汇编器/COMET虚拟机/调试器/支持WebAssembly/LLVM)
Stars: ✭ 61 (+408.33%)
Mutual labels:  llvm
contech
The Contech analysis framework provides the means for generating and analyzing task graphs that enable computer architects and programmers to gain a deeper understanding of parallel programs.
Stars: ✭ 43 (+258.33%)
Mutual labels:  llvm
heyoka.py
Python library for ODE integration via Taylor's method and LLVM
Stars: ✭ 45 (+275%)
Mutual labels:  llvm
homebrew-llvm
LLVM formulae for the Homebrew package manager
Stars: ✭ 23 (+91.67%)
Mutual labels:  llvm
sycl
SYCL for Vitis: Experimental fusion of triSYCL with Intel SYCL oneAPI DPC++ up-streaming effort into Clang/LLVM
Stars: ✭ 80 (+566.67%)
Mutual labels:  llvm
azula
A fast, statically typed compiled language
Stars: ✭ 25 (+108.33%)
Mutual labels:  llvm
docker-opengl
Multi-Arch Docker - Mesa 3D OpenGL Software Rendering (Gallium) - LLVMpipe, and OpenSWR Drivers
Stars: ✭ 68 (+466.67%)
Mutual labels:  llvm
ugo
µGo编程语言(从头开发一个迷你Go语言编译器)
Stars: ✭ 38 (+216.67%)
Mutual labels:  llvm
CSCD70
CSCD70 Compiler Optimization
Stars: ✭ 147 (+1125%)
Mutual labels:  llvm
MetaCG
MetaCG offers an annotated whole program call-graph tool for Clang/LLVM.
Stars: ✭ 21 (+75%)
Mutual labels:  llvm
mlir-standalone-template
An out-of-tree MLIR dialect template.
Stars: ✭ 44 (+266.67%)
Mutual labels:  llvm
flextool
C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse language, etc.)
Stars: ✭ 32 (+166.67%)
Mutual labels:  llvm
llrl
An experimental Lisp-like programming language
Stars: ✭ 126 (+950%)
Mutual labels:  llvm
mars
Minimal language with type inference, structures, control flow, and more.
Stars: ✭ 19 (+58.33%)
Mutual labels:  llvm
rain
A programming language.
Stars: ✭ 20 (+66.67%)
Mutual labels:  llvm
U-00DC-Sprache
"Ü" programming language development
Stars: ✭ 43 (+258.33%)
Mutual labels:  llvm
dumb-obfuscator
Tutorial on how to write the dumbest obfuscator I could think of.
Stars: ✭ 147 (+1125%)
Mutual labels:  llvm

LLVMTemplate

Template Xcode project to play with Swift and LLVM

Installation

git clone [email protected]:AlexDenisov/LLVMTemplate.git
make setup
make build
open LLVMTemplate.xcodeproj

The commands above will fetch and build LLVM sources for you.

Note: By default the 'build system' will use $(HOME)/LLVM/src and $(HOME)/LLVM/build for source and build directories respectively. These values can be changed at LLVM.xcconfig.

Usage

Everything you need is to open the Xcode project and start exploring main.swift and Helpers.swift. I included few sample modules to play with, they may be created using the following method calls: sampleMathModule(), sampleFindMaxModule(), sampleFibModule().

Enjoy and happy hacking!

License

This is free and unencumbered software released into the public domain.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].