| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change LTO rules for all platforms | gingerBill | 11 days | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into lto-support | Jesse Meyer | 11 days | 1 | -4/+14 |
| |\ | |||||
| | * | Add `intrinsics.count_trailing_ones` and `intrinsics.count_leading_ones` | gingerBill | 13 days | 1 | -0/+6 |
| | | | |||||
| | * | Merge pull request #6215 from odin-lang/bill/fix-data-races-2026-02 | gingerBill | 13 days | 1 | -3/+5 |
| | |\ | | | | | | | Fix numerous data races | ||||
| | | * | Make `Entity.parent_proc_decl` atomic | gingerBill | 13 days | 1 | -2/+4 |
| | | | | |||||
| | | * | Make `defer_use_checked` and `where_clauses_evaluated` atomic | gingerBill | 13 days | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #6216 from odin-lang/bill/debug-info-fixes | gingerBill | 13 days | 1 | -1/+1 |
| | |\ \ | | | | | | | | | Debug Info Fixes | ||||
| | | * | | Fix positions for debug locations in `defer`, loops, and `switch` clauses | gingerBill | 13 days | 1 | -1/+1 |
| | | |/ | |||||
| | * / | Fix #6202 | gingerBill | 13 days | 1 | -0/+2 |
| | |/ | |||||
| * / | Fix Windows LTO: preserve required procedures with llvm.used | Jesse Meyer | 11 days | 1 | -0/+13 |
| |/ | | | | | | | | | | | | | | | On Windows with LTO, required procedures with external linkage need to be added to @llvm.used to survive linker-level dead code elimination. LLVM may generate implicit calls to runtime builtins (e.g., __extendhfsf2 for f16 conversions) during instruction lowering, after the IR is finalized. Without @llvm.used, the linker discards these procedures before the implicit calls are generated. This adds required procedures to @llvm.used at creation time. The fix is Windows-specific; other platforms handle this correctly. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | Unify "mem*.inline" logic to only inline for <=8 bytes on all platforms | gingerBill | 2026-01-22 | 1 | -4/+4 |
| | | |||||
| * | `-disable-unwind` | gingerBill | 2026-01-15 | 1 | -0/+4 |
| | | |||||
| * | Add `@(no_sanitize_thread)` | gingerBill | 2026-01-15 | 1 | -1/+1 |
| | | |||||
| * | Add `#must_tail` and `"preserve/none"` calling convention | gingerBill | 2026-01-15 | 1 | -6/+0 |
| | | |||||
| * | Add `#must_tail` (similar syntax to `#force_inline` | gingerBill | 2026-01-15 | 1 | -6/+42 |
| | | |||||
| * | Remove temporary tuple fix alloca instructions if they are never used | gingerBill | 2025-12-27 | 1 | -9/+0 |
| | | |||||
| * | Fix `-integer-division-by-zero` modes and document `all-bits` | gingerBill | 2025-12-01 | 1 | -1/+1 |
| | | |||||
| * | fix matrix transpose with different result type | laytan | 2025-11-29 | 1 | -1/+1 |
| | | | | | Fixes #5623 | ||||
| * | vendor/wgpu: update to 27.0.2.0 | Laytan | 2025-10-15 | 1 | -2/+1 |
| | | |||||
| * | llvm 21 support | Laytan | 2025-10-14 | 1 | -2/+2 |
| | | |||||
| * | Fix entity nullptr check | Harold Brenes | 2025-09-29 | 1 | -1/+1 |
| | | |||||
| * | Automatically emit objc_msgSend calls when calling imported or implemented ↵ | Harold Brenes | 2025-09-29 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Objective-C methods - Add intrinsics.objc_super() - Emit objc_msgSendSuper2 calls when an objc method call is combined with objc_super(self) - Fix objc_block return value ABI for large struct returns - Fix objc_implement method wrappers bad ABI for large struct returns and indirect args - Simplify parameter forwarding for objc_imlpement methods - Add intrinsics.objc_instancetype to mimi Objective-C instancetype* returns This facilitates returning the correct type on subclasses when calling mehtods such as `alloc`, `init`, `retain`, etc. - Refactor Objective-C class implementations generation so that hierarchies are properly initialized - Better codegen for context passing with ivar-based autocontext - Allow @superclass on imported objc-c objects - Better codegen for block forwarding invoker, arguments are forwarded directly | ||||
| * | Disable `#raw_union` constants for the time beingbill/const-union | gingerBill | 2025-09-29 | 1 | -6/+0 |
| | | |||||
| * | Add bit cast | gingerBill | 2025-09-29 | 1 | -7/+14 |
| | | |||||
| * | Begin to support constant array of unions | gingerBill | 2025-09-28 | 1 | -1/+1 |
| | | |||||
| * | Handle missing procedures better | gingerBill | 2025-09-19 | 1 | -1/+0 |
| | | |||||
| * | Convert `procedures_to_generate` to a queue | gingerBill | 2025-09-19 | 1 | -1/+1 |
| | | |||||
| * | `Entity *` to `std::atomic<Entity *>` to remove the need for a PtrMap+Mutex | gingerBill | 2025-09-19 | 1 | -1/+1 |
| | | |||||
| * | Try moving parapoly procs into a separate module when doing weak ↵ | gingerBill | 2025-09-18 | 1 | -1/+1 |
| | | | | | monomorphization | ||||
| * | Multithread min dep set by removing the set itself | gingerBill | 2025-09-10 | 1 | -2/+1 |
| | | |||||
| * | Handle `fixed_point_div` and `fixed_point_div_sat` | gingerBill | 2025-08-08 | 1 | -4/+10 |
| | | |||||
| * | Print the name of missing runtime procedure | Sunagatov Denis | 2025-08-08 | 1 | -0/+1 |
| | | | | | | | This continues the fix made at 46b7abee9fdd339bac31fe7bc79551f2b3881f46, by asserting on missing entity early and printing it's name if its not found. | ||||
| * | Implementes the block ABI.2010.3.16 natively via the `objc_block` intrinsic ↵ | Harold Brenes | 2025-08-06 | 1 | -0/+1 |
| | | | | | | | and the `Objc_Block` builtin type. See: https://clang.llvm.org/docs/Block-ABI-Apple.html | ||||
| * | Add `string16` and `cstring16` (UTF-16 based strings) | gingerBill | 2025-08-02 | 1 | -0/+9 |
| | | |||||
| * | Merge pull request #4140 from colrdavidson/macharena | Laytan | 2025-07-29 | 1 | -0/+15 |
| |\ | | | | | Mach Process control | ||||
| | * | move to checker error, rather than panic | Colin Davidson | 2025-07-29 | 1 | -2/+0 |
| | | | |||||
| | * | switch to read_cycle_counter_frequency from arm64_read_cycle_counter_freq, ↵ | Colin Davidson | 2025-07-29 | 1 | -6/+10 |
| | | | | | | | | | trap on invalid arch | ||||
| | * | use the correct frequency for the arm tsc timer | Colin Davidson | 2025-07-28 | 1 | -0/+13 |
| | | | |||||
| * | | fix ignored args in multi return handling | Laytan | 2025-07-29 | 1 | -1/+3 |
| |/ | | | | Fixes #5483 | ||||
| * | Merge pull request #5442 from jon-lipstate/table_lookup | gingerBill | 2025-07-22 | 1 | -0/+269 |
| |\ | | | | | table lookup simd intrinsic | ||||
| | * | cleanup langauge / errors about table vs swizzle | Jon Lipstate | 2025-07-16 | 1 | -31/+31 |
| | | | |||||
| | * | rename table_lookup to runtime_swizzle | Jon Lipstate | 2025-07-16 | 1 | -10/+10 |
| | | | |||||
| | * | x86 sse | Jon Lipstate | 2025-07-05 | 1 | -2/+11 |
| | | | |||||
| | * | fix explicit cast | Jon Lipstate | 2025-07-05 | 1 | -4/+2 |
| | | | |||||
| | * | table lookup intrinsic | Jon Lipstate | 2025-07-05 | 1 | -0/+262 |
| | | | |||||
| * | | lb_const_string -> lb_const_valuedev-2025-07 | Jeroen van Rijn | 2025-07-07 | 1 | -1/+1 |
| |/ | |||||
| * | Ensure `volatile` status for all atomic operations | Feoramund | 2025-06-20 | 1 | -16/+18 |
| | | | | | Fixes #2410 | ||||
| * | Push `context` onto stack before evaluating procedure parameters | Feoramund | 2025-06-20 | 1 | -3/+3 |
| | | | | | Fixes #4711 | ||||
| * | Add `@(no_sanitize_memory)` proc attribute with MSan additions to ↵ | Feoramund | 2025-06-05 | 1 | -1/+1 |
| | | | | | `base:sanitizer` | ||||
| * | Add `compress_values` | gingerBill | 2025-05-12 | 1 | -0/+62 |
| | | |||||