Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #6255, add `system.ashr` arithmetic right shift (#8547) | andri lim | 2018-08-07 | 1 | -0/+46 |
| | |||||
* | Fix constant folding for shl/not | LemonBoy | 2018-06-19 | 2 | -0/+92 |
| | | | | | Since the source and destination types are the same the result should be trimmed to fit. | ||||
* | closes #5854 | Andreas Rumpf | 2017-09-15 | 1 | -0/+13 |
| | |||||
* | Removed platform-specific arithm test cases (#6189) | Fredrik Høisæther Rasch | 2017-08-06 | 1 | -11/+11 |
| | |||||
* | fix logical right shift in VM. (#5916) | Parashurama | 2017-06-05 | 1 | -0/+2 |
| | |||||
* | fix right shift c codegen bug. (#5919) | Parashurama | 2017-05-31 | 1 | -0/+18 |
| | | | | | | * fix right shift c codegen bug. signed int must first be cast as unsigned before converting to larger integer. The C compiler will auto convert operands to the largest type. | ||||
* | fixes #5216 | Araq | 2017-01-27 | 1 | -0/+20 |