.. |
backends
|
[Yul] Wasm dialect.
|
2019-04-25 17:27:17 +02:00 |
optimiser
|
Increase code cost for branching statements.
|
2019-04-25 17:08:11 +02:00 |
AsmAnalysis.cpp
|
[Yul] Catch fatal errors in analysis.
|
2019-04-25 11:34:56 +02:00 |
AsmAnalysis.h
|
Remove "using namespace" from header and move Instruction to dev::eth.
|
2019-03-28 13:48:11 +01:00 |
AsmAnalysisInfo.h
|
Isolating libyul library API into its own namespace yul .
|
2018-11-23 14:29:00 +01:00 |
AsmData.h
|
Remove "using namespace" from header and move Instruction to dev::eth.
|
2019-03-28 13:48:11 +01:00 |
AsmDataForward.h
|
[Yul] Adds break/continue statements and some general tests for for-loop syntax.
|
2019-03-11 15:05:05 +01:00 |
AsmParser.cpp
|
Support period as part of identifiers for Yul and Inline Assembly.
|
2019-04-25 16:48:16 +02:00 |
AsmParser.h
|
Merge pull request #6555 from sifmelcara/break-for-loop
|
2019-04-25 11:20:44 +02:00 |
AsmPrinter.cpp
|
Remove "using namespace" from header and move Instruction to dev::eth.
|
2019-03-28 13:48:11 +01:00 |
AsmPrinter.h
|
[Yul] Adds break/continue statements and some general tests for for-loop syntax.
|
2019-03-11 15:05:05 +01:00 |
AsmScope.cpp
|
Use move semantics.
|
2019-04-05 13:41:39 +02:00 |
AsmScope.h
|
Use move semantics.
|
2019-04-05 13:41:39 +02:00 |
AsmScopeFiller.cpp
|
Use move semantics.
|
2019-04-05 13:41:39 +02:00 |
AsmScopeFiller.h
|
[Yul] Fix registration of functions in scopes.
|
2019-04-05 13:41:38 +02:00 |
AssemblyStack.cpp
|
Make optimiser settings available to assembly stack.
|
2019-03-28 18:24:13 +01:00 |
AssemblyStack.h
|
Make optimiser settings available to assembly stack.
|
2019-03-28 18:24:13 +01:00 |
CMakeLists.txt
|
[Yul] Wasm dialect.
|
2019-04-25 17:27:17 +02:00 |
CompilabilityChecker.cpp
|
Remove "using namespace" from header and move Instruction to dev::eth.
|
2019-03-28 13:48:11 +01:00 |
CompilabilityChecker.h
|
Pass "optimize stack allocation" flag down to the stack compressor.
|
2019-03-20 15:03:27 +01:00 |
Dialect.h
|
[libyul] fix typo
|
2019-04-18 19:07:06 +08:00 |
Exceptions.h
|
Fix tabs/spaces.
|
2019-02-13 17:05:48 +01:00 |
Object.cpp
|
Yul objects.
|
2018-11-27 15:59:57 +01:00 |
Object.h
|
make use of C++ = default constructor declarations as well as more non-static member initialization syntax.
|
2018-12-19 11:26:42 +01:00 |
ObjectParser.cpp
|
Use C++ user-defined literals for creating YulString constants.
|
2018-12-12 18:45:43 +01:00 |
ObjectParser.h
|
Codegen for object access.
|
2018-12-11 19:24:44 +01:00 |
Utilities.cpp
|
libyul: Change assertThrow() to yulAssert()
|
2019-03-05 18:39:27 +01:00 |
Utilities.h
|
Move Literal to u256 conversions to extra functions
|
2019-03-05 18:39:27 +01:00 |
YulString.h
|
Fix style of "const".
|
2019-02-13 16:34:53 +01:00 |