All Projects → biometrics → Likely

biometrics / Likely

Licence: other
A compiler intermediate representation for image recognition and heterogeneous computing.

Labels

Projects that are alternatives of or similar to Likely

C2goasm
C to Go Assembly
Stars: ✭ 1,072 (+1223.46%)
Mutual labels:  llvm
Cclyzer
A tool for analyzing LLVM bitcode using Datalog.
Stars: ✭ 67 (-17.28%)
Mutual labels:  llvm
Hobbyscript
Yet Another JVM/LLVM Dynamic Language (LLVM Backend WIP)
Stars: ✭ 72 (-11.11%)
Mutual labels:  llvm
Cxxctp
DEPRECATED. USE INSTEAD github.com/blockspacer/flextool
Stars: ✭ 58 (-28.4%)
Mutual labels:  llvm
Optviewer Demo
Demonstration of LLVM's opt-viewer tool
Stars: ✭ 63 (-22.22%)
Mutual labels:  llvm
Kai
An expressive low level programming language
Stars: ✭ 68 (-16.05%)
Mutual labels:  llvm
Llvm D
D bindings for LLVM
Stars: ✭ 50 (-38.27%)
Mutual labels:  llvm
Meta Clang
Clang C/C++ cross compiler and runtime for OpenEmbedded/Yocto Project
Stars: ✭ 76 (-6.17%)
Mutual labels:  llvm
Avalonstudio
Cross platform IDE and Shell
Stars: ✭ 1,132 (+1297.53%)
Mutual labels:  llvm
Akilang
A compiler for a simple language, built with Python and LLVM
Stars: ✭ 71 (-12.35%)
Mutual labels:  llvm
Zapcc
zapcc is a caching C++ compiler based on clang, designed to perform faster compilations
Stars: ✭ 1,109 (+1269.14%)
Mutual labels:  llvm
M680x0 Llvm
M68K LLVM Port
Stars: ✭ 62 (-23.46%)
Mutual labels:  llvm
Llvm8
Statically recompiling CHIP8 to Windows and macOS using LLVM
Stars: ✭ 71 (-12.35%)
Mutual labels:  llvm
Llvm 9.0 Learner Tutorial
A blog for LLVM(v9.0.0 or v11.0.0) beginner, step by step, with detailed documents and comments. Record the way I learn LLVM and accomplish a complete project for FPGA High-Level Synthesis with it.
Stars: ✭ 58 (-28.4%)
Mutual labels:  llvm
Sparrow
The Sparrow programming language
Stars: ✭ 72 (-11.11%)
Mutual labels:  llvm
Llvm Hs Examples
Examples for Haskell bindings to LLVM
Stars: ✭ 51 (-37.04%)
Mutual labels:  llvm
Llvm Heat Printer
LLVM Profiling Visualization
Stars: ✭ 68 (-16.05%)
Mutual labels:  llvm
Codechecker
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
Stars: ✭ 1,209 (+1392.59%)
Mutual labels:  llvm
Full Stack Fortran
Fortran to WebAssembly
Stars: ✭ 75 (-7.41%)
Mutual labels:  llvm
Seeless
C IDE for iOS
Stars: ✭ 71 (-12.35%)
Mutual labels:  llvm

Build Instructions

$ git clone https://github.com/biometrics/likely.git
$ cd likely
$ git submodule init
$ git submodule update
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make test
$ make install

Tested Platforms

OS Arch Compiler Pre-Built Binaries
OS X 10.11.4 x64 XCode 7.3 .sh / .tar.gz
Ubuntu 14.04 x64 GCC 4.8.2 .sh / .tar.gz
Windows Server 2012 x64 MSVC 2013 .exe
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].