aboutsummaryrefslogtreecommitdiff
path: root/src/Compilers/Z/CNotations.v
Commit message (Collapse)AuthorAge
* Fix a mis-aligned comment marker in CNotations scriptGravatar Jason Gross2017-07-03
|
* change notation `_ == _ ? _ : _ ` to `cmovznz(_, _, _)`Gravatar Jason Gross2017-06-29
| | | | This closes #228
* Fix comment-in-string issuesGravatar Jason Gross2017-06-29
|
* More C Notations for uin8_t-valued addcarryxGravatar Jason Gross2017-06-29
|
* Add notation for logical orGravatar Jason Gross2017-06-22
|
* Add more Z-notationsGravatar Jason Gross2017-06-20
|
* Fix typo in formatGravatar Jason Gross2017-06-18
|
* Add fake notation for addcarryx_u128 and similarGravatar Jason Gross2017-06-18
|
* Add some notations for mulxGravatar Jason Gross2017-06-18
|
* Add cnotations for addcarryx with uint8_tGravatar Jason Gross2017-06-18
|
* Add notationsGravatar Jason Gross2017-06-18
|
* Display Z operations with ℤ attachedGravatar Jason Gross2017-06-15
| | | | This is the lighter-weight solution to #197.
* Fix a major bug in C-notation printingGravatar Jason Gross2017-06-13
| | | | | | | Binary operations with casts were wrongly parenthesized. Luckily, this impacted nothing in A-normal form, and it impacted nothing that is currently displayed. It does, however, impact the display of karatsuba mul.
* Add sbb notations to CNotationsGravatar Jason Gross2017-05-20
| | | | | | | | | After | File Name | Before || Change ------------------------------------------------------------------------ 0m01.14s | Total | 0m01.29s || -0m00.14s ------------------------------------------------------------------------ 0m00.79s | Compilers/Z/CNotations | 0m00.87s || -0m00.07s 0m00.36s | Specific/IntegrationTestDisplayCommon | 0m00.42s || -0m00.06s
* Add notations for adcGravatar Jason Gross2017-05-17
| | | | This closes #173
* Zselect notationGravatar Jason Gross2017-05-17
|
* Add a reserved C notationGravatar Jason Gross2017-05-14
|
* Stick 'return' at the end of printed functionsGravatar Jason Gross2017-05-14
|
* Add constant, support pair-returning assignmentGravatar Jason Gross2017-05-14
|
* Update C notationsGravatar Jason Gross2017-04-20
| | | | Now we only cast one operand when we can do that.
* Update display of ladderstep130Gravatar Jason Gross2017-04-14
|
* rename-everythingGravatar Andres Erbsen2017-04-06