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
/
checker_builtin_procs.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
`constant_truncate` -> `constant_trunc` to be consistent with other intrinsics
gingerBill
2025-10-30
1
-2
/
+2
*
Add `intrinsics.constant_(floor|truncate|ceil|round)`
gingerBill
2025-10-30
1
-1
/
+10
*
Fix declaration of `type_is_bit_field`
gingerBill
2025-10-30
1
-5
/
+5
*
Allow `intrinsics.concatenate` to be variadic
gingerBill
2025-10-10
1
-1
/
+1
*
Add `intrinsics.concatenate`
gingerBill
2025-10-10
1
-0
/
+4
*
Add `intrinsics.type_is_raw_union`
gingerBill
2025-10-09
1
-2
/
+7
*
Add `intrinsics.type_is_cstring` and `intrinsics.type_is_cstring16`
bill/new-slice-sort
gingerBill
2025-10-09
1
-0
/
+2
*
Automatically emit objc_msgSend calls when calling imported or implemented Ob...
Harold Brenes
2025-09-29
1
-1
/
+3
*
Merge pull request #5547 from harold-b/hb.objc_block_intrinsic
gingerBill
2025-08-07
1
-0
/
+2
|
\
|
*
Implementes the block ABI.2010.3.16 natively via the `objc_block` intrinsic a...
Harold Brenes
2025-08-06
1
-0
/
+2
*
|
Add `intrinsics.type_canonical_name`
gingerBill
2025-08-07
1
-0
/
+3
|
/
*
Merge branch 'master' into bill/utf16-strings
gingerBill
2025-08-05
1
-0
/
+2
|
\
|
*
Add `intrinsics.type_is_nearly_simple_compare`
gingerBill
2025-08-04
1
-0
/
+2
*
|
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-0
/
+2
|
/
*
switch to read_cycle_counter_frequency from arm64_read_cycle_counter_freq, tr...
Colin Davidson
2025-07-29
1
-2
/
+2
*
use the correct frequency for the arm tsc timer
Colin Davidson
2025-07-28
1
-0
/
+3
*
Merge pull request #5442 from jon-lipstate/table_lookup
gingerBill
2025-07-22
1
-0
/
+2
|
\
|
*
rename table_lookup to runtime_swizzle
Jon Lipstate
2025-07-16
1
-2
/
+2
|
*
table lookup intrinsic
Jon Lipstate
2025-07-05
1
-0
/
+2
*
|
Add type_enum_is_contiguous intrinsic
FourteenBrush
2025-07-11
1
-0
/
+4
|
/
*
Add `intrinsics.type_is_bit_field` proc
iarkn
2025-06-06
1
-0
/
+2
*
new compiler intrinsics type_integer_to_unsigned,type_integer_to_signed
0xrsp
2025-05-15
1
-0
/
+6
*
Add `compress_values`
gingerBill
2025-05-12
1
-0
/
+2
*
Merge pull request #5064 from harold-b/hb/objc-classes
gingerBill
2025-05-08
1
-0
/
+2
|
\
|
*
Implement all checker specification for Objective-C class implementations and...
Harold Brenes
2025-05-03
1
-1
/
+1
|
*
Go back to `objc_ivar_get` instead of `ivar_get`.
Harold Brenes
2025-04-30
1
-1
/
+1
|
*
Fix indentations
Harold Brenes
2025-04-27
1
-2
/
+2
|
*
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-0
/
+2
*
|
Added alternate reduce-add/reduce-mul intrinsics.
Barinzaya
2025-05-05
1
-0
/
+8
*
|
Add `intrinsics.simd_indices`
gingerBill
2025-05-05
1
-0
/
+5
|
/
*
Added simd_extract_lsbs intrinsic as well.
Barinzaya
2025-02-24
1
-0
/
+2
*
Added simd_extract_msbs intrinsic.
Barinzaya
2025-02-24
1
-0
/
+4
*
riscv: add an error when atomics are used without the atomics extension
Laytan
2024-08-25
1
-0
/
+4
*
Add `intrinsics.type_has_shared_fields`
gingerBill
2024-08-24
1
-0
/
+3
*
posix: add package
Laytan Laats
2024-08-14
1
-0
/
+4
*
Add `intrinsics.masked_expand_load` and `intrinsics.masked_compress_store`
gingerBill
2024-08-05
1
-0
/
+4
*
Add `intrinsics.simd_masked_load` and `intrinsics.simd_masked_store`
gingerBill
2024-08-05
1
-3
/
+6
*
Add `intrinsics.simd_gather` and ``intrinsics.simd_scatter`
gingerBill
2024-08-05
1
-0
/
+6
*
Rename `add_sat` -> `saturating_add`
gingerBill
2024-08-05
1
-8
/
+8
*
Add `simd_reduce_any` and `simd_reduce_all`
gingerBill
2024-08-05
1
-0
/
+7
*
Add intrinsics `add_sat` and `sub_sat`
gingerBill
2024-07-16
1
-0
/
+6
*
Add `intrinsics.type_struct_has_implicit_padding` #3844
gingerBill
2024-07-01
1
-1
/
+3
*
Add `intrinsics.syscall_bsd`
Feoramund
2024-06-12
1
-1
/
+3
*
Add `intrinsics.procedure_of`
gingerBill
2024-06-10
1
-0
/
+4
*
Add intrinsics `type_is_matrix_row_major` & `type_is_matrix_column_major`
gingerBill
2024-05-20
1
-0
/
+6
*
Add intrinsics `type_bit_set_elem_type` & `type_bit_set_underlying_type`
gingerBill
2024-05-09
1
-0
/
+6
*
compiler: improve target features support
Laytan Laats
2024-05-02
1
-0
/
+4
*
Add `intrinsics.type_bit_set_backing_type`
gingerBill
2024-02-23
1
-0
/
+4
*
Move matrix compiler `builtin`s to `intrinsics`; alias within core_builtin_ma...
gingerBill
2024-01-28
1
-10
/
+10
*
Remove len,cap,min,max and implement type_union_base_tag_value, type_union_v...
jakubtomsu
2023-10-27
1
-5
/
+9
[next]