| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `#must_tail` (similar syntax to `#force_inline` | gingerBill | 2026-01-15 | 1 | -6/+6 |
| | | |||||
| * | Disable global variable initialization into separate functions to circumvent ↵ | gingerBill | 2025-12-19 | 1 | -1/+1 |
| | | | | | an LLVM bug | ||||
| * | With `-use-single-module` make some procedures use internal linkage rather ↵ | gingerBill | 2025-12-17 | 1 | -6/+8 |
| | | | | | than weak linkage | ||||
| * | Fix allocation of anonymous globals | Tohei Ichikawa | 2025-11-09 | 1 | -0/+1 |
| | | |||||
| * | Remove duplicate import | Jeroen van Rijn | 2025-10-30 | 1 | -7/+1 |
| | | |||||
| * | For test runner, try to look for `os.exit` or `os2.exit` | gingerBill | 2025-10-30 | 1 | -1/+18 |
| | | |||||
| * | Just retry again with `lb_generate_missing_procedures` | gingerBill | 2025-10-29 | 1 | -0/+10 |
| | | |||||
| * | Add target triple and LLVM code mode debug prints (#5839) | Jeroen van Rijn | 2025-10-22 | 1 | -0/+6 |
| | | |||||
| * | llvm 21 support | Laytan | 2025-10-14 | 1 | -6/+4 |
| | | |||||
| * | Make `-target-features` flag support disabling of a feature | Yhya Ibrahim | 2025-10-11 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #5762 from A1029384756/llvm-14-entry-fix | gingerBill | 2025-10-06 | 1 | -1/+2 |
| |\ | | | | | [llvm-14-entry-fix] bitcast context pointer to match types for llvm 14 | ||||
| | * | [llvm-14-entry-fix] bitcast context pointer to match types for llvm 14 | A1029384756 | 2025-10-06 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #5727 from harold-b/hb.intrinsics.objc_super | gingerBill | 2025-10-05 | 1 | -53/+117 |
| |\ \ | |/ |/| | Add intrinsics.objc_super and Automatically emit objc_msgSend calls | ||||
| | * | Automatically emit objc_msgSend calls when calling imported or implemented ↵ | Harold Brenes | 2025-09-29 | 1 | -53/+117 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Rename to `-build-diagnostics` | gingerBill | 2025-09-29 | 1 | -2/+2 |
| | | | |||||
| * | | Add module stuff to `-para-poly-diagnostics` | gingerBill | 2025-09-29 | 1 | -11/+26 |
| |/ | |||||
| * | Add `-para-poly-diagnostics` | gingerBill | 2025-09-29 | 1 | -0/+4 |
| | | |||||
| * | Rearrange const union initialization so that it is priority | gingerBill | 2025-09-29 | 1 | -6/+0 |
| | | |||||
| * | Add more `check_is_operand_compound_lit_constant` uses | gingerBill | 2025-09-28 | 1 | -2/+8 |
| | | |||||
| * | Fix global initialization when non was set | gingerBill | 2025-09-28 | 1 | -2/+2 |
| | | |||||
| * | Global const unions with `@(rodata)` | gingerBill | 2025-09-28 | 1 | -33/+42 |
| | | |||||
| * | Try to improve const `union` LLVM construction | gingerBill | 2025-09-24 | 1 | -1/+1 |
| | | |||||
| * | Make `LLVM_WEAK_MONOMORPHIZATION` opt-in again | gingerBill | 2025-09-24 | 1 | -1/+1 |
| | | |||||
| * | Single thread `lb_create_startup_runtime_generate_body` | gingerBill | 2025-09-22 | 1 | -3/+2 |
| | | |||||
| * | Handle missing procedures better | gingerBill | 2025-09-19 | 1 | -5/+11 |
| | | |||||
| * | Convert `missing_procedures_to_check` to a queue | gingerBill | 2025-09-19 | 1 | -7/+7 |
| | | |||||
| * | Convert `procedures_to_generate` to a queue | gingerBill | 2025-09-19 | 1 | -23/+31 |
| | | |||||
| * | Split further | gingerBill | 2025-09-19 | 1 | -1/+1 |
| | | |||||
| * | Split up startup call into separate calls | gingerBill | 2025-09-19 | 1 | -1/+20 |
| | | |||||
| * | Separate ini global var stuff | gingerBill | 2025-09-19 | 1 | -63/+76 |
| | | |||||
| * | Merge pull request #5632 from kalsprite/x386 | gingerBill | 2025-09-18 | 1 | -1/+9 |
| |\ | | | | | windows i386 support | ||||
| | * | windows i386 support | Jon Lipstate | 2025-08-29 | 1 | -1/+9 |
| | | | |||||
| * | | More improvements to minimize code gen size | gingerBill | 2025-09-18 | 1 | -9/+30 |
| | | | |||||
| * | | Minor rearrangement | gingerBill | 2025-09-18 | 1 | -3/+3 |
| | | | |||||
| * | | Revert global procedure threading | gingerBill | 2025-09-18 | 1 | -35/+38 |
| | | | |||||
| * | | After global procedures and types are generated, then queue the generation ↵ | gingerBill | 2025-09-18 | 1 | -38/+35 |
| | | | | | | | | | of the procedures for each module | ||||
| * | | Mulithread startup procedure body generation | gingerBill | 2025-09-18 | 1 | -32/+33 |
| | | | |||||
| * | | Use multiple modules per file in package runtime | gingerBill | 2025-09-18 | 1 | -35/+15 |
| | | | |||||
| * | | 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 | -6/+11 |
| |/ | |||||
| * | Add `@(raddbg_type_view=<optional-string>)` | gingerBill | 2025-08-21 | 1 | -0/+22 |
| | | | | | | If no string parameter is provided, then one will be generated from the struct field tags. The attribute must be applied if the automatic struct field tag approach is to be used. | ||||
| * | Add support for `[dynamic]T` in `.raddbg` | gingerBill | 2025-08-07 | 1 | -2/+3 |
| | | |||||
| * | Begin supporting `string16` across the core library | gingerBill | 2025-08-02 | 1 | -0/+6 |
| | | |||||
| * | Fix @objc_implement methods not respecting @objc_is_class_method | Harold Brenes | 2025-07-15 | 1 | -12/+30 |
| | | | | | Fix incorrect type encoding for objc_class | ||||
| * | Allow overriding object extension in `-build-mode:obj` | Feoramund | 2025-05-30 | 1 | -29/+6 |
| | | |||||
| * | Don't double-append module name when building separate objects | Feoramund | 2025-05-30 | 1 | -1/+2 |
| | | | | | | `m->module_name` will already have the `BuildPath_Output` name prepended. | ||||
| * | raddebugger: change table to columns | Mohit Sethi | 2025-05-28 | 1 | -32/+32 |
| | | |||||
| * | Merge pull request #5130 from odin-lang/bill/raddebugger-custom-section | gingerBill | 2025-05-28 | 1 | -2/+90 |
| |\ | | | | | RAD Debugger support through the custom `.raddbg` section | ||||
| | * | Merge branch 'master' into bill/raddebugger-custom-section | gingerBill | 2025-05-22 | 1 | -43/+665 |
| | |\ | |||||
| | * | | Move raddbg string stuff to a thread-safe queue | gingerBill | 2025-05-07 | 1 | -85/+87 |
| | | | | |||||