gingerBill
|
f49ebae956
Correct `lbAddr_SoaVariable` logic
|
1 year ago |
gingerBill
|
0e82a46047
Fix #3999
|
1 year ago |
gingerBill
|
22a82e73d6
Fix #3976
|
1 year ago |
Laytan Laats
|
e3f375afd8
fix c_vararg bit_set
|
1 year ago |
gingerBill
|
eeb92e2644
Allow cast between `#simd[N]rawptr` <-> `#simd[N]uintptr`
|
1 year ago |
gingerBill
|
fd06be2243
Allow `swizzle` to take more arguments than the original array length
|
1 year ago |
gingerBill
|
7e0fa795e4
Just compare against `nil` directly if the comparator is known to be `nil` too
|
1 year ago |
gingerBill
|
65c91b7dde
Fix code gen issue with `bit_set`
|
1 year ago |
gingerBill
|
1e37eaf54d
Begin work for `bit_set[...; [N]T]` (not working)
|
1 year ago |
gingerBill
|
52aa7085e4
Use `f32` as the immediate type for addition and subtraction for `complex32`/`quaternion64`
|
1 year ago |
gingerBill
|
5a9698e8cb
Properly fix #3820
|
1 year ago |
gingerBill
|
06ff08b9cf
Fix #3820
|
1 year ago |
gingerBill
|
8fcfd8c506
Fix sign flag
|
1 year ago |
gingerBill
|
e0d0dc704c
Make `f32(u8)` etc do an immediate cast to `f32(u32(u8))` in code generation
|
1 year ago |
gingerBill
|
971229fe66
Fix #3686
|
1 year ago |
gingerBill
|
cbabcb0907
Fix #3682
|
1 year ago |
gingerBill
|
575b268e88
Fix more #soa changes
|
1 year ago |
gingerBill
|
32245e93a1
Fix #3514 along with `soa.a[i]` bounds checking
|
1 year ago |
gingerBill
|
4bdc8548bd
Fix #3554
|
1 year ago |
gingerBill
|
3fb0d52a74
Fix #3585
|
1 year ago |
gingerBill
|
f8581537e4
Fix `>=` for strings
|
1 year ago |
gingerBill
|
97e9c50d11
Fix #3556
|
1 year ago |
gingerBill
|
214537b420
Improve codegen for `bit_field [N]T` compound literals
|
1 year ago |
gingerBill
|
c330e5b5c1
Improve codegen for `bit_field` compound literals with an integer backing
|
1 year ago |
gingerBill
|
ece78d22d2
Add `-no-type-assert` and `ODIN_NO_TYPE_ASSERT`
|
1 year ago |
gingerBill
|
4240e0025e
Improve scalar -> array assignment when the scalar is constant in LLVM
|
1 year ago |
gingerBill
|
caa344c88d
Simplify scalar -> array conversions in LLVM to use a loop after a certain size
|
1 year ago |
gingerBill
|
13e459980b
Fix `ptr_to_bit_field.field`
|
1 year ago |
Laytan Laats
|
5339e1e1b6
fix objc proc group edge case
|
1 year ago |
gingerBill
|
b862691d75
Support `for in` with `bit_set`
|
1 year ago |