solidity/libsolidity/codegen
2022-08-03 12:33:11 +06:00
..
ir Adding event and error selector fields on the lines of the function selector fields 2022-05-23 10:49:16 +02:00
ABIFunctions.cpp Fixed bug that added a superfluous empty slot for data when encoding an empty string coming from storage. 2022-05-18 14:50:26 -03:00
ABIFunctions.h
ArrayUtils.cpp Bugfix. 2022-06-14 18:26:16 +02:00
ArrayUtils.h
Compiler.cpp
Compiler.h
CompilerContext.cpp Fix removal of memory stores in inline assembly blocks. 2022-06-10 17:32:28 +02:00
CompilerContext.h Store whether an evmasm Assembly is creation code. 2022-03-09 17:42:29 +01:00
CompilerUtils.cpp Recommend via-ir whenever a stack too deep error is encountered. 2022-05-05 19:22:03 +02:00
CompilerUtils.h
ContractCompiler.cpp Recommend via-ir whenever a stack too deep error is encountered. 2022-05-05 19:22:03 +02:00
ContractCompiler.h removed a duplicate word from a comment. 2022-06-13 17:38:43 -07:00
ExpressionCompiler.cpp Adding event and error selector fields on the lines of the function selector fields 2022-05-23 10:49:16 +02:00
ExpressionCompiler.h
LValue.cpp Recommend via-ir whenever a stack too deep error is encountered. 2022-05-05 19:22:03 +02:00
LValue.h
MultiUseYulFunctionCollector.cpp
MultiUseYulFunctionCollector.h
ReturnInfo.cpp returnSize assigned according to truth value of returnInfo.dynamicReturnSize 2022-03-03 18:55:10 +05:30
ReturnInfo.h
YulUtilFunctions.cpp Checks for overflow/underflow after add/sub operations. 2022-06-23 14:41:12 -03:00
YulUtilFunctions.h fixed wrong tab alignment in YulUtilFunctions.h 2022-08-03 12:33:11 +06:00