solidity/libsolidity/codegen
nishant-sachdeva e2711b7fab Corresponding code in the .cpp file has been commented instead of begin removed pending preliminary reviews
Code generators needed fixing of the cleanup process during typecasting of bytes and integers
2022-02-01 16:07:55 +05:30
..
ir Corresponding code in the .cpp file has been commented instead of begin removed pending preliminary reviews 2022-02-01 16:07:55 +05:30
ABIFunctions.cpp Improve abi decoding functions for arrays. 2021-09-15 13:50:19 +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 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 Separate DebugData fields for Solidity and Yul source locations 2021-09-22 13:11:39 +02:00
CompilerContext.h Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
CompilerUtils.cpp Remove empty assert messages 2022-01-20 15:11:26 +01:00
CompilerUtils.h Do not store immutables packed. 2021-09-29 10:12:05 +02:00
ContractCompiler.cpp Add `.address and .selector` in inside assembly for external function pointers 2021-10-04 18:05:57 +02:00
ContractCompiler.h Code generation for errors. 2021-03-30 21:15:46 +02:00
ExpressionCompiler.cpp Adding Stack Height Checker and modifying the number of POP instructions to appropriately provide the pointer address 2022-01-20 01:15:08 +05:30
ExpressionCompiler.h Fix namespace styles. 2021-05-27 17:41:04 +02:00
LValue.cpp Try out the new assertion macro variants with less arguments 2021-10-04 12:05:00 +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 Corresponding code in the .cpp file has been commented instead of begin removed pending preliminary reviews 2022-01-28 19:56:15 +05:30
YulUtilFunctions.h Equality operator allowed for external function types 2022-01-19 15:20:31 +05:30