llvm-tutor VS clang-tutor

Compare llvm-tutor vs clang-tutor and see what are their differences.

llvm-tutor

A collection of out-of-tree LLVM passes for teaching and learning (by banach-space)

clang-tutor

A collection of out-of-tree Clang plugins for teaching and learning (by banach-space)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
llvm-tutor clang-tutor
1 1
2,716 634
- -
6.4 4.4
2 days ago 5 months ago
C++ C++
MIT License The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

llvm-tutor

Posts with mentions or reviews of llvm-tutor. We have used some of these posts to build our list of alternatives and similar projects.
  • What's your salary?
    1 project | /r/cpp | 7 Aug 2022
    If you want a quick example of something you can do for educational purposes (but would be totally worthless for reality) I'd say go to llvm and implement your own instcombine pass. Follow this tutorial to learn the basics.

clang-tutor

Posts with mentions or reviews of clang-tutor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-24.

What are some alternatives?

When comparing llvm-tutor and clang-tutor you can also consider the following projects:

remill - Library for lifting machine code to LLVM bitcode

ccache - ccache – a fast compiler cache

alive2 - Automatic verification of LLVM optimizations

pfr - std::tuple like methods for user defined types without any macro or boilerplate code

mcsema - Framework for lifting x86, amd64, aarch64, sparc32, and sparc64 program binaries to LLVM bitcode

cpplinks - A categorized list of C++ resources.

mcc - MicroC example compiler for Stephen Edward's PLT class, but in Haskell

llvm-ss-2017 - Summer School 2017

mewa - Compiler-compiler for writing compiler frontends with Lua

simdjson - Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks

buildit - Online demo without installing at - https://buildit.so/tryit

cppcoro - A library of C++ coroutine abstractions for the coroutines TS