Paweł Bylica
1463897efb
Basic block compilation in separated function
10 years ago
Paweł Bylica
e094ba9e67
Placing IRBuilder in Compiler class (for future refactoring)
10 years ago
Paweł Bylica
5586ff5bdc
Some changes about final/stop block
10 years ago
Paweł Bylica
07f6bbffe5
Removing unnecessary `dev` name prefixes
[#80021262 ]
10 years ago
Paweł Bylica
a2da7c91c8
Change namespace from `evmcc` to `dev::eth::jit`
[#80021262 ]
10 years ago
Paweł Bylica
c57de781e4
Use longjmp to return OutOfGas code from main function (WIP)
[#80660432 ]
10 years ago
artur-zawlocki
fd7069e9af
Indirect jump: jump table generated in separate bblock.
10 years ago
artur-zawlocki
2b36803c96
Implementing JUMP/JUMPDEST (work in progress)
10 years ago
Paweł Bylica
b273b863b1
Provide end instruction to basic block
10 years ago
Paweł Bylica
a338b88588
Cleanups: move basic block linking to separated function
10 years ago
Paweł Bylica
0961908efa
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
artur-zawlocki
0b8ba6d2e4
initial implementation of JUMP/JUMPI (untested)
10 years ago
artur-zawlocki
68f15f91a0
initial implementation of memory
10 years ago
Paweł Bylica
f124be65b7
Implementation of ExecutionEngine with LLVM MCJIT
10 years ago
Paweł Bylica
e33fdeab21
Remove public LLVM dependency in Compiler
10 years ago
Paweł Bylica
f5eda1f1b3
Moving Compiler to separated files
10 years ago