solidity/test/libsolidity
pinkiebell bb6fb675e0 libsolidity/codegen: Use calldatacopy to cheaply zero memory instead of
codecopy.

Motiviation:
  Zero'ing memory is commonplace in contracts, but with the upcoming
  Layer-2 EVM translation layers and other on-chain verification
  mechanisms, using `codecopy` becomes a `costly` operation in those
  sandboxes. Using `calldatacopy` achieves the same thing, gas costs
  are also the same as codecopy, and is significantly cheaper in the `sandbox` situation.
2020-01-22 17:56:56 +01:00
..
ABIJson Merge remote-tracking branch 'origin/develop' into develop_060 2019-11-14 13:42:46 +01:00
ASTJSON Ast-Import from standard-json 2020-01-14 17:15:53 +01:00
errorRecoveryTests Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
gasTests Do not rematerialize in loops. 2020-01-08 09:56:08 +01:00
semanticTests Test for true/false in inline assembly. 2020-01-14 17:16:09 +01:00
smtCheckerTests Merge remote-tracking branch 'origin/develop' into develop_060 2019-12-09 17:16:58 +01:00
smtCheckerTestsJSON [SMTChecker] Add as const function to SMTLib2Interface 2019-09-18 22:57:14 +02:00
syntaxTests Clean up visibility via contract name and fix ICE on calling unimplemented base function. 2020-01-16 19:13:04 +01:00
util Fixes missing alignment output in isoltest. 2020-01-15 18:18:16 +01:00
ABIDecoderTests.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
ABIEncoderTests.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
ABIJsonTest.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
ABIJsonTest.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
ABITestsCommon.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
AnalysisFramework.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
AnalysisFramework.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
Assembly.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
ASTJSONTest.cpp ASTJSON: Export evm version 2020-01-14 12:51:21 +01:00
ASTJSONTest.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
ErrorCheck.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
ErrorCheck.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
GasCosts.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
GasMeter.cpp Add test case for gas metering of exp(n, 0) 2020-01-17 14:24:55 +01:00
GasTest.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
GasTest.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
Imports.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
InlineAssembly.cpp Remove asm flavour. 2020-01-14 17:16:09 +01:00
LibSolc.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
Metadata.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
SemanticTest.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SemanticTest.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
SemVerMatcher.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SMTChecker.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SMTCheckerJSONTest.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
SMTCheckerJSONTest.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
SMTCheckerTest.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SMTCheckerTest.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SolidityCompiler.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SolidityEndToEndTest.cpp libsolidity/codegen: Use calldatacopy to cheaply zero memory instead of 2020-01-22 17:56:56 +01:00
SolidityExecutionFramework.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SolidityExecutionFramework.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SolidityExpressionCompiler.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SolidityNameAndTypeResolution.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
SolidityNatspecJSON.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
SolidityOptimizer.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SolidityParser.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SolidityScanner.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SolidityTypes.cpp Ast-Import from standard-json 2020-01-14 17:15:53 +01:00
StandardCompiler.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
SyntaxTest.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SyntaxTest.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
ViewPureChecker.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00