solidity/libyul
chriseth 4b2a64306a
Merge pull request #5587 from ethereum/yulCodeBuiltins
Builtin functions to access Yul objects.
2018-12-06 16:49:52 +01:00
..
backends/evm Analyze and compile sub-objects. 2018-12-06 14:32:04 +01:00
optimiser SSAValueTracker should only use nullptr for default values 2018-12-05 18:01:41 +01:00
AsmAnalysis.cpp Relax assertion about jumps in loose mode 2018-12-05 10:25:59 +01:00
AsmAnalysis.h Introduce the concept of builtin functions. 2018-12-04 12:06:33 +01:00
AsmAnalysisInfo.cpp Rewrite header paths to adapt to recent git mv of libsolidity/inlineasm to libyul 2018-11-23 11:18:57 +01:00
AsmAnalysisInfo.h Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AsmData.h Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AsmDataForward.h Introduce the concept of builtin functions. 2018-12-04 12:06:33 +01:00
AsmParser.cpp Use builtin functions in the yul parser. 2018-12-04 14:49:16 +01:00
AsmParser.h Introduce the concept of builtin functions. 2018-12-04 12:06:33 +01:00
AsmPrinter.cpp Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AsmPrinter.h Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AsmScope.cpp Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AsmScope.h Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AsmScopeFiller.cpp Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
AsmScopeFiller.h Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
CMakeLists.txt Merge pull request #5587 from ethereum/yulCodeBuiltins 2018-12-06 16:49:52 +01:00
Dialect.cpp Provide Yul Object builtins. 2018-12-04 15:40:50 +01:00
Dialect.h Provide Yul Object builtins. 2018-12-04 15:40:50 +01:00
Exceptions.h Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00
Object.cpp Yul objects. 2018-11-27 15:59:57 +01:00
Object.h Yul objects. 2018-11-27 15:59:57 +01:00
ObjectParser.cpp Introduce the concept of builtin functions. 2018-12-04 12:06:33 +01:00
ObjectParser.h Introduce the concept of builtin functions. 2018-12-04 12:06:33 +01:00
YulString.h Isolating libyul library API into its own namespace yul. 2018-11-23 14:29:00 +01:00