solidity/libsolidity/inlineasm
Christian Parpart d67322a186 Introduce namespace langutil in liblangutil directory.
Also:
- Use {}-style list initialisation for SourceLocation construction
- Introduce new system includes
- Changes the API of the Scanner to take source as value (with move) as opposed to as a reference
2018-11-21 19:13:44 +00:00
..
AsmAnalysis.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
AsmAnalysis.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
AsmAnalysisInfo.cpp Refactor to combined scope and stack height info. 2017-04-26 17:12:04 +02:00
AsmAnalysisInfo.h Add include file to forward-declare inline assembly structs. 2017-06-16 10:56:21 +01:00
AsmCodeGen.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
AsmCodeGen.h Renaming namespace dev::julia to dev::yul. 2018-10-15 11:58:51 +02:00
AsmData.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
AsmDataForward.h Rename JULIA/IULIA to Yul in assembly interface 2018-06-14 09:31:28 +01:00
AsmParser.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
AsmParser.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
AsmPrinter.cpp Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00
AsmPrinter.h Performance: Replace string by special single-copy YulString class. 2018-11-07 19:30:27 +01:00
AsmScope.cpp Use single counter for name dispenser for performance reasons. 2018-11-07 23:09:33 +01:00
AsmScope.h Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00
AsmScopeFiller.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
AsmScopeFiller.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00