artur-zawlocki
|
99abfb03e0
|
fixed bug in llvm ir computing required memory size
|
10 years ago |
artur-zawlocki
|
f8a5779891
|
unused var removed
|
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
|
e756b4ae1e
|
Rename BNOT -> NOT, NOT -> ISZERO
|
10 years ago |
artur-zawlocki
|
11d78d44b1
|
removed *.orig file
|
10 years ago |
artur-zawlocki
|
44a9ea0fb8
|
code cleanup and coding-standardization
|
10 years ago |
Paweł Bylica
|
c52fd78fb6
|
Use llvm.longjmp intrinsic for longjmp [Delivers #81792986]
|
10 years ago |
Paweł Bylica
|
a19f3df3b3
|
Coding style: use "o_" prefix for output function arguments
|
10 years ago |
artur-zawlocki
|
aa3ae14422
|
code cleanup & coding-standardization
|
10 years ago |
Paweł Bylica
|
23c7da66fa
|
Rename Type::i256 -> Type::Word
|
10 years ago |
Paweł Bylica
|
b039d7ee8e
|
Use common builder in GasMeter and Memory
|
10 years ago |
Paweł Bylica
|
5dc0a266c4
|
Empty lines removal
|
10 years ago |
Paweł Bylica
|
d555d4af8f
|
Handle unsigned integer overflow in Memory::require() [Delivers #81773288]
|
10 years ago |
Paweł Bylica
|
340d9ea678
|
Change Constant::get to support negative values
|
10 years ago |
Paweł Bylica
|
cfb98606f5
|
Remove Memory::require(size) interface [#81773288]
|
10 years ago |
Paweł Bylica
|
4164895935
|
Deprecate Memory::require(size) function. Risk of unsigned integer overflow.
|
10 years ago |
Paweł Bylica
|
1728f58cba
|
Use readPushData() in basic block analysis
|
10 years ago |
Paweł Bylica
|
01b6974a18
|
Use readPushData() in instruction compilation
|
10 years ago |
Paweł Bylica
|
20277e8b0b
|
Create dedicated function for pushdata reading
|
10 years ago |
Paweł Bylica
|
c376cda830
|
Fix u256 to APInt conversion
|
10 years ago |
artur-zawlocki
|
46fc1a396e
|
removed accidentally added *.orig file
|
10 years ago |
artur-zawlocki
|
feaa976c88
|
Cleaning up warnings and build dependencies [#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
|
1dc5bece05
|
Fix MSIZE and memory resize step [Delivers #81777708]
|
10 years ago |
Paweł Bylica
|
c118675532
|
Improve PUSH compilation
|
10 years ago |
Paweł Bylica
|
c32e1e05b3
|
Fix case where JUMPI is the last instruction
|
10 years ago |
artur-zawlocki
|
f8feca9dfc
|
SIGEXTEND: first try [#81700414]
|
10 years ago |
Paweł Bylica
|
4c27c26af9
|
Fix BNOT instruction [Delivers #81700198]
|
10 years ago |
Paweł Bylica
|
8cfe2ee454
|
BNOT instruction [Delivers #81700198]
|
10 years ago |
Paweł Bylica
|
e3ccbf8d49
|
Increase refund counter if deleting a storage item [Delivers #81575908]
|
10 years ago |
Paweł Bylica
|
4f5959ed64
|
Remove old code
|
10 years ago |
artur-zawlocki
|
236361044c
|
Got rid of some gcc warnings
|
10 years ago |
Paweł Bylica
|
3f50913d95
|
Fix u256 to APInt conversion
|
10 years ago |
Paweł Bylica
|
56bd2c3411
|
Allow creating LLVM constants directly from u256
|
10 years ago |
Paweł Bylica
|
decf410515
|
Update gas counting for SSTORE, no refunding yet [#81575908]
|
10 years ago |
Paweł Bylica
|
91dd7122c2
|
Improve Compiler code formatting
|
10 years ago |
Paweł Bylica
|
fd351c84fb
|
Improve VM code formatting
|
10 years ago |
Paweł Bylica
|
d9ce724f55
|
Improve Ext code formatting
|
10 years ago |
Paweł Bylica
|
715c60000d
|
Improve GasMeter code formatting
|
10 years ago |
Paweł Bylica
|
1f6d12a55c
|
Improve ExecutionEngine code formatting
|
10 years ago |
Paweł Bylica
|
3e948d963b
|
Improve BasicBlock code formatting
|
10 years ago |
Paweł Bylica
|
3216898b49
|
Improve Memory code formatting
|
10 years ago |
Paweł Bylica
|
31ccf59bd0
|
Improve code formatting
|
10 years ago |
Paweł Bylica
|
57c6eb8ba3
|
Improve Arith256 code formatting
|
10 years ago |
Paweł Bylica
|
de76284186
|
Change #include setjmp
|
10 years ago |
Paweł Bylica
|
16868c7222
|
Improve Stack code formatting
|
10 years ago |
Paweł Bylica
|
68829e87b9
|
Remove done FIXME tasks
|
10 years ago |
artur-zawlocki
|
865cfe4a72
|
turned on stack optimization by default in jit compiler
|
10 years ago |
Paweł Bylica
|
be6a02a446
|
Use clog for JIT logs
|
10 years ago |
artur-zawlocki
|
0432706b2f
|
added inlcude of setjmp.h required for jmp_buf type
|
10 years ago |