2023W-EFFPROG

Magic Hexagon.
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-01-07 15:04revert goto condition on the endEP2023 119123681+11-7
2024-01-07 14:40Merge pull request #9 from markhun/sum-optimizationsJohannes Felzmann1+10-6
2024-01-06 16:42Add goto condition at the endLuka Kalezic1+7-11
2024-01-06 15:43Revert "labeling: Replace division by 2 with bitshift"Markus Hunner1+1-1
2024-01-03 15:39Reduce goto statementsLuka Kalezic1+6-3
2024-01-03 13:50Merge pull request #6 from markhun/bisecting_labeling_searchspaceChristoph Kern1+33-21
2024-01-03 10:53Merge pull request #8 from markhun/exploration-order5Markus Hunner1+58-7
2023-12-30 13:48Makefile: Add unroll-loops cflagMarkus Hunner1+1-1
2023-12-30 12:34Add register annotation to loop indicesMarkus Hunner1+7-7
2023-12-30 12:26Globalize hexagon propertiesMarkus Hunner1+42-36
2023-12-30 11:35Makefile: Add -march=native -fwhole-program cflagsMarkus Hunner1+1-1
2023-12-30 11:33Makefile: Add NDEBUG cflag to ignore assertsMarkus Hunner1+1-1
2023-12-21 17:31Reduce goto jumpsLuka Kalezic1+6-2
2023-12-21 16:16Ignore first gotoLuka Kalezic1+1-1
2023-12-20 10:55Use bool as return type of solve(...)Markus Hunner1+9-8
2023-12-20 10:48Add CHANGE_IDENTIFIER enum for mutation functionsMarkus Hunner1+31-30
2023-12-20 10:33Rename "Var" and "Var[]" into hexagonEntry and hexagonMarkus Hunner1+104-102
2023-12-20 09:25Makefile: Add benchmark targetMarkus Hunner1+3-0
2023-12-20 09:24Makefile: Use -ggdb -O0 -fno-omit-frame-pointer for debug buildsMarkus Hunner1+1-1
2023-12-11 14:33Makefile: Fix typos in test echo messagesMarkus Hunner1+4-4
2023-12-08 13:46Setup projectMarkus Hunner10+1295-2
2023-12-05 08:34Initial commitMarkus Hunner2+54-0