.. |
BasicBlock.cpp
|
Fixed the order in which phi nodes are created (was incorrect)
|
11 years ago |
BasicBlock.h
|
Propagation of values between basic blocks (and the stack): initial implementation (probably buggy, but simple cases work).
|
11 years ago |
CMakeLists.txt
|
added missing CMakeLists.txt
|
11 years ago |
Compiler.cpp
|
Fixed bug in phi node rewriting
|
11 years ago |
Compiler.h
|
Propagation of values between basic blocks (and the stack): initial implementation (probably buggy, but simple cases work).
|
11 years ago |
CompilerHelper.cpp
|
Move JIT compiler project to library
|
11 years ago |
CompilerHelper.h
|
Move JIT compiler project to library
|
11 years ago |
Endianness.cpp
|
Handle endianness of MSTORE & MLOAD [#79877740]
|
11 years ago |
Endianness.h
|
Add support for Big Endian architectures [Delivers #79877740]
|
11 years ago |
ExecutionEngine.cpp
|
Null gas in case of out-of-gas exception [Delivers #81118624]
|
11 years ago |
ExecutionEngine.h
|
Using gas provided by test engine and fix for creating fake ExtVMFace.
|
11 years ago |
Ext.cpp
|
Use Endianness in Ext [#79877740]
|
11 years ago |
Ext.h
|
Use Endianness in Ext [#79877740]
|
11 years ago |
GasMeter.cpp
|
Merge branch 'develop' into develop-evmcc
|
11 years ago |
GasMeter.h
|
Move JIT compiler project to library
|
11 years ago |
Memory.cpp
|
Handle endianness of MSTORE & MLOAD [#79877740]
|
11 years ago |
Memory.h
|
Move JIT compiler project to library
|
11 years ago |
Runtime.cpp
|
Using ExtVM provided by test engine
|
11 years ago |
Runtime.h
|
Using ExtVM provided by test engine
|
11 years ago |
Stack.cpp
|
Handling pop() from the empty EVM stack.
|
11 years ago |
Stack.h
|
Propagation of values between basic blocks (and the stack): initial implementation (probably buggy, but simple cases work).
|
11 years ago |
Type.cpp
|
Move JIT compiler project to library
|
11 years ago |
Type.h
|
Handling pop() from the empty EVM stack.
|
11 years ago |
Utils.cpp
|
Move JIT compiler project to library
|
11 years ago |
Utils.h
|
Move JIT compiler project to library
|
11 years ago |
VM.cpp
|
Better assert condition
|
11 years ago |
VM.h
|
Change the way VMs are created (mostly for tracking where are created)
|
11 years ago |