ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

49,829 results

Fireship
LLVM in 100 Seconds

Want to build your own programming language? LLVM is a tool for building and optimizing compilers and forms the backbone of ...

2:36
LLVM in 100 Seconds

993,934 views

3 years ago

Dmitry Soshnikov
Programming Language with LLVM [1/20] Introduction to LLVM IR and tools

... a full programming language similar to JavaScript from scratch, using LLVM compiler infrastructure. Other lectures of the course: ...

13:34
Programming Language with LLVM [1/20] Introduction to LLVM IR and tools

58,879 views

2 years ago

The Coding Gopher
Why LLVM is a Game Changer for Compilers

Explore the inner workings of LLVM, the powerful framework behind many modern compilers! In this video, we break down key ...

6:31
Why LLVM is a Game Changer for Compilers

39,169 views

1 year ago

InfoWorld
What is LLVM? | The compiler infrastructure explained

The LLVM compiler infrastructure project lives at the heart of the Clang C/C++ compiler, and the compilers for languages like Rust ...

5:40
What is LLVM? | The compiler infrastructure explained

2,548 views

10 months ago

The Coding Gopher
LLVM vs GCC: Which Compiler RULES the Future of Programming?

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ‍ Learn to Code: ...

7:47
LLVM vs GCC: Which Compiler RULES the Future of Programming?

78,326 views

1 year ago

People also watched

Panakotta00
Own SIMPLE coding language with LLVM - Chpt. 1

Making your own simple coding langauge is easier than you might think. LLVM is a open source project that contains tools and ...

17:00
Own SIMPLE coding language with LLVM - Chpt. 1

40,437 views

5 years ago

onlyfastcode
DITCH Visual Studio and use clang on Windows (for C++)

Clang is a free (libre), open, modern and fast alternative to the Microsoft C++ Compiler. Here's how to set it up on Windows. LLVM ...

7:05
DITCH Visual Studio and use clang on Windows (for C++)

1,822 views

3 months ago

Low Level
you can learn assembly in 10 minutes (try it RIGHT NOW)

People over complicate EASY things. Assembly language is one of those things. In this video, I'm going to show you how to do a ...

9:48
you can learn assembly in 10 minutes (try it RIGHT NOW)

1,049,628 views

2 years ago

LLVM
2024 EuroLLVM - Teaching MLIR concepts to undergraduate students

2024 European LLVM Developers' Meeting https://llvm.org/devmtg/2024-04/ ------ Teaching MLIR concepts to undergraduate ...

19:01
2024 EuroLLVM - Teaching MLIR concepts to undergraduate students

7,853 views

1 year ago

Alex The Dev
I made a Compiler in 25 Days - Here is what I learned

https://www.skool.com/alexs-dev-lab-3692 I have implemented a compiler in C for the COOL programming language in 25 days.

40:59
I made a Compiler in 25 Days - Here is what I learned

85,031 views

1 year ago

Clément Mihailescu
Software Engineer Ranks Programming Languages

Welcome to the official programming language tier list. In this video, ex-Google Software Engineer Clement Mihailescu ranks ...

15:17
Software Engineer Ranks Programming Languages

904,162 views

3 years ago

Low Level
the TRUTH about this NEW Language (BETTER Than Rust and C++?)

When I first heard about the Zig Programming Language, I was skeptical. Did we really need to invent a new language in the ...

7:37
the TRUTH about this NEW Language (BETTER Than Rust and C++?)

398,018 views

2 years ago

CodeDuckers
Making a Programming Language with Python and LLVM: Episode 1 - Introduction + Lexer

This is the first part in a multipart ongoing series for how to make a featured, statically typed, and JIT Compiled programming ...

30:01
Making a Programming Language with Python and LLVM: Episode 1 - Introduction + Lexer

7,903 views

1 year ago

Low Level Game Dev
CMake FULL practical Guide!

My game-ready CMake setup: https://github.com/meemknight/cmakeSetup My other game/opengl configurations up and ready for ...

35:23
CMake FULL practical Guide!

31,543 views

9 months ago

Meeting Cpp
Understanding Compiler Optimization - Chandler Carruth - Opening Keynote Meeting C++ 2015

Understanding Compiler Optimization Chandler Carruth Opening Keynote Meeting C++ 2015 Slides: ...

1:50:15
Understanding Compiler Optimization - Chandler Carruth - Opening Keynote Meeting C++ 2015

142,324 views

10 years ago

Code in Action
Learn LLVM 12 | 12. Create Your Own Backend

Learn LLVM 12 is available from: Packt.com: https://bit.ly/3aO6Xzr Amazon: https://amzn.to/3u02NvS This is the “Code in Action” ...

3:55
Learn LLVM 12 | 12. Create Your Own Backend

502 views

4 years ago

Lex Clips
Building domain-specific compilers quickly with MLIR compiler infrastructure | Chris Lattner

Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=nWTvXbQHwWs Please support this podcast by checking ...

4:30
Building domain-specific compilers quickly with MLIR compiler infrastructure | Chris Lattner

18,623 views

5 years ago

NDC Conferences
Writing a compiler with LLVM - Cailin Smith - NDC Oslo 2022

LLVM is an "bytecode" like language and ecosystem, which allows for compilation of high level languages into a common ...

47:58
Writing a compiler with LLVM - Cailin Smith - NDC Oslo 2022

50,980 views

3 years ago

tanmay bakshi
How LLVM & Clang work

I hope you enjoyed this tutorial! If you did, please make sure to leave a like, comment, and subscribe! It really does help out a lot!

34:29
How LLVM & Clang work

68,853 views

5 years ago

Tsoding Daily
Programming w/o Language

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat References: - The Tweet: ...

1:47:00
Programming w/o Language

80,829 views

1 year ago

Low Level
LLVM == BASEDLANG

Live on Twitch: https://twitch.tv/lowlevellearning Learn to write your own programming language using LLVM framework!

0:42
LLVM == BASEDLANG

131,151 views

1 year ago

Kyle Hughes
The BEST Programming Languages by Bjarne Stroustrup - Creator of C++ #shorts #programming #C++

Dive into the mind of Bjarne Stroustrup, the renowned creator of C++, as he unveils the five essential programming languages ...

0:26
The BEST Programming Languages by Bjarne Stroustrup - Creator of C++ #shorts #programming #C++

1,670,791 views

2 years ago

Low Level Game Dev
Demystifying the C++ Compiler!

... was possible only because of you! https://mastodon.social/@the_art_of_giving_up LLVM IR: https://llvm.org/docs/LangRef.html ...

12:52
Demystifying the C++ Compiler!

27,987 views

1 year ago

revng
An introduction to LLVM IR

This video provides an brief introduction to LLVM IR. We introduce what's the role of LLVM IR in a compilation pipeline, how to ...

33:56
An introduction to LLVM IR

6,205 views

10 months ago

Wookash Podcast
Do not use.. LLVM? Wait, what? #programming #language #design with Bill Hall, Odin creator!

Check out full discussion with Bill on @GameEngineeringPodcast ! Bill: https://x.com/TheGingerBill https://odin-lang.org/ New ...

0:40
Do not use.. LLVM? Wait, what? #programming #language #design with Bill Hall, Odin creator!

13,232 views

1 year ago