aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 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 of...gingerBill2025-09-181-38/+35
* | 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 monomorphiza...gingerBill2025-09-181-1/+1
* | Multithread min dep set by removing the set itselfgingerBill2025-09-101-6/+11
|/
* Add `@(raddbg_type_view=<optional-string>)`gingerBill2025-08-211-0/+22
* 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
* 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
* 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
|\
| * 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 LinuxFeoramund2025-05-221-0/+8
* | | fix global and static anyLaytan Laats2025-05-171-20/+5
|/ /
* | 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
|\ \
| * | Fix `lb_get_objc_type_encoding` missing matrix and simdvec encodings and mino...Harold Brenes2025-05-051-11/+23
| * | 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
| * | Minor fixes in data type usage and style.Harold Brenes2025-04-301-7/+7
| * | Change ivar offsets from u32 to (odin base type) int/native pointer size.Harold Brenes2025-04-301-6/+6
| * | Use correct alignment value for `class_addIvar`.Harold Brenes2025-04-301-3/+3
| * | Use basic name instead of raw_name for type encoding complex and quats.Harold Brenes2025-04-301-6/+6
| * | Complete lb_get_objc_type_encoding() implementationHarold Brenes2025-04-301-33/+33
| * | Name fixesHarold Brenes2025-04-301-1/+1
| * | Fix more styling and minor issuesHarold Brenes2025-04-271-8/+8