Skip to content

Commit 5b34c91

Browse files
committed
Revert "Fix some iterate TODO's in layout pass"
This reverts commit 8908dbb. Revert "remove duplicates" This reverts commit 96d52fe. Revert "[LayoutOpt]: Add a greedy heuristic to ameliorate solver time in lieu of runtime performance." This reverts commit 209a90d. Revert "add support for global layout optimization for multiple functions" This reverts commit 540b2b7. Revert "[LayoutOptimization] Test multiple functions. Producer Consumer boundary optimization." This reverts commit 0344417. Revert "remove old comment in test examples" This reverts commit 90a2043. Revert "Add dyn flag to enable layout optimization. Remove dependency from annotations" This reverts commit 92d44b1. Revert "change failing test to pass" This reverts commit a7ab7f6. Revert "edit workflow" This reverts commit 4f17ce3. Revert "layout3TagSearch.hs: restore state" This reverts commit 2366e1e. Revert "forgot to add answer file" This reverts commit 924afa7. Revert "Mark layout test failing since need academic liscense to install cplex solver" This reverts commit f0ff4a6. Revert "move comments to bottom of file" This reverts commit b5eb4c1. Revert "Main pass to optimize layout when user annotates function" This reverts commit c937d0c. Revert "Add pass OptimizeADTLayout" This reverts commit 583a207. Revert "add synthetic bench from marmoset paper to tests" This reverts commit 45f39ad. Revert "Filter blogs unit tests" This reverts commit a90450f. Revert "blog tag search unit tests" This reverts commit 5c811a5. Revert "Additional layout unit tests" This reverts commit 4a8804c. Revert "change failing tests" This reverts commit 6dbf340. Revert "init some layout tests in the test-runner" This reverts commit 985b98b. Revert "AddRAN: missing fields in functionMeta record" This reverts commit 5827f62. Revert "src: HaskellFrontend" This reverts commit 0cb2be2. Revert "change package versions" This reverts commit ba19bc2. Revert "Passes: Access patterns, update GHC version to 9.4.6 in CI" This reverts commit fab882a. Revert "fix L1 test" This reverts commit 32d884b. Revert "fix" This reverts commit bc339a6. Revert "Tests: Fix L1 Typecheck case to fix CI error" This reverts commit 868c772. Revert "Passes: CallGraph" This reverts commit a87fd43. Revert "Passes: Support for Definition Use Chains" This reverts commit 4a51fec. Revert "Passes: Control Flow Graph" This reverts commit e554f1c.
1 parent 5537813 commit 5b34c91

File tree

241 files changed

+143467
-12955
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+143467
-12955
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.4.6
31+
- compiler: ghc-9.6.2
3232
compilerKind: ghc
33-
compilerVersion: 9.4.6
33+
compilerVersion: 9.6.2
3434
setup-method: ghcup
3535
allow-failure: false
3636
- compiler: ghc-9.4.5

.github/workflows/test-gibbon-examples.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,10 @@ jobs:
1414
sudo apt update
1515
sudo apt-get install -y libgc-dev libgmp-dev uthash-dev gcc-11 racket
1616
sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-11 /usr/bin/gcc
17-
- name: cplex and docplex
18-
run: |
19-
sudo apt-get install python3
20-
pip3 install cplex
21-
pip3 install docplex
2217
- name: ghc and cabal
2318
env:
2419
HCKIND: ghc
25-
HCVER: 9.4.6
20+
HCVER: 9.6.2
2621
run: |
2722
mkdir -p "$HOME/.ghcup/bin"
2823
curl -sL https://downloads.haskell.org/ghcup/0.1.19.2/x86_64-linux-ghcup-0.1.19.2 > "$HOME/.ghcup/bin/ghcup"

gibbon-compiler/examples/layout_bench/GenerateLayout1.hs

Lines changed: 0 additions & 48 deletions
This file was deleted.

gibbon-compiler/examples/layout_bench/GenerateLayout2.hs

Lines changed: 0 additions & 18 deletions
This file was deleted.

gibbon-compiler/examples/layout_bench/GenerateLayout3.hs

Lines changed: 0 additions & 18 deletions
This file was deleted.

gibbon-compiler/examples/layout_bench/GenerateLayout4.hs

Lines changed: 0 additions & 18 deletions
This file was deleted.

gibbon-compiler/examples/layout_bench/GenerateLayout5.hs

Lines changed: 0 additions & 19 deletions
This file was deleted.

gibbon-compiler/examples/layout_bench/GenerateLayout6.hs

Lines changed: 0 additions & 18 deletions
This file was deleted.

gibbon-compiler/examples/layout_bench/GenerateLayout7.hs

Lines changed: 0 additions & 18 deletions
This file was deleted.

gibbon-compiler/examples/layout_bench/GenerateLayout8.hs

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)