Paweł Bylica
a6c58c38d8
Move JIT compiler project to library
10 years ago
Paweł Bylica
83642fe9de
Introducing CompilerHelper - a base class for... compiler helper classes like Memory, GasMeter, etc.
10 years ago
Paweł Bylica
f8813b2843
Cleanup LLVM types usage
10 years ago
Paweł Bylica
5e3113e49e
Introducing GasMeter
10 years ago
Paweł Bylica
0ec77d681c
Make the Stack an integral part of BasicBlock
10 years ago
Paweł Bylica
5bf462e03d
Introducing BasicBlock class.
It is a wrapper for llvm::BasicBlock to provide additional information needed by EVM compiler. For now the order of basic blocks might not match bytecode.
[#80113672 ]
10 years ago
Paweł Bylica
24a99ef798
Runtime class that inits and keeps stack, memory and ExtVM interface
10 years ago
Paweł Bylica
362acacfa2
Set/get values in Ext store - SSTORE & SLOAD
10 years ago
Paweł Bylica
6eab61a1ae
Starting ExtVM binary interface
10 years ago
Paweł Bylica
26a952cd1d
Stack interface and implementation
10 years ago
Paweł Bylica
b47adc68c7
Staring with Stack helper
10 years ago
Paweł Bylica
ec7609f0ad
ExecutionEngine stub and -i program option for interpreting EVM Code
10 years ago
Paweł Bylica
f378909442
Moving Compiler to separated files
10 years ago
Paweł Bylica
76975a1b42
Visual Studio project config for evmcc
10 years ago