summary refs log tree commit diff stats
path: root/tests/arithm
Commit message (Expand)AuthorAgeFilesLines
* 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
n149' href='#n149'>149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183