394 Commits (f3808010de5ec38a55a73b43f72218e2c8828c5b)

Author SHA1 Message Date
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
Paweł Bylica 3725432bef Fix case where JUMPI is the last instruction 10 years ago
Paweł Bylica c32e1e05b3 Fix case where JUMPI is the last instruction 10 years ago
artur-zawlocki 007641a84b SIGEXTEND: first try [#81700414] 10 years ago
artur-zawlocki f8feca9dfc SIGEXTEND: first try [#81700414] 10 years ago
Paweł Bylica d77864071d Fix BNOT instruction [Delivers #81700198] 10 years ago
Paweł Bylica 4c27c26af9 Fix BNOT instruction [Delivers #81700198] 10 years ago
Paweł Bylica dd75da2d3a BNOT instruction [Delivers #81700198] 10 years ago
Paweł Bylica 8cfe2ee454 BNOT instruction [Delivers #81700198] 10 years ago
Paweł Bylica e4a77c1f69 Increase refund counter if deleting a storage item [Delivers #81575908] 10 years ago
Paweł Bylica e3ccbf8d49 Increase refund counter if deleting a storage item [Delivers #81575908] 10 years ago
Paweł Bylica 22e4d16e1f Remove old code 10 years ago
Paweł Bylica 4f5959ed64 Remove old code 10 years ago
artur-zawlocki af0530ba3d Got rid of some gcc warnings 10 years ago
artur-zawlocki 236361044c Got rid of some gcc warnings 10 years ago
Paweł Bylica c6cf723c68 Fix u256 to APInt conversion 10 years ago
Paweł Bylica 3f50913d95 Fix u256 to APInt conversion 10 years ago
Paweł Bylica e6b4761765 Allow creating LLVM constants directly from u256 10 years ago
Paweł Bylica 56bd2c3411 Allow creating LLVM constants directly from u256 10 years ago
Paweł Bylica 33f1253bbe Update gas counting for SSTORE, no refunding yet [#81575908] 10 years ago
Paweł Bylica decf410515 Update gas counting for SSTORE, no refunding yet [#81575908] 10 years ago
Paweł Bylica e24c9c2286 Improve Compiler code formatting 10 years ago
Paweł Bylica 91dd7122c2 Improve Compiler code formatting 10 years ago
Paweł Bylica f06445fcbb Improve VM code formatting 10 years ago