Implementation of CbC compiler on LLVM/clang 3.5
Kaito Tokumori 27 Feb 2014
Teacher : Shinji Kono
Background
- Our laboratory suggests a programming language which is called Continuation based C (CbC).
- On the CbC program, a callee does not return to a caller.
Objective
- Currently available CbC compilers are :
- CbC Compilr on Micro-C
- CbC Compilr on GCC
- CbC compilers on LLVM is not available yet.
My objective is implementation of CbC compiler on LLVM.