Skip to content

robkh/llvm-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This repo contains small LLVM-related programs.

* glob-jit
This program jit-compile the function to match a 'glob' pattern, perform manual construction of specialized version of this function and executes.
To Do:
- Check the construction of Clang AST instead of LLVM IR on the fly. This might be a little easier to implement. Another way is to generate LLVM IR from the 'source code'.

About

A repository consists of simple programs that based on LLVM library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published