Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ssa refactor): SSA refactor main #1628

Merged
merged 21 commits into from
Jun 17, 2023
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6210550
disable mac tests
kevaundray Jun 9, 2023
66e7297
feat: added support for modulo ops on brillig (#1621)
sirasistant Jun 9, 2023
6bd5a8d
feat(brillig): foreign call/oracle compilation (#1600)
ludamad Jun 9, 2023
03d5040
feat: add support for assert in brillig (#1603)
guipublic Jun 9, 2023
055b892
Merge remote-tracking branch 'origin/master' into kw/brillig-main
kevaundray Jun 10, 2023
c5da92c
chore(ssa refactor): Separate Brillig only logic from Brillig-SSA gen…
kevaundray Jun 12, 2023
e66fb0c
chore(ssa_refactor): Improve foreign call compilation (#1644)
vezenovm Jun 13, 2023
f7f2647
feat: Brillig array inputs and outputs (#1630)
vezenovm Jun 13, 2023
2893855
chore(brillig): master into brillig main (#1663)
sirasistant Jun 13, 2023
3050b44
feat(brillig): Added cast instruction (#1649)
sirasistant Jun 14, 2023
870ffe7
feat(brillig): Add unique labeling and remove relative jumps (#1652)
sirasistant Jun 15, 2023
db930da
Merge remote-tracking branch 'origin/master' into kw/brillig-main
kevaundray Jun 15, 2023
69ae632
Merge remote-tracking branch 'origin/master' into kw/brillig-main
kevaundray Jun 15, 2023
2313a5e
fix `is_signed` method
kevaundray Jun 15, 2023
6f49402
feat(brillig): added basic array operations (#1716)
sirasistant Jun 16, 2023
7b999e8
feat(brillig): runtime memory allocation (#1732)
sirasistant Jun 16, 2023
6261dc8
chore(brillig): Add a register abstraction/optimization (#1737)
ludamad Jun 16, 2023
a2c454e
Merge remote-tracking branch 'origin/master' into kw/brillig-main
kevaundray Jun 16, 2023
8703de5
merge fix: AcirType is now an enum
kevaundray Jun 16, 2023
408303b
merge fix: foreign calls
kevaundray Jun 16, 2023
90d1ad4
fix: Oracle output resolution (#1740)
vezenovm Jun 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- os: ubuntu
runner: ubuntu-large
target: x86_64-linux
- os: mac
kevaundray marked this conversation as resolved.
Show resolved Hide resolved
runner: macos-latest
target: x86_64-darwin
# - os: mac
# runner: macos-latest
# target: x86_64-darwin

steps:
- name: Checkout
Expand Down