Skip to content

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.

Notifications You must be signed in to change notification settings

yasakova-anastasia/llvm-project

 
 

Repository files navigation

This repository is a fork of the LLVM repository (release tag "llvmorg-9.0.1") with skeleton code for adding a simple branch instruction counting LLVM pass into the "opt" tool. The new pass is linked directly into the "opt" tool to support launches on Windows. Used for educational purposes only.

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.

About

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 46.8%
  • LLVM 27.2%
  • Assembly 11.1%
  • C 11.1%
  • Python 1.5%
  • Objective-C 0.7%
  • Other 1.6%