gingerBill
|
777aa8b118
Merge pull request #1955 from jaspergeer/fix-endian-type-conversion
|
3 years ago |
gingerBill
|
c8c076f970
Fix #1963
|
3 years ago |
Jasper Geer
|
5387ec5f29
Remove erroneous byte swap
|
3 years ago |
gingerBill
|
a19494d3a7
Minor refactoring of `lb_build_addr`
|
3 years ago |
gingerBill
|
d2a362fd52
Clean up compound literal backend stuff some more
|
3 years ago |
gingerBill
|
0f3562ef02
Improve compound literal generation for array-like types
|
3 years ago |
gingerBill
|
cb0a59bb2c
Eliminate use of LLVMGetElementType for pointers
|
3 years ago |
gingerBill
|
076700bd22
Merge pull request #1933 from lerno/reduce_reliance_on_ptr_type
|
3 years ago |
gingerBill
|
5e3cf45df3
Add `#soa` pointer type to aid with refactoring to `#soa` data types
|
3 years ago |
Christoffer Lerno
|
9c0a3b6c60
Removed use of deprecated functions. Cleaned up most deprecated use of LLVMGetElementType.
|
3 years ago |
gingerBill
|
6caab6225d
Fix #1930
|
3 years ago |
gingerBill
|
2542983d70
Fix #1793
|
3 years ago |
gingerBill
|
d492fb3501
Fix and improve `x->y()` behaviour to minimize duplicate evaluation
|
3 years ago |
gingerBill
|
6c7e5748a8
Integrate numerous debug fixes from #1877
|
3 years ago |
gingerBill
|
78826071c0
Fix #1836
|
3 years ago |
gingerBill
|
f886632bf1
Fix #1880
|
3 years ago |
gingerBill
|
041625381c
Fix #1888
|
3 years ago |
gingerBill
|
618d3bf62f
Improve vector comparison `==` `!=` for horizontal reduction
|
3 years ago |
gingerBill
|
d0e8a735ba
Add arithmetic operator support for simd vectors; Add `intrinsics.simd_and_not`
|
3 years ago |
gingerBill
|
f308f37ba1
Remove need for `simd.splat`
|
3 years ago |
gingerBill
|
09f936b04d
Correct casting between integer and boolean #simd
|
3 years ago |
gingerBill
|
0203bb657e
Allow for non-constant simd vector compound types
|
3 years ago |
gingerBill
|
f21e9ee712
Allow basic casting of simd vectors
|
3 years ago |
gitlost
|
fdbbf24271
Fix issue #1592 "LLVM code gen error when using a constant in an if"
|
3 years ago |
gingerBill
|
a7adb2fb6e
Merge branch 'master' into freestanding_amd64
|
3 years ago |
gingerBill
|
dc8d28c383
Fix #1607
|
3 years ago |
gingerBill
|
278e239973
Commit rest of code for `-disallow-rtti`
|
3 years ago |
gingerBill
|
0e5928ff39
Correct pseudo selector code generation
|
3 years ago |
gingerBill
|
f8afda3b22
Add more objc attributes
|
3 years ago |
gingerBill
|
19aec13a10
Support rank-2 arrays (matrix-like) for `transpose`
|
3 years ago |