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 d77864071d Fix BNOT instruction [Delivers #81700198] 10 years ago
..
Arith256.cpp Improve Arith256 code formatting 10 years ago
Arith256.h MULMOD/ADDMOD implemented in separate functions [FIXES #80566276] 10 years ago
BasicBlock.cpp Improve BasicBlock code formatting 10 years ago
BasicBlock.h Improve code formatting 10 years ago
CMakeLists.txt added missing CMakeLists.txt 10 years ago
Compiler.cpp Fix BNOT instruction [Delivers #81700198] 10 years ago
Compiler.h Added missing changes [#79450108] 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 Handle endianness of MSTORE & MLOAD [#79877740] 10 years ago
Endianness.h Add support for Big Endian architectures [Delivers #79877740] 10 years ago
ExecutionEngine.cpp Improve ExecutionEngine code formatting 10 years ago
ExecutionEngine.h Using gas provided by test engine and fix for creating fake ExtVMFace. 10 years ago
Ext.cpp Increase refund counter if deleting a storage item [Delivers #81575908] 10 years ago
Ext.h Improve code formatting 10 years ago
GasMeter.cpp Allow creating LLVM constants directly from u256 10 years ago
GasMeter.h Add raiseException helper to RuntimeManager [#81563132] 10 years ago
Memory.cpp Improve Memory code formatting 10 years ago
Memory.h Improve code formatting 10 years ago
Runtime.cpp Improve Memory code formatting 10 years ago
Runtime.h Change #include setjmp 10 years ago
Stack.cpp Improve Stack code formatting 10 years ago
Stack.h Improve Stack code formatting 10 years ago
Type.cpp Fix u256 to APInt conversion 10 years ago
Type.h Allow creating LLVM constants directly from u256 10 years ago
Utils.cpp Move JIT compiler project to library 10 years ago
Utils.h Use clog for JIT logs 10 years ago
VM.cpp Improve VM code formatting 10 years ago
VM.h Change the way VMs are created (mostly for tracking where are created) 10 years ago