solidity/libsolidity/codegen
hrkrshnn 95091f6b58 Implemented block.basefee in Solidilty and basefee() in Yul.
Also added basefee to Yul grammar.
2021-08-09 16:18:08 +02:00
..
ir Implemented block.basefee in Solidilty and basefee() in Yul. 2021-08-09 16:18:08 +02:00
ABIFunctions.cpp Respect memory model for revert. 2021-05-03 18:23:41 +02:00
ABIFunctions.h Respect memory model for revert. 2021-05-03 18:23:41 +02:00
ArrayUtils.cpp Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
ArrayUtils.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
Compiler.cpp Support metadata via IR. 2021-06-21 18:20:31 +02:00
Compiler.h Fix namespace styles. 2021-05-27 17:41:04 +02:00
CompilerContext.cpp Only provide code generator to CodeTransform. 2021-08-04 18:38:10 +02:00
CompilerContext.h Support metadata via IR. 2021-06-21 18:20:31 +02:00
CompilerUtils.cpp Remove assertions preventing calldata->calldata conversion when cleanup is needed 2021-06-22 16:10:16 +02:00
CompilerUtils.h Fix namespace styles. 2021-05-27 17:41:04 +02:00
ContractCompiler.cpp Only provide code generator to CodeTransform. 2021-08-04 18:38:10 +02:00
ContractCompiler.h Code generation for errors. 2021-03-30 21:15:46 +02:00
ExpressionCompiler.cpp Implemented block.basefee in Solidilty and basefee() in Yul. 2021-08-09 16:18:08 +02:00
ExpressionCompiler.h Fix namespace styles. 2021-05-27 17:41:04 +02:00
LValue.cpp Fix assertion preventing assignment of arrays of implicitly convertible function types 2021-06-03 08:56:02 +02:00
LValue.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
MultiUseYulFunctionCollector.cpp Adding additional interface to yul function collector. 2021-03-15 20:27:16 +01:00
MultiUseYulFunctionCollector.h Adding additional interface to yul function collector. 2021-03-15 20:27:16 +01:00
ReturnInfo.cpp Fixing ICE when returning Struct from library 2020-10-13 20:00:11 +02:00
ReturnInfo.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
YulUtilFunctions.cpp Merge pull request #11737 from ethereum/fix_shift_cleanup 2021-08-05 12:55:42 +02:00
YulUtilFunctions.h Merge pull request #10768 from ethereum/copyLiteralToStorageSol2Yul 2021-05-06 10:44:39 +02:00