-
Notifications
You must be signed in to change notification settings - Fork 0
ToDo
Artem Usov edited this page Nov 24, 2020
·
1 revision
Task | Deadline | Finished |
---|---|---|
Find correct way of integrating Clang into CMake out of tree | 16th Oct | ✅ |
Do simple analysis using AST and IR of how many times pointer is dereferenced | 16th Oct | ✅ |
Research existing LLVM pointer escape analysis | 23rd Oct | ✅ |
Identify the concrete conditions when raw pointers get upgraded | 23rd Oct | ✅ |
Identify or write a test framework for seeing if transpiled program has same behaviour | 3rd Nov | ⬜ |
Identify the research questions of the project | Ongoing | ⬜ |
Research how implementation of LLVM capture analysis works exactly | 3rd Oct | ⬜️ |