All Projects → Evian-Zhang → Llvm Ir Tutorial

Evian-Zhang / Llvm Ir Tutorial

LLVM IR入门指南

Labels

Projects that are alternatives of or similar to Llvm Ir Tutorial

Awesome Llvm
A curated list of awesome LLVM related docs, tools, and other resources.
Stars: ✭ 184 (-20.69%)
Mutual labels:  llvm
Mir
Mir (backports): Sparse tensors, Hoffman
Stars: ✭ 204 (-12.07%)
Mutual labels:  llvm
Llvm
[MERGED UPSTREAM] AVR backend for the LLVM compiler library
Stars: ✭ 222 (-4.31%)
Mutual labels:  llvm
Fakepdb
Tool for PDB generation from IDA Pro database
Stars: ✭ 186 (-19.83%)
Mutual labels:  llvm
Nxdk
The cross-platform, open-source SDK to develop for original Xbox: *new* xdk
Stars: ✭ 200 (-13.79%)
Mutual labels:  llvm
Cmake Scripts
A selection of useful scripts for use in CMake projects, include code coverage, sanitizers, and dependency graph generation.
Stars: ✭ 202 (-12.93%)
Mutual labels:  llvm
Clang Expand
🐉 A clang tool for happy refactoring without source-code gymnastics
Stars: ✭ 182 (-21.55%)
Mutual labels:  llvm
Kazan
Mirror; Work-in-progress software-rendering Vulkan implementation
Stars: ✭ 226 (-2.59%)
Mutual labels:  llvm
Alive2
Automatic verification of LLVM optimizations
Stars: ✭ 199 (-14.22%)
Mutual labels:  llvm
Jfs
Constraint solver based on coverage-guided fuzzing
Stars: ✭ 215 (-7.33%)
Mutual labels:  llvm
Lhc
The LLVM LHC Haskell Optimization System
Stars: ✭ 188 (-18.97%)
Mutual labels:  llvm
How To Write An Llvm Register Allocator
This repository contains a tutorial for a quick start in how to write a register allocator using LLVM
Stars: ✭ 197 (-15.09%)
Mutual labels:  llvm
Pure Lang
Pure programming language
Stars: ✭ 209 (-9.91%)
Mutual labels:  llvm
Jlang
JLang: Ahead-of-time compilation of Java programs to LLVM
Stars: ✭ 186 (-19.83%)
Mutual labels:  llvm
Omniscidb
OmniSciDB (formerly MapD Core)
Stars: ✭ 2,601 (+1021.12%)
Mutual labels:  llvm
Yansollvm
Yet Another Not So Obfuscated LLVM
Stars: ✭ 180 (-22.41%)
Mutual labels:  llvm
Alive
Alive: Automatic LLVM's Instcombine Verifier
Stars: ✭ 204 (-12.07%)
Mutual labels:  llvm
Ts Llvm
TypeScript to LLVM compiler (abandoned)
Stars: ✭ 230 (-0.86%)
Mutual labels:  llvm
Spirv Llvm Translator
A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Stars: ✭ 223 (-3.88%)
Mutual labels:  llvm
Symbiotic
Symbiotic is a tool for finding bugs in computer programs based on instrumentation, program slicing and KLEE
Stars: ✭ 212 (-8.62%)
Mutual labels:  llvm

LLVM IR入门指南

本仓库是我写的LLVM IR入门指南。

目前提供PDF版本epub版本下载。(当前版本:v1.0)

目录

在哪可以看到我的文章

我的LLVM IR入门指南系列可以在我的个人博客、GitHub:Evian-Zhang/llvm-ir-tutorial知乎CSDN中查看,本教程中涉及的大部分代码也都在同一GitHub仓库中。

本人水平有限,写此系列文章仅希望与大家分享学习经验,文章中必有缺漏、错误之处,望方家不吝斧正,与大家共同学习,共同进步,谢谢大家!

从源码编译

若想手动将本仓库的markdown文件转化为PDF,epub格式或其他阅读格式:

  1. 下载安装MarkdownPP以及相应的依赖

  2. 在本目录下使用

    markdown-pp index.mdpp -o LLVM-IR-tutorial.md
    

    后会得到LLVM-IR-tutorial.md的markdown文档

  3. 选择自己喜欢的markdown格式转换工具进行相应的格式转换

目前,我使用的是Typora自带的格式转换工具生成PDF和epub文档。

还有其他可以选择的方案,但均有优劣:

  • gitbook-cli
    很可惜项目已经被废弃,目前在我电脑中已经无法正常运行
  • mdBook
    很有前景的方案,但仍在开发中,尚未成熟,无法导出符合要求的epub文档
  • pandoc
    生成的PDF较为丑陋,而且要支持中文需要额外的配置
  • sphinx-doc
    原生支持的是reStructuredText格式的文本,对markdown格式还是通过插件支持的,在markdown里插入图片会有错误

如果大家了解什么目前能用的,能将markdown转化为比较好看的PDF及epub格式的工具,欢迎提issue或PR。

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