-
Notifications
You must be signed in to change notification settings - Fork 4
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: m-labs/flickernoise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 01c5e10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: m-labs/flickernoise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 35aef26
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 9 files changed
- 1 contributor
Commits on Dec 30, 2011
-
Configuration menu - View commit details
-
Copy full SHA for b933013 - Browse repository at this point
Copy the full SHA b933013View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc9ffe - Browse repository at this point
Copy the full SHA cdc9ffeView commit details -
compiler: rename op_not to op_negate
Furthermore, show the unary minus as (- x) instead of (! x) in debugging/test output. Note that this requires an update for the corresponding change in milkymist.git
Configuration menu - View commit details
-
Copy full SHA for 62da9eb - Browse repository at this point
Copy the full SHA 62da9ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 369310a - Browse repository at this point
Copy the full SHA 369310aView commit details -
compiler: if(!a, b, c) now gets converted to if(a, c, b)
This removes the unary not code generation wouldn't be able to handle from the AST.
Configuration menu - View commit details
-
Copy full SHA for cb733ac - Browse repository at this point
Copy the full SHA cb733acView commit details -
compiler: added relational operators !=, <=, and >=
They are implemented with unary nots, so we can only generate code when they are used in a condition.
Configuration menu - View commit details
-
Copy full SHA for 35aef26 - Browse repository at this point
Copy the full SHA 35aef26View commit details
There are no files selected for viewing