summary refs log tree commit diff stats
path: root/tests/arithm
Commit message (Expand)AuthorAgeFilesLines
* JS: fix div uint64 no truncation (#16899)flywind2021-02-151-0/+19
* use typeof instead type (#16962)flywind2021-02-081-2/+2
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-111-0/+18
* ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-111-0/+22
* Merge branch 'devel' into uint-range-checksAraq2019-09-021-1/+1
|\
| * Fix int literals and range interaction (#11197)Oscar Nihlgård2019-08-311-1/+1
* | squashed and merged with develArne Döring2019-08-211-0/+1
|/
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-33/+6
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-291-4/+4
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-127-240/+173
* Narrowing casts are applied after every op if needed (#8918)LemonBoy2018-09-081-4/+39
* Constant folding for integer casts (#8095)LemonBoy2018-08-311-0/+60
* fixes #6255, add `system.ashr` arithmetic right shift (#8547)andri lim2018-08-071-0/+46
* Fix constant folding for shl/notLemonBoy2018-06-192-0/+92
* closes #5854Andreas Rumpf2017-09-151-0/+13
* 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
* fixes #5216Araq2017-01-271-0/+20
7 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275