364 Commits (48cc6f12d349b2b61017ef285519d75df0c014e0)

Author SHA1 Message Date
artur-zawlocki 7305fb32d3 fixed bug in llvm ir computing required memory size 10 years ago
artur-zawlocki 99abfb03e0 fixed bug in llvm ir computing required memory size 10 years ago
artur-zawlocki cb870520b2 unused var removed 10 years ago
artur-zawlocki f8a5779891 unused var removed 10 years ago
artur-zawlocki 9a0f9d3e3c 1) JUMP/I semantics updated. 2) Members of BasicBlock::LocalStack pulled out to BasicBlock 10 years ago
artur-zawlocki 1c9fb4acb7 1) JUMP/I semantics updated. 2) Members of BasicBlock::LocalStack pulled out to BasicBlock 10 years ago
Paweł Bylica c91c5df4f6 Rename BNOT -> NOT, NOT -> ISZERO 10 years ago
Paweł Bylica e756b4ae1e Rename BNOT -> NOT, NOT -> ISZERO 10 years ago
artur-zawlocki 8f7b5d6a25 removed *.orig file 10 years ago
artur-zawlocki 11d78d44b1 removed *.orig file 10 years ago
artur-zawlocki 6f99869d57 code cleanup and coding-standardization 10 years ago
artur-zawlocki 44a9ea0fb8 code cleanup and coding-standardization 10 years ago
Paweł Bylica a44a7ab4ad Use llvm.longjmp intrinsic for longjmp [Delivers #81792986] 10 years ago
Paweł Bylica c52fd78fb6 Use llvm.longjmp intrinsic for longjmp [Delivers #81792986] 10 years ago
Paweł Bylica 8ee32d9197 Coding style: use "o_" prefix for output function arguments 10 years ago
Paweł Bylica a19f3df3b3 Coding style: use "o_" prefix for output function arguments 10 years ago
artur-zawlocki 40561b1270 code cleanup & coding-standardization 10 years ago
artur-zawlocki aa3ae14422 code cleanup & coding-standardization 10 years ago
Paweł Bylica aaaf5439fb Rename Type::i256 -> Type::Word 10 years ago
Paweł Bylica 23c7da66fa Rename Type::i256 -> Type::Word 10 years ago
Paweł Bylica b5abb70075 Use common builder in GasMeter and Memory 10 years ago
Paweł Bylica b039d7ee8e Use common builder in GasMeter and Memory 10 years ago
Paweł Bylica 33cc50d130 Empty lines removal 10 years ago
Paweł Bylica 5dc0a266c4 Empty lines removal 10 years ago
Paweł Bylica 72398d2c26 Handle unsigned integer overflow in Memory::require() [Delivers #81773288] 10 years ago
Paweł Bylica d555d4af8f Handle unsigned integer overflow in Memory::require() [Delivers #81773288] 10 years ago
Paweł Bylica 350b004e79 Change Constant::get to support negative values 10 years ago
Paweł Bylica 340d9ea678 Change Constant::get to support negative values 10 years ago
Paweł Bylica 272c568bfc Remove Memory::require(size) interface [#81773288] 10 years ago
Paweł Bylica cfb98606f5 Remove Memory::require(size) interface [#81773288] 10 years ago
Paweł Bylica 273b0f634f Deprecate Memory::require(size) function. Risk of unsigned integer overflow. 10 years ago
Paweł Bylica 4164895935 Deprecate Memory::require(size) function. Risk of unsigned integer overflow. 10 years ago
Paweł Bylica 439561a5fa Use readPushData() in basic block analysis 10 years ago
Paweł Bylica 1728f58cba Use readPushData() in basic block analysis 10 years ago
Paweł Bylica bfb96606a2 Use readPushData() in instruction compilation 10 years ago
Paweł Bylica 01b6974a18 Use readPushData() in instruction compilation 10 years ago
Paweł Bylica 1008c70a14 Create dedicated function for pushdata reading 10 years ago
Paweł Bylica 20277e8b0b Create dedicated function for pushdata reading 10 years ago
Paweł Bylica 4ff7ba015d Fix u256 to APInt conversion 10 years ago
Paweł Bylica c376cda830 Fix u256 to APInt conversion 10 years ago
artur-zawlocki 65af01cda8 removed accidentally added *.orig file 10 years ago
artur-zawlocki 46fc1a396e removed accidentally added *.orig file 10 years ago
artur-zawlocki 7760b31e42 Cleaning up warnings and build dependencies [#81588646] 10 years ago
artur-zawlocki feaa976c88 Cleaning up warnings and build dependencies [#81588646] 10 years ago
artur-zawlocki 2d6aa468c6 CMakeLists updated, should now build without LLVM when EVMJIT is not enabled [#81588646] 10 years ago
artur-zawlocki 2503741803 CMakeLists updated, should now build without LLVM when EVMJIT is not enabled [#81588646] 10 years ago
Paweł Bylica 43093d6559 Fix MSIZE and memory resize step [Delivers #81777708] 10 years ago
Paweł Bylica 1dc5bece05 Fix MSIZE and memory resize step [Delivers #81777708] 10 years ago
Paweł Bylica 85f67a5582 Improve PUSH compilation 10 years ago
Paweł Bylica c118675532 Improve PUSH compilation 10 years ago