Skip to content

Commit

Permalink
Add Yuquan's LLVM talk
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Jan 26, 2024
1 parent 7d04e21 commit 57de311
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _data/preslist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,28 @@
[Link to Slides](/assets/presentations/V_Vassilev-LLVMDev23_CppPython.pdf)
highlight: 1

- title: "Code-Completion in Clang-Repl"
description: |
Built upon Clang and LLVM incremental compilation pipelines, Clang-Repl is
a C++ interpreter featuring a REPL that enables C++ users to develop
programs in an exploratory fashion. Autocompletion in Clang-Repl is a
significant leap forward in this direction. The feature empowers Clang-Repl
to accelerate their input and prevent typos. Inspired by the counterpart
feature in Cling, a downstream project of Clang-Repl, our auto-completion
feature leverages existing components of Clang/LLVM, and provides
context-aware semantic completion suggestions. In this talk, we will present
how autocompletion works at REPL and how it interacts with other Clang/LLVM
infrastructure.
<br/><br/>
location: "[LLVM 2023](https://llvm.swoogo.com/2023devmtg/agenda)"
date: 2023-10-12
speaker: F Fu
id: "FFLLVM2023"
artifacts: |
[Link to Slides](/assets/presentations/Y_Fu-LLVMDev23_ClangReplAutoComplete.pdf)
highlight: 1

- title: "Automatic program reoptimization support in LLVM ORC JIT"
description: |
One of the prominent applications of the JIT compiler is the ability to
Expand Down
Binary file not shown.
Binary file added images/pubpic/FFLLVM2023.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pubpic/FFLLVM2023.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57de311

Please sign in to comment.