aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename to `-build-diagnostics`gingerBill2025-09-291-2/+2
|
* Add module stuff to `-para-poly-diagnostics`gingerBill2025-09-291-11/+26
|
* Add `-para-poly-diagnostics`gingerBill2025-09-291-0/+4
|
* Rearrange const union initialization so that it is prioritygingerBill2025-09-291-6/+0
|
* Add more `check_is_operand_compound_lit_constant` usesgingerBill2025-09-281-2/+8
|
* Fix global initialization when non was setgingerBill2025-09-281-2/+2
|
* Global const unions with `@(rodata)`gingerBill2025-09-281-33/+42
|
* Try to improve const `union` LLVM constructiongingerBill2025-09-241-1/+1
|
* Make `LLVM_WEAK_MONOMORPHIZATION` opt-in againgingerBill2025-09-241-1/+1
|
* Single thread `lb_create_startup_runtime_generate_body`gingerBill2025-09-221-3/+2
|
* Handle missing procedures bettergingerBill2025-09-191-5/+11
|
* Convert `missing_procedures_to_check` to a queuegingerBill2025-09-191-7/+7
|
* Convert `procedures_to_generate` to a queuegingerBill2025-09-191-23/+31
|
* Split furthergingerBill2025-09-191-1/+1
|
* Split up startup call into separate callsgingerBill2025-09-191-1/+20
|
* Separate ini global var stuffgingerBill2025-09-191-63/+76
|
* Merge pull request #5632 from kalsprite/x386gingerBill2025-09-181-1/+9
|\ | | | | windows i386 support
| * windows i386 supportJon Lipstate2025-08-291-1/+9
| |
* | More improvements to minimize code gen sizegingerBill2025-09-181-9/+30
| |
* | Minor rearrangementgingerBill2025-09-181-3/+3
| |
* | Revert global procedure threadinggingerBill2025-09-181-35/+38
| |
* | After global procedures and types are generated, then queue the generation ↵gingerBill2025-09-181-38/+35
| | | | | | | | of the procedures for each module
* | Mulithread startup procedure body generationgingerBill2025-09-181-32/+33
| |
* | Use multiple modules per file in package runtimegingerBill2025-09-181-35/+15
| |
* | Try moving parapoly procs into a separate module when doing weak ↵gingerBill2025-09-181-1/+1
| | | | | | | | monomorphization
* | Multithread min dep set by removing the set itselfgingerBill2025-09-101-6/+11
|/
* Add `@(raddbg_type_view=<optional-string>)`gingerBill2025-08-211-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`gingerBill2025-08-071-2/+3
|
* Begin supporting `string16` across the core librarygingerBill2025-08-021-0/+6
|
* Fix @objc_implement methods not respecting @objc_is_class_methodHarold Brenes2025-07-151-12/+30
| | | | Fix incorrect type encoding for objc_class
* Allow overriding object extension in `-build-mode:obj`Feoramund2025-05-301-29/+6
|
* Don't double-append module name when building separate objectsFeoramund2025-05-301-1/+2
| | | | | `m->module_name` will already have the `BuildPath_Output` name prepended.
* raddebugger: change table to columnsMohit Sethi2025-05-281-32/+32
|
* Merge pull request #5130 from odin-lang/bill/raddebugger-custom-sectiongingerBill2025-05-281-2/+90
|\ | | | | RAD Debugger support through the custom `.raddbg` section
| * Merge branch 'master' into bill/raddebugger-custom-sectiongingerBill2025-05-221-43/+665
| |\
| * | Move raddbg string stuff to a thread-safe queuegingerBill2025-05-071-85/+87
| | |
| * | Add `#row_major matrix` support for raddbggingerBill2025-05-071-0/+17
| | |
| * | Add column major matrix supportgingerBill2025-05-071-1/+19
| | |
| * | Only add custom section for Windows (currently)gingerBill2025-05-071-1/+2
| | |
| * | Begin work on adding support for the `.raddbg` section for the RAD DebuggergingerBill2025-05-071-2/+52
| | |
* | | Enable all sanitizers on FreeBSDFeoramund2025-05-221-4/+16
| |/ |/|
* | Merge pull request #5173 from Feoramund/fix-linux-shared-lib-runtime-callgingerBill2025-05-221-0/+8
|\ \ | | | | | | Keep shared libraries from calling main program's startup/cleanup procs on Linux
| * | Keep shared libraries from calling main program's startup/cleanup procs on LinuxFeoramund2025-05-221-0/+8
| | |
* | | fix global and static anyLaytan Laats2025-05-171-20/+5
|/ / | | | | | | Fixes #4627
* | Place RTTI into its own section `.odin-rtti`gingerBill2025-05-091-0/+1
| |
* | Merge pull request #5064 from harold-b/hb/objc-classesgingerBill2025-05-081-22/+651
|\ \ | | | | | | Add support for Objective-C class implementation
| * | Fix `lb_get_objc_type_encoding` missing matrix and simdvec encodings and ↵Harold Brenes2025-05-051-11/+23
| | | | | | | | | | | | minor fixes.
| * | Resolve other TODOsHarold Brenes2025-05-031-2/+5
| | |
| * | Remove some TODO. Leave important noteHarold Brenes2025-05-031-2/+0
| | |
| * | Register all classes unconditionallyHarold Brenes2025-05-031-2/+8
| | |