Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-20 | Remove bitstring addition. | Greg Brown | |
2021-12-20 | Extract structures shared by most binary vector operations. | Greg Brown | |
This is the extraction promised a couple of commits ago. | |||
2021-12-20 | Define vmul. | Greg Brown | |
2021-12-20 | Inline and rearrange to make vadd and vhsub look more similar. | Greg Brown | |
If there are other functions with a similar structure, I may extract larger patterns. copy-masked is one example of a structure that was easy to extract. | |||
2021-12-20 | Define semantics of vhsub. | Greg Brown | |
2021-12-20 | Improve type-checking efficiency. | Greg Brown | |
2021-12-20 | Define semantics for vadd. | Greg Brown | |
2021-12-20 | Add references to the core denotational semantics.last-attempt | Greg Brown | |
2021-12-20 | Add some convenience functions. | Greg Brown | |
2021-12-19 | Define core of denotational semantics. | Greg Brown | |
2021-12-19 | Define a minimal interface for working with Arm pseudocode. | Greg Brown | |