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 2493ef5f9e Call helper 11 years ago
..
Arith256.cpp 256-bit arithmetic implemented via calls to boost::multiprecision library. 11 years ago
Arith256.h 256-bit arithmetic implemented via calls to boost::multiprecision library. 11 years ago
BasicBlock.cpp Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 11 years ago
BasicBlock.h Propagation of values between basic blocks' local stacks [#80895676] 11 years ago
CMakeLists.txt added missing CMakeLists.txt 11 years ago
Compiler.cpp Handle bad instructions (BadInstruction exception) [#81563132] 11 years ago
Compiler.h Added missing changes [#79450108] 11 years ago
CompilerHelper.cpp Get Runtime pointer from main function argument if available 11 years ago
CompilerHelper.h Call helper 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 Move jmpbuf to Runtime [#81470252] 11 years ago
ExecutionEngine.h Using gas provided by test engine and fix for creating fake ExtVMFace. 11 years ago
Ext.cpp Merge branch 'develop' into develop-evmcc 11 years ago
Ext.h Old bswap intrinsic removed 11 years ago
GasMeter.cpp Call helper 11 years ago
GasMeter.h Add raiseException helper to RuntimeManager [#81563132] 11 years ago
Memory.cpp Move return data reference to Runtime [#81470252] 11 years ago
Memory.h Move return data reference to Runtime [#81470252] 11 years ago
Runtime.cpp Add raiseException helper to RuntimeManager [#81563132] 11 years ago
Runtime.h Add raiseException helper to RuntimeManager [#81563132] 11 years ago
Stack.cpp Move jmpbuf to Runtime [#81470252] 11 years ago
Stack.h Access stack structure through runtime structure [#81470252] 11 years ago
Type.cpp Add Type::RuntimePtr predefined LLVM type 11 years ago
Type.h Handle bad instructions (BadInstruction exception) [#81563132] 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 Handle bad instructions (BadInstruction exception) [#81563132] 11 years ago
VM.h Change the way VMs are created (mostly for tracking where are created) 11 years ago