Paweł Bylica
|
9d9e1600a3
|
InsertPointGuard helper class for IRBuilder
|
10 years ago |
Paweł Bylica
|
01ca987093
|
Give back an amount of gas not used by CALL instructions
[#79942174]
|
10 years ago |
Paweł Bylica
|
fb87a0b2ab
|
Count gas for CALL instructions
[#79942174]
|
10 years ago |
Paweł Bylica
|
7494fdba7a
|
Use Constant::get() interface to create LLVM constants
|
10 years ago |
artur-zawlocki
|
6caff31697
|
Implemented ADDMOD, MULMOD and GAS [Delivers #80566276]
|
10 years ago |
Paweł Bylica
|
3a2596960b
|
Report error if static-analysed stack is too small
|
10 years ago |
Paweł Bylica
|
8a522834f0
|
Do not check gas cost of value 0
[Delivers #80544260]
|
10 years ago |
Paweł Bylica
|
efe23ad7b8
|
Do not commit gas costs on JUMPDEST instruction
[#80544260]
|
10 years ago |
Paweł Bylica
|
d5f7de4a2e
|
Always commit cost blocks
[#79942174]
|
10 years ago |
Paweł Bylica
|
39ba3ae1d9
|
Use external counter for gas (external linkage global variable)
[#79942174]
|
10 years ago |
Paweł Bylica
|
4eb65a8b2c
|
Fix block cost counting (counter not reset)
|
10 years ago |
Paweł Bylica
|
5470faf9ec
|
Count gas for additional memory
[#79942174]
|
10 years ago |
Paweł Bylica
|
d6915b4d0b
|
Renames & comments
|
11 years ago |
Paweł Bylica
|
cfb226ba5f
|
Group gas counting into block of instructions called cost-block.
[#79942174]
|
11 years ago |
Paweł Bylica
|
04cf0cfcea
|
Generate gas checking function
|
11 years ago |
Paweł Bylica
|
b7f31afb7a
|
Cleanup LLVM types usage
|
11 years ago |
Paweł Bylica
|
28d6dd7930
|
Decrement global gas value by instruction step cost
[#79942174]
|
11 years ago |
Paweł Bylica
|
d3f59f6de4
|
Introducing GasMeter
|
11 years ago |