All Projects → microsoft → Llvm

microsoft / Llvm

Licence: other
Fork of the LLVM Compiler Infrastructure

Labels

Projects that are alternatives of or similar to Llvm

Hikari
LLVM Obfuscator
Stars: ✭ 1,585 (+922.58%)
Mutual labels:  llvm
Proton Clang
Proton Clang toolchains builds in the form of a continuously updating Git repository. Clone with --depth=1.
Stars: ✭ 126 (-18.71%)
Mutual labels:  llvm
Lowfat
Lean C/C++ Bounds Checking with Low-Fat Pointers
Stars: ✭ 139 (-10.32%)
Mutual labels:  llvm
Bsodsurvivor
This project aims to facilitate debugging a kernel driver in windows by adding support for a code change on the fly without reboot/unload, and more!
Stars: ✭ 122 (-21.29%)
Mutual labels:  llvm
Llvm Utils
LLVM/Clang for Visual Studio 2019, 2017, 2015, 2013, 2012 and 2010. clang-cl for Python3 distutils. Utils for Clang Static Analyzer
Stars: ✭ 123 (-20.65%)
Mutual labels:  llvm
Llvm Node
Node LLVM 4.0+ Bindings
Stars: ✭ 127 (-18.06%)
Mutual labels:  llvm
Brain
An esoteric programming language compiler on top of LLVM based on Brainfuck
Stars: ✭ 112 (-27.74%)
Mutual labels:  llvm
Ispc
Intel SPMD Program Compiler
Stars: ✭ 1,924 (+1141.29%)
Mutual labels:  llvm
Metareflect
Metareflect is a lightweight reflection system for C++, based on LLVM and Clangs libtooling.
Stars: ✭ 125 (-19.35%)
Mutual labels:  llvm
Accelerate Llvm
LLVM backend for Accelerate
Stars: ✭ 134 (-13.55%)
Mutual labels:  llvm
Llvm Pass Tutorial
A step-by-step tutorial for building an LLVM sample pass
Stars: ✭ 122 (-21.29%)
Mutual labels:  llvm
Llvm Mirror
NOTE: The LLVM project now operates official Git mirrors as well: http://llvm.org/docs/GettingStarted.html#git-mirror -- An automated mirror of llvm/trunk from LLVM's SVN. Updates hourly. Release branches and tags are tracked manually. This mirror is *not* commit-ID compatible with the official Git mirrors.
Stars: ✭ 122 (-21.29%)
Mutual labels:  llvm
Llvm Sanitizer Tutorial
An LLVM sanitizer tutorial
Stars: ✭ 130 (-16.13%)
Mutual labels:  llvm
Volta
Compiler for the Volt Programming Language
Stars: ✭ 118 (-23.87%)
Mutual labels:  llvm
Clang Llvm Tutorial
clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analysis, LLVM Backend...
Stars: ✭ 139 (-10.32%)
Mutual labels:  llvm
Flax
general purpose programming language, in the vein of C++
Stars: ✭ 111 (-28.39%)
Mutual labels:  llvm
Gllvm
Whole Program LLVM: wllvm ported to go
Stars: ✭ 126 (-18.71%)
Mutual labels:  llvm
Sys
Sys: A Static/Symbolic Tool for Finding Good Bugs in Good (Browser) Code
Stars: ✭ 149 (-3.87%)
Mutual labels:  llvm
Crab Llvm
Static Analyzer for LLVM bitcode based on Abstract Interpretation
Stars: ✭ 143 (-7.74%)
Mutual labels:  llvm
Libcudacxx
The C++ Standard Library for your entire system.
Stars: ✭ 1,861 (+1100.65%)
Mutual labels:  llvm

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further assistance with LLVM, and in particular docs/GettingStarted.rst for getting started with LLVM and docs/README.txt for an overview of LLVM's documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our suggestions.

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].