Articles by Tag #llvm

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Writing Your First LLVM Plugin Pass: Counting Add Instructions

Introduction In my previous post, we went through the not-so-glamorous part: building LLVM...

Learn More 2 0Oct 21

Building a JIT Compiler from Scratch: Part 0 - How Computers Run Your Code

This is the first part of the series on Building a JIT Compiler from Scratch. I have been exploring...

Learn More 1 3Dec 7

Writing your first LLVM Transformation Passes - Dead Code Elimination and Constant Propagation

Introduction In the previous article, we learned about LLVM passes and wrote our first...

Learn More 1 1Nov 16

Compiling LLVM and Running Your First Dummy Pass

Introduction If you’ve ever been curious about how compilers work under the hood, LLVM is...

Learn More 1 0Sep 19

Writing Inline Assembly in the Crystal Programming Language

Introduction When you want to make your code run significantly faster, or just want to...

Learn More 3 0Jun 20

Como Instalar a Nova Versão do Clang/LLVM no Windows

Nós já fizemos essa postagem sobre instalar Clang, mas se tornou obsoleta. Nesse rápido artigo...

Learn More 1 0May 30

Brew Your Own Compiler: Building LLVM/Clang from Source on Any OS!

Building LLVM/Clang from Source: Ubuntu, Fedora, Arch, Windows, macOS Why build LLVM/Clang from...

Learn More 0 0Sep 14

P++: A Language That Speaks Both Interpreter and Compiler

What if your language could prototype like Python, but run like C? That’s the goal behind P++, a new...

Learn More 0 0May 24

[Boost]

Writing Inline Assembly in the Crystal Programming Language ...

Learn More 0 0Jun 30