solidity/test/yulPhaser
Djordje Mijovic 9b3d1c11ff yul-phaser: A few more tweaks to ensure that signedness conversions do not cause warnings
- Don't cast booleans to int when the result gets assigned to an unsigned type. Relace them with ifs.
- Use unsigned initializer for a variable declared in a lambda capture.
- Unsigned abs() of a difference of unsigned values.
2020-06-04 17:18:07 +02:00
..
AlgorithmRunner.cpp [yul-phaser] Require specifying weights for Program::codeSize() 2020-05-20 16:47:23 +02:00
Chromosome.cpp [yul-phaser] Rename Common to Helpers in tests (update references) 2020-03-13 11:21:23 +01:00
Common.cpp [yul-phaser] Common: Add readLinesFromFile() 2020-03-18 13:30:58 +01:00
FitnessMetrics.cpp [yul-phaser] Require specifying weights for Program::codeSize() 2020-05-20 16:47:23 +02:00
GeneticAlgorithms.cpp [yul-phaser] Add options for selecting crossover operator used by the algorithms 2020-04-20 15:30:10 +02:00
Mutations.cpp yul-phaser: A few more tweaks to ensure that signedness conversions do not cause warnings 2020-06-04 17:18:07 +02:00
PairSelections.cpp [yul-phaser] Selections+PairSelections: Add RandomSubset and PairsFromRandomSubset 2020-04-06 19:06:08 +02:00
Phaser.cpp [yul-phaser] Command-line options for altering weights used by CodeSize metric 2020-05-20 16:47:23 +02:00
Population.cpp yul-phaser: A few more tweaks to ensure that signedness conversions do not cause warnings 2020-06-04 17:18:07 +02:00
Program.cpp [yul-phaser] Require specifying weights for Program::codeSize() 2020-05-20 16:47:23 +02:00
ProgramCache.cpp [yul-phaser] ProgramCache::calculateTotalCachedCodeSize(): Replace default weights with ones that better correlate with memory usage 2020-05-20 16:47:23 +02:00
Selections.cpp [yul-phaser] Selections+PairSelections: Add RandomSubset and PairsFromRandomSubset 2020-04-06 19:06:08 +02:00
SimulationRNG.cpp [yul-phaser] Rename Common to Helpers in tests (update references) 2020-03-13 11:21:23 +01:00
TestHelpers.cpp yul-phaser: A few more tweaks to ensure that signedness conversions do not cause warnings 2020-06-04 17:18:07 +02:00
TestHelpers.h [yul-phaser] TestHelpers: Generic operator << for printing tuples in boost tests 2020-04-06 19:06:08 +02:00
TestHelpersTest.cpp [yul-phaser] TestHelpers: Add TemporaryDirectory class 2020-03-18 13:30:58 +01:00