summary refs log tree commit diff stats
path: root/tests/arithm
Commit message (Collapse)AuthorAgeFilesLines
* Removed platform-specific arithm test cases (#6189)Fredrik Høisæther Rasch2017-08-061-11/+11
|
* fix logical right shift in VM. (#5916)Parashurama2017-06-051-0/+2
|
* fix right shift c codegen bug. (#5919)Parashurama2017-05-311-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 #5216Araq2017-01-271-0/+20