index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
llvm_backend_utility.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
comment
jakubtomsu
2025-10-18
1
-0
/
+3
*
prefer Type pointer over LLVMTypeRef when doing a struct_field_remapping lookup
jakubtomsu
2025-10-18
1
-2
/
+2
*
llvm 21 support
Laytan
2025-10-14
1
-5
/
+3
*
Use module-prefixed naming scheme for tracking
Harold Brenes
2025-10-05
1
-12
/
+10
*
Fix Objective-C block symbols naming conflict across modules.
Harold Brenes
2025-10-05
1
-10
/
+11
*
Merge pull request #5738 from jakubtomsu/fix-simd-ptr-transmute
gingerBill
2025-10-05
1
-0
/
+7
|
\
|
*
bitcast only non-pointer-like-element simd vectors, handle others like other ...
Jakub Tomsu
2025-10-01
1
-0
/
+7
*
|
Merge pull request #5727 from harold-b/hb.intrinsics.objc_super
gingerBill
2025-10-05
1
-31
/
+180
|
\
\
|
|
/
|
/
|
|
*
Remove outdated todo
Harold Brenes
2025-09-29
1
-1
/
+0
|
*
Automatically emit objc_msgSend calls when calling imported or implemented Ob...
Harold Brenes
2025-09-29
1
-31
/
+181
*
|
Correct format strings
bill/global-variable-distribution
gingerBill
2025-09-29
1
-6
/
+20
*
|
Rename to `-build-diagnostics`
gingerBill
2025-09-29
1
-1
/
+1
*
|
Add module stuff to `-para-poly-diagnostics`
gingerBill
2025-09-29
1
-12
/
+100
|
/
*
Change sort for single instanced procedures
gingerBill
2025-09-29
1
-0
/
+7
*
Add `-para-poly-diagnostics`
gingerBill
2025-09-29
1
-0
/
+180
*
Implementes the block ABI.2010.3.16 natively via the `objc_block` intrinsic a...
Harold Brenes
2025-08-06
1
-0
/
+391
*
`for in string16`; Support `string16` across core
gingerBill
2025-08-02
1
-0
/
+17
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-1
/
+18
*
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-0
/
+12
*
Change ivar offsets from u32 to (odin base type) int/native pointer size.
Harold Brenes
2025-04-30
1
-3
/
+3
*
Fix indentations
Harold Brenes
2025-04-27
1
-7
/
+7
*
Include the ivar in the Objective-C class unconditionally of it being used or...
Harold Brenes
2025-04-22
1
-13
/
+18
*
Fix ivar in multi-module mode.
Harold Brenes
2025-04-21
1
-8
/
+6
*
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-8
/
+66
*
Remove refactor
gingerBill
2025-04-03
1
-15
/
+34
*
Minor clean up to `lb_handle_objc_find_or_register_internal`
gingerBill
2025-04-03
1
-37
/
+12
*
Rewrite objc SEL/Class register handling code
gingerBill
2025-04-03
1
-68
/
+50
*
Add mutex for `lb_handle_objc_find_or_register_class`
gingerBill
2025-04-02
1
-0
/
+6
*
Add mutex for `lb_handle_objc_find_or_register_selector`
gingerBill
2025-04-02
1
-0
/
+7
*
fix off by one temp cstring and put objc names on permanent allocator to be safe
Laytan Laats
2025-03-21
1
-2
/
+2
*
Use `::` rather than `$` to try and fix mac SEL stuff
gingerBill
2025-03-12
1
-4
/
+3
*
Use more predictable object name
gingerBill
2025-02-25
1
-2
/
+2
*
Try to make globally generated variables deterministic in name
gingerBill
2025-02-25
1
-2
/
+13
*
Handle `any` correctly for 32-bit systems
gingerBill
2025-02-20
1
-0
/
+7
*
-obfuscate-source-code-locations on bounds checks and type assertions
Laytan Laats
2025-02-05
1
-6
/
+2
*
optimize fix
Laytan Laats
2025-01-24
1
-30
/
+26
*
fix separate modules with objc code
Laytan Laats
2025-01-24
1
-41
/
+51
*
Merge pull request #4611 from tf2spi/4491-max-field-align-pack
gingerBill
2025-01-01
1
-3
/
+16
|
\
|
*
Pack struct when needed, use field_align metadata
misomosi
2024-12-22
1
-3
/
+16
*
|
Add `#branch_location`
gingerBill
2025-01-01
1
-4
/
+4
|
/
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-6
/
+0
*
Keep ASAN happy on type assertions
gingerBill
2024-11-13
1
-2
/
+10
*
check packed load and set alignment on all loads, not just lb_emit_load
Laytan Laats
2024-10-25
1
-1
/
+1
*
Fix inline transmutation of `[16]i8` to `i128`
Feoramund
2024-08-26
1
-1
/
+1
*
Cache the paddding filler type
gingerBill
2024-08-18
1
-3
/
+24
*
wasm: add foreign import and linking of wasm object files
Laytan Laats
2024-07-02
1
-1
/
+5
*
disallow non-global foreign import of variables on wasm
Laytan Laats
2024-06-28
1
-1
/
+1
*
Fix #3649
gingerBill
2024-05-30
1
-0
/
+2
*
Fix Odin to LLVM memory order mapping for .Relaxed and .Consume
Kamil T
2024-05-20
1
-2
/
+2
*
Fix `soa_zip` and `soa_unzip`
gingerBill
2024-05-16
1
-3
/
+11
[next]