|
4 | 4 | ---- |
5 | 5 | 2025 |
6 | 6 | ---- |
| 7 | +* From proprietary to fully open-source - Arm Toolchain's adoption of LLVM technology - Peter Smith |
| 8 | + |
| 9 | + * `slides <https://llvm.org/devmtg/2025-10/slides/keynotes/smith.pdf>`__ |
| 10 | + * `video <https://www.youtube.com/watch?v=I7S_Vsnkecg>`__ |
| 11 | + |
| 12 | +* How to test and evaluate LLVM libc on embedded applications - William Huynh |
| 13 | + |
| 14 | + * `slides <https://llvm.org/devmtg/2025-10/slides/lightning_talks/huynh.pdf>`__ |
| 15 | + * `video <https://www.youtube.com/watch?v=Dta6nQLmCOY>`__ |
| 16 | + |
| 17 | +* Through the Compiler's Keyhole - Migrating to Clang Without Seeing the Source - Petr Hosek |
| 18 | + |
| 19 | + * `slides <https://llvm.org/devmtg/2025-10/slides/technical_talks/hosek.pdf>`__ |
| 20 | + * `video <https://www.youtube.com/watch?v=CHbyo0Ux60o>`__ |
| 21 | + |
| 22 | +* Building C++ compiler runtimes on demand - Why and how - Brook Moses |
| 23 | + |
| 24 | + * `slides <https://llvm.org/devmtg/2025-10/slides/technical_talks/moses.pdf>`__ |
| 25 | + * `video <https://www.youtube.com/watch?v=4oKegT4TWV0>`__ |
| 26 | + |
| 27 | +* LT-Uh-Oh - Adventures using LTO with libc - Paul Kirth, Daniel Thornburgh |
| 28 | + |
| 29 | + * `slides <https://llvm.org/devmtg/2025-10/slides/technical_talks/kirth_thornburgh.pdf>`__ |
| 30 | + * `video <https://www.youtube.com/watch?v=cG278WjmIFs>`__ |
| 31 | + |
| 32 | +* Climbing the ladder of Complete - LLVM libc past and future - Michael Jones |
| 33 | + |
| 34 | + * `slides <https://llvm.org/devmtg/2025-10/slides/technical_talks/jones.pdf>`__ |
| 35 | + * `video <https://www.youtube.com/watch?v=HtCMCL13Grg>`__ |
| 36 | + |
| 37 | +* Project Widen Your Char-izons - Adding wchar support to LLVM libc - Uzair Nawaz, Sriya Pratipati |
| 38 | + |
| 39 | + * `slides <https://llvm.org/devmtg/2025-10/slides/quick_talks/nawaz_pratipati.pdf>`__ |
| 40 | + * `video <https://www.youtube.com/watch?v=YjI9dum74uM>`__ |
| 41 | + |
| 42 | +* A problem left unsolved by Jean-Michel (RAIM 2025) - Paul Zimmermann, Tue Ly |
| 43 | + |
| 44 | + * `slides <https://raim2025.sciencesconf.org/data/program/slides_paul_zimmermann.pdf>`__ |
| 45 | + |
| 46 | +* Bfloat16 in LLVM libc (GSoC 2025) - Krishna Pandey |
| 47 | + |
| 48 | + * `blog <https://blog.llvm.org/posts/2025-09-10-bfloat16-in-llvm-libc/>`__ |
| 49 | + |
| 50 | +* Profiling and Testing Math Functions on GPUs (GSoC 2025) - Leandro A. L. Campos |
| 51 | + |
| 52 | + * `blog <https://blog.llvm.org/posts/2025-08-29-gsoc-profiling-and-testing-math-functions-on-gpus/>`__ |
| 53 | + |
| 54 | +* GPU-driven I/O with io_uring (GSoC 2025) - Rodrigo Ceccato |
| 55 | + |
| 56 | + * `blog <https://blog.llvm.org/posts/2025-08-04-gpu-io-uring/>`__ |
| 57 | + |
7 | 58 | * An introduction to building and using LLVM libc - Peter Smith |
8 | 59 |
|
9 | 60 | * `slides <https://fosdem.org/2025/events/attachments/fosdem-2025-5456-an-introduction-to-building-and-using-llvm-libc/slides/237989/Fosdem202_76Bilu2.pdf>`__ |
10 | | - * `videos <https://fosdem.org/2025/schedule/event/fosdem-2025-5456-an-introduction-to-building-and-using-llvm-libc/>`__ |
| 61 | + * `video <https://fosdem.org/2025/schedule/event/fosdem-2025-5456-an-introduction-to-building-and-using-llvm-libc/>`__ |
11 | 62 |
|
12 | 63 | ---- |
13 | 64 | 2024 |
14 | 65 | ---- |
15 | 66 | * A C/C++ Toolchain for your GPU - Joseph Huber |
16 | 67 |
|
17 | 68 | * `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Huber-A-CPlusPlus-Toolchain-for-Your-GPU.pdf>`__ |
18 | | - * `videos <https://www.youtube.com/watch?v=4TxGWis1mws>`__ |
| 69 | + * `video <https://www.youtube.com/watch?v=4TxGWis1mws>`__ |
19 | 70 | * `phoronix <https://www.phoronix.com/news/AMD-Standard-C-Code-GPUs>`__ |
20 | 71 |
|
21 | 72 | * Modern Embedded Development with LLVM - Petr Hosek |
22 | 73 |
|
23 | 74 | * `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Hosek-ModernEmbeddedDevelopment-with-LLVM.pdf>`__ |
24 | | - * `videos <https://www.youtube.com/watch?v=5hHQi-Uj34I>`__ |
| 75 | + * `video <https://www.youtube.com/watch?v=5hHQi-Uj34I>`__ |
25 | 76 |
|
26 | 77 | * Using llvm-libc in LLVM Embedded Toolchain for Arm - Peter Smith |
27 | 78 |
|
28 | 79 | * `slides <https://llvm.org/devmtg/2024-10/slides/lightning/Smith-Using-llvm-libc.pdf>`__ |
29 | | - * `videos <https://www.youtube.com/watch?v=ctgkbaYwT_I>`__ |
| 80 | + * `video <https://www.youtube.com/watch?v=ctgkbaYwT_I>`__ |
30 | 81 |
|
31 | 82 | * RISC-V Support into LLVM libc - Challenges and Solutions for 32-bit and 64-bit - Mikhail R. Gadelha |
32 | 83 |
|
33 | 84 | * `slides <https://llvm.org/devmtg/2024-10/slides/quicktalks/Gadelha-RISC-V-SupportIntoLLVM-libc.pdf>`__ |
34 | | - * `videos <https://www.youtube.com/watch?v=GytmaH64wFo>`__ |
| 85 | + * `video <https://www.youtube.com/watch?v=GytmaH64wFo>`__ |
35 | 86 |
|
36 | 87 | * Project Hand-in-Hand - The beginning of a beautiful friendship - Michael Jones & Christopher Di Bella |
37 | 88 |
|
38 | 89 | * `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Jones-DiBella-hand-in-hand.pdf>`__ |
39 | | - * `videos <https://www.youtube.com/watch?v=VAEO86YtTHA>`__ |
| 90 | + * `video <https://www.youtube.com/watch?v=VAEO86YtTHA>`__ |
40 | 91 |
|
41 | 92 | * LLVM libc math library - Current status and future directions - Tue Ly |
42 | 93 |
|
43 | 94 | * `slides <https://llvm.org/devmtg/2024-10/slides/techtalk/Ly-LLVM-libc-math-library-CurrentStatus.pdf>`__ |
44 | | - * `videos <https://www.youtube.com/watch?v=-8zb8rHbvcQ>`__ |
| 95 | + * `video <https://www.youtube.com/watch?v=-8zb8rHbvcQ>`__ |
45 | 96 |
|
46 | 97 | * Half-precision in LLVM libc - Nicolas Celik |
47 | 98 |
|
48 | 99 | * `slides <https://llvm.org/devmtg/2024-10/slides/studenttalks/Celik-Half-precision-in-LLVM-libc.pdf>`__ |
49 | | - * `videos <https://www.youtube.com/watch?v=H6aOFSVwSSM>`__ |
| 100 | + * `video <https://www.youtube.com/watch?v=H6aOFSVwSSM>`__ |
| 101 | + * `blog <https://blog.llvm.org/posts/2024-08-31-half-precision-in-llvm-libc/>`__ |
50 | 102 |
|
51 | 103 | ---- |
52 | 104 | 2023 |
|
0 commit comments