Lucas Perlind
|
5c73b4ef58
Add attribute @(no_sanitize_address)
|
3 months ago |
Feoramund
|
e13b05168c
Fix `syscall_bsd` on NetBSD ARM64
|
4 months ago |
gingerBill
|
729b6a4337
Merge pull request #4974 from harold-b/hb.fix-syscall-memory-dep
|
4 months ago |
Harold Brenes
|
6fda041e17
Add `~{memory}` clobber to syscall intrinsics for platforms where it was not yet added.
|
4 months ago |
gingerBill
|
f3210eccaf
Fix #4866
|
5 months ago |
gingerBill
|
400348c925
Improve global array index to be on a per module basis
|
5 months ago |
gingerBill
|
f9d85a7311
Try to make globally generated variables deterministic in name
|
5 months ago |
gingerBill
|
533f82da24
Fix #4822
|
5 months ago |
Barinzaya
|
4afedbc051
Added simd_extract_lsbs intrinsic as well.
|
5 months ago |
Barinzaya
|
33a3aab791
Added simd_extract_msbs intrinsic.
|
10 months ago |
Laytan Laats
|
5defddffd0
reorganize tests and handle endian
|
6 months ago |
Laytan Laats
|
de83ad2a25
apply abs fix to constant system too
|
6 months ago |
Laytan Laats
|
b1068c7f2e
improve abs() on floats for more correct and faster results
|
6 months ago |
gingerBill
|
7b334d2bd9
Add `#branch_location`
|
7 months ago |
Laytan Laats
|
c8f0d27cee
compiler: remove viral `#force(_no)_inline`
|
8 months ago |
gingerBill
|
b36a81ef53
ABI change: for indirect parameters size_of <= 16, do callee stack copy
|
8 months ago |
Laytan Laats
|
da1e09c95d
check packed load and set alignment on all loads, not just lb_emit_load
|
10 months ago |
Laytan Laats
|
603efa860a
add '#caller_expression'
|
11 months ago |
Laytan
|
ca6ef95b03
add support for linux_riscv64 and freestanding_riscv64
|
1 year ago |
Laytan Laats
|
e3f375afd8
fix c_vararg bit_set
|
1 year ago |
Feoramund
|
e27a424f4d
Swap `reduce_any` and `reduce_all`
|
1 year ago |
gingerBill
|
f56abf3780
Add `intrinsics.masked_expand_load` and `intrinsics.masked_compress_store`
|
1 year ago |
gingerBill
|
80ea4e0aeb
Remove dead code
|
1 year ago |
gingerBill
|
84ac56f778
Add `intrinsics.simd_masked_load` and `intrinsics.simd_masked_store`
|
1 year ago |
gingerBill
|
7e701d1677
Add `intrinsics.simd_gather` and ``intrinsics.simd_scatter`
|
1 year ago |
gingerBill
|
90fc52c2ee
Rename `add_sat` -> `saturating_add`
|
1 year ago |
gingerBill
|
9a01a13914
Add `simd_reduce_any` and `simd_reduce_all`
|
1 year ago |
Laytan Laats
|
47f14dd9ea
type is never a tuple here
|
1 year ago |
Laytan Laats
|
853487e86c
fix `add_sat` and `sub_sat` intrinsics
|
1 year ago |
gingerBill
|
23ca27f40b
Add intrinsics `add_sat` and `sub_sat`
|
1 year ago |