serene/libserene/lib/passes
Sameer Rahmani f436d6cee4 Moving to the a JIT first design
I realized that focusing on SLIR at this stage is wrong. I need
to finish up the JIT first and use the JIT to implement `read`,
`eval` and `print` functions by linking their C++ implementations
via a static library to the target code and then focus on SLIR
or any alternative that might come next.

This is the finish linke for the `0.x` version series.
2022-06-10 21:49:11 +01:00
..
slir_lowering.cpp Moving to the a JIT first design 2022-06-10 21:49:11 +01:00
to_llvm_dialect.cpp Upgrade to LLVM15 dev 2022-04-04 23:03:48 +01:00