aboutsummaryrefslogtreecommitdiff
path: root/src/checker_builtin_procs.hpp
Commit message (Expand)AuthorAgeFilesLines
* Add `intrinsics.type_canonical_name`gingerBill2025-08-071-0/+3
* Merge branch 'master' into bill/utf16-stringsgingerBill2025-08-051-0/+2
|\
| * Add `intrinsics.type_is_nearly_simple_compare`gingerBill2025-08-041-0/+2
* | Begin supporting `string16` across the core librarygingerBill2025-08-021-0/+2
|/
* switch to read_cycle_counter_frequency from arm64_read_cycle_counter_freq, tr...Colin Davidson2025-07-291-2/+2
* use the correct frequency for the arm tsc timerColin Davidson2025-07-281-0/+3
* Merge pull request #5442 from jon-lipstate/table_lookupgingerBill2025-07-221-0/+2
|\
| * rename table_lookup to runtime_swizzleJon Lipstate2025-07-161-2/+2
| * table lookup intrinsicJon Lipstate2025-07-051-0/+2
* | Add type_enum_is_contiguous intrinsicFourteenBrush2025-07-111-0/+4
|/
* Add `intrinsics.type_is_bit_field` prociarkn2025-06-061-0/+2
* new compiler intrinsics type_integer_to_unsigned,type_integer_to_signed0xrsp2025-05-151-0/+6
* Add `compress_values`gingerBill2025-05-121-0/+2
* Merge pull request #5064 from harold-b/hb/objc-classesgingerBill2025-05-081-0/+2
|\
| * Implement all checker specification for Objective-C class implementations and...Harold Brenes2025-05-031-1/+1
| * Go back to `objc_ivar_get` instead of `ivar_get`.Harold Brenes2025-04-301-1/+1
| * Fix indentationsHarold Brenes2025-04-271-2/+2
| * Add initial support for Objective-C class implementationHarold Brenes2025-04-201-0/+2
* | Added alternate reduce-add/reduce-mul intrinsics.Barinzaya2025-05-051-0/+8
* | Add `intrinsics.simd_indices`gingerBill2025-05-051-0/+5
|/
* Added simd_extract_lsbs intrinsic as well.Barinzaya2025-02-241-0/+2
* Added simd_extract_msbs intrinsic.Barinzaya2025-02-241-0/+4
* riscv: add an error when atomics are used without the atomics extensionLaytan2024-08-251-0/+4
* Add `intrinsics.type_has_shared_fields`gingerBill2024-08-241-0/+3
* posix: add packageLaytan Laats2024-08-141-0/+4
* Add `intrinsics.masked_expand_load` and `intrinsics.masked_compress_store`gingerBill2024-08-051-0/+4
* Add `intrinsics.simd_masked_load` and `intrinsics.simd_masked_store`gingerBill2024-08-051-3/+6
* Add `intrinsics.simd_gather` and ``intrinsics.simd_scatter`gingerBill2024-08-051-0/+6
* Rename `add_sat` -> `saturating_add`gingerBill2024-08-051-8/+8
* Add `simd_reduce_any` and `simd_reduce_all`gingerBill2024-08-051-0/+7
* Add intrinsics `add_sat` and `sub_sat`gingerBill2024-07-161-0/+6
* Add `intrinsics.type_struct_has_implicit_padding` #3844gingerBill2024-07-011-1/+3
* Add `intrinsics.syscall_bsd`Feoramund2024-06-121-1/+3
* Add `intrinsics.procedure_of`gingerBill2024-06-101-0/+4
* Add intrinsics `type_is_matrix_row_major` & `type_is_matrix_column_major`gingerBill2024-05-201-0/+6
* Add intrinsics `type_bit_set_elem_type` & `type_bit_set_underlying_type`gingerBill2024-05-091-0/+6
* compiler: improve target features supportLaytan Laats2024-05-021-0/+4
* Add `intrinsics.type_bit_set_backing_type`gingerBill2024-02-231-0/+4
* Move matrix compiler `builtin`s to `intrinsics`; alias within core_builtin_ma...gingerBill2024-01-281-10/+10
* Remove len,cap,min,max and implement type_union_base_tag_value, type_union_v...jakubtomsu2023-10-271-5/+9
* Rename type_union_tag to type_union_tag_typejakubtomsu2023-10-251-2/+2
* Naming, use variant index instead of tagjakubtomsu2023-10-241-4/+4
* Implement new union intrinsics and add support for len/capjakubtomsu2023-10-231-1/+9
* Rename simd bitwise operations from `intrinsics.simd_and` to `intrinsics.simd...gingerBill2023-09-281-8/+8
* Add `intrinsics.type_merge`gingerBill2023-05-191-0/+2
* Rename built-in procedure to `expand_values`gingerBill2023-02-071-2/+2
* Add `intrinsics.map_cell_info` and `intrinsics.map_info`gingerBill2022-11-081-3/+5
* Make `Map_Info` store pointers to cell info rather than inlinegingerBill2022-11-081-0/+2
* Make `raw_data` an intrinsic rather a `@(builtin)` runtime proceduregingerBill2022-10-301-0/+4
* Add `intrinsics.type_convert_variants_to_pointers` and `reflect.get_union_as_...gingerBill2022-09-081-0/+3