You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Paweł Bylica e099eb02b4 Merge branch 'develop' into develop-evmcc 10 years ago
..
Arith256.cpp Coding style: use "o_" prefix for output function arguments 10 years ago
Arith256.h MULMOD/ADDMOD implemented in separate functions [FIXES #80566276] 10 years ago
BasicBlock.cpp 1) JUMP/I semantics updated. 2) Members of BasicBlock::LocalStack pulled out to BasicBlock 10 years ago
BasicBlock.h 1) JUMP/I semantics updated. 2) Members of BasicBlock::LocalStack pulled out to BasicBlock 10 years ago
CMakeLists.txt CMakeLists updated, should now build without LLVM when EVMJIT is not enabled [#81588646] 10 years ago
Compiler.cpp 1) JUMP/I semantics updated. 2) Members of BasicBlock::LocalStack pulled out to BasicBlock 10 years ago
Compiler.h code cleanup and coding-standardization 10 years ago
CompilerHelper.cpp Get Runtime pointer from main function argument if available 10 years ago
CompilerHelper.h Using call helper 10 years ago
Endianness.cpp Rename Type::i256 -> Type::Word 10 years ago
Endianness.h Add support for Big Endian architectures [Delivers #79877740] 10 years ago
ExecutionEngine.cpp Cleaning up warnings and build dependencies [#81588646] 10 years ago
ExecutionEngine.h Using gas provided by test engine and fix for creating fake ExtVMFace. 10 years ago
Ext.cpp Coding style: use "o_" prefix for output function arguments 10 years ago
Ext.h Improve code formatting 10 years ago
GasMeter.cpp Rename Type::i256 -> Type::Word 10 years ago
GasMeter.h Use common builder in GasMeter and Memory 10 years ago
Memory.cpp fixed bug in llvm ir computing required memory size 10 years ago
Memory.h Remove Memory::require(size) interface [#81773288] 10 years ago
Runtime.cpp unused var removed 10 years ago
Runtime.h Change #include setjmp 10 years ago
Stack.cpp Coding style: use "o_" prefix for output function arguments 10 years ago
Stack.h Improve Stack code formatting 10 years ago
Type.cpp Rename Type::i256 -> Type::Word 10 years ago
Type.h Rename Type::i256 -> Type::Word 10 years ago
Utils.cpp Create dedicated function for pushdata reading 10 years ago
Utils.h Create dedicated function for pushdata reading 10 years ago
VM.cpp Merge branch 'develop' into develop-evmcc 10 years ago
VM.h Change the way VMs are created (mostly for tracking where are created) 10 years ago