solidity/libsolidity/codegen
2022-08-12 10:18:05 -03: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 Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00
ABIFunctions.h Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00
ArrayUtils.cpp Bugfix. 2022-06-14 18:26:16 +02:00
ArrayUtils.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
Compiler.cpp Remove unused function. 2021-09-22 11:11:51 +02:00
Compiler.h Remove unused function. 2021-09-22 11:11:51 +02:00
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 Do not store immutables packed. 2021-09-29 10:12:05 +02:00
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 Fix namespace styles. 2021-05-27 17:41:04 +02:00
LValue.cpp Recommend via-ir whenever a stack too deep error is encountered. 2022-05-05 19:22:03 +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 Sort yul functions by creation time. 2021-09-08 12:25:56 +02:00
MultiUseYulFunctionCollector.h Sort yul functions by creation time. 2021-09-08 12:25:56 +02:00
ReturnInfo.cpp returnSize assigned according to truth value of returnInfo.dynamicReturnSize 2022-03-03 18:55:10 +05:30
ReturnInfo.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
YulUtilFunctions.cpp Added overflow checks after multiplication operation is executed. 2022-08-12 10:18:05 -03:00
YulUtilFunctions.h Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00