dmr_C is a parser and JIT compiler for C, with LLVM, OMRJIT and NanoJIT backends. dmr_C is derived from the Linux Sparse project. With this release I have disabled the Sparse 'simplification' phase. As the JIT backends I am using (LLVM and OMRJIT) have robust optimization capabilities then Sparse's simplification phase is no longer required and may be removed in a future release. Release notes are available at: https://github.com/dibyendumajumdar/dmr_c/releases/tag/0.5 This is a bug fix release. Main changes in this release are: New JIT backend using OMRJIT has had a number of bug fixes and enhancements. Note that this backend is new and under development and testing; however, it has enough functionality to act at the JIT backend for the Ravi programming language (a Lua 5.3 dialect). For instructions on how to build and use dmr_C, please refer to the documentation on the project site (https://github.com/dibyendumajumdar/dmr_c). I would like to thank this list, in particular, Luc - for the help provided in fixing some of the bugs and issues I found. Thanks and Regards Dibyendu