solidity/libsolidity/codegen
2021-09-14 19:06:32 +02:00
..
ir Compatibility with StackCompressor and StackLimitEvader. 2021-09-14 15:53:01 +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 Force disable stack-to-memory in old code generation ABIv2 code. 2021-09-14 19:06:32 +02:00
CompilerContext.h Use index into m_asm->items() to modify free memory push. 2021-09-14 15:54:24 +02:00
CompilerUtils.cpp Use index into m_asm->items() to modify free memory push. 2021-09-14 15:54:24 +02:00
CompilerUtils.h Fix namespace styles. 2021-05-27 17:41:04 +02:00
ContractCompiler.cpp Add optimizer setting for fuzzing. 2021-09-14 19:01:12 +02:00
ContractCompiler.h Code generation for errors. 2021-03-30 21:15:46 +02:00
ExpressionCompiler.cpp Implemented codegen for UserDefinedValueType 2021-09-08 19:56:48 +02:00
ExpressionCompiler.h Fix namespace styles. 2021-05-27 17:41:04 +02:00
LValue.cpp Allow reading of immutables during construction time 2021-08-19 13:59:05 +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 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 Implemented codegen for UserDefinedValueType 2021-09-08 19:56:48 +02:00
YulUtilFunctions.h Simplify yul conversion function even more. 2021-08-16 22:24:06 +02:00