index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
check_builtin.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rename to `lanes_rotate_left`, `lanes_rotate_right`, `lanes_reverse`
gingerBill
2022-05-29
1
-3
/
+3
|
*
Add `intrinsics.x86_cpuid` and `intrinsics.x86_xgetbv`
gingerBill
2022-05-28
1
-1
/
+59
|
*
Rename to `non_temporaral_*`
gingerBill
2022-05-27
1
-2
/
+2
|
*
Fix sqrt for simd
gingerBill
2022-05-27
1
-6
/
+1
|
*
Add intrinsics `nontemporal_store` and `nontemporal_load`
gingerBill
2022-05-27
1
-4
/
+2
|
*
Add `intrinsics.simd_x86__MM_SHUFFLE`
gingerBill
2022-05-27
1
-0
/
+28
|
*
Support reverse_bits for #simd
gingerBill
2022-05-26
1
-1
/
+1
|
*
Merge `intrinsics.simd_sqrt` with `intrinsics.sqrt`
gingerBill
2022-05-26
1
-4
/
+17
|
*
Add `intrinsics.fused_mul_add`
gingerBill
2022-05-26
1
-0
/
+53
|
*
Support `count_ones` etc with #simd
gingerBill
2022-05-26
1
-1
/
+8
|
*
Rename `simd_eq` etc to `simd_lanes_eq`
gingerBill
2022-05-26
1
-8
/
+8
|
*
Add arithmetic operator support for simd vectors; Add `intrinsics.simd_and_not`
gingerBill
2022-05-26
1
-0
/
+1
|
*
Improve `#simd` literal support
gingerBill
2022-05-26
1
-38
/
+38
|
*
Add `simd_to_bits`; correct fix typo causing issue with parapoly
gingerBill
2022-05-26
1
-0
/
+27
|
*
Add `simd_clamp`
gingerBill
2022-05-26
1
-0
/
+51
|
*
Add `simd_rotate_left` simd_rotate_right`
gingerBill
2022-05-26
1
-0
/
+23
|
*
Add `simd_add_sat` `simd_sub_sat`
gingerBill
2022-05-26
1
-2
/
+9
|
*
Add `simd_reverse`
gingerBill
2022-05-26
1
-0
/
+13
|
*
Add simd.{sqrt, ceil, floor, trunc, nearest}
gingerBill
2022-05-26
1
-0
/
+26
|
*
Remove `intrinsics.odin.simd_vector` in favour of `#simd[N]T`
gingerBill
2022-05-26
1
-53
/
+0
|
*
Make `simd_shuffle` act closer to `swizzle`
gingerBill
2022-05-26
1
-51
/
+44
|
*
Allow integer vectors in select
gingerBill
2022-05-25
1
-2
/
+5
|
*
Add `intrinsics.simd_select`
gingerBill
2022-05-25
1
-0
/
+51
|
*
`intrinsics.simd_shuffle`
gingerBill
2022-05-25
1
-0
/
+64
|
*
Allow booleans for #simd
gingerBill
2022-05-25
1
-33
/
+46
|
*
Add `intrinsics.simd_reduce_*`
gingerBill
2022-05-25
1
-0
/
+50
|
*
Restrict `swizzle` to a power of two for #simd
gingerBill
2022-05-25
1
-0
/
+35
|
*
Rename `simd_insert` to `simd_replace`
gingerBill
2022-05-25
1
-1
/
+1
|
*
Add `simd_extract` and `simd_insert`
gingerBill
2022-05-25
1
-32
/
+88
|
*
Implement backend for simd intrinsics
gingerBill
2022-05-25
1
-4
/
+54
|
*
Mock out simd intrinsics
gingerBill
2022-05-25
1
-2
/
+207
|
*
Allow multi pointers in intrinsics
gingerBill
2022-05-23
1
-6
/
+6
|
*
Begin work on Atomics for wasm32 (wait and notify intrinsics)
gingerBill
2022-05-21
1
-0
/
+93
|
*
Add `intrinsics.type_is_multi_pointer`
gingerBill
2022-04-27
1
-0
/
+2
|
*
Add `intrinsics.type_field_type`
gingerBill
2022-04-27
1
-0
/
+31
|
*
Merge pull request #1686 from Kelimion/compile-time-assert
gingerBill
2022-04-02
1
-5
/
+27
|
\
|
|
|
|
Allow optional message for `#assert`.
|
*
Allow optional message for `#assert`.
Jeroen van Rijn
2022-04-02
1
-5
/
+27
|
|
*
|
Add extra checks to atomic intrinsics
gingerBill
2022-04-02
1
-0
/
+45
|
|
*
|
`intrinsics.atomic_type_is_lock_free`
gingerBill
2022-04-02
1
-0
/
+30
|
/
*
Add checks for memory ordering on fences
gingerBill
2022-03-31
1
-6
/
+20
|
*
Enforce success failure pairings of `compare_exchange_*_explicit` at compile ↵
gingerBill
2022-03-31
1
-7
/
+85
|
|
|
|
time
*
Replace the atomic intrinsics
gingerBill
2022-03-31
1
-59
/
+132
|
|
|
|
Matching C11 in style
*
Add `intrinsics.wasm_memory_grow` `intrinsics.wasm_memory_size`
gingerBill
2022-03-30
1
-1
/
+68
|
*
Merge branch 'master' into freestanding_amd64
gingerBill
2022-03-14
1
-5
/
+6
|
\
|
*
Add relative slice to type checks for built in len
Joakim Hentula
2022-03-02
1
-1
/
+1
|
|
|
*
Improve error message when there is "no field" found for a large anonymous ↵
gingerBill
2022-03-01
1
-4
/
+4
|
|
|
|
|
|
|
|
struct
|
*
initial OpenBSD support
Sébastien Marie
2022-02-25
1
-0
/
+1
|
|
*
|
Commit rest of code for `-disallow-rtti`
gingerBill
2022-02-28
1
-5
/
+13
|
/
*
Use `try_to_add_package_dependency`
gingerBill
2022-02-18
1
-7
/
+7
|
*
Fix typo
gingerBill
2022-02-18
1
-1
/
+1
|
[next]