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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Fix `lb_get_objc_type_encoding` missing matrix and simdvec encodings and mino...
Harold Brenes
2025-05-05
1
-11
/
+23
|
*
|
Resolve other TODOs
Harold Brenes
2025-05-03
1
-2
/
+5
|
*
|
Remove some TODO. Leave important note
Harold Brenes
2025-05-03
1
-2
/
+0
|
*
|
Register all classes unconditionally
Harold Brenes
2025-05-03
1
-2
/
+8
|
*
|
Minor fixes in data type usage and style.
Harold Brenes
2025-04-30
1
-7
/
+7
|
*
|
Change ivar offsets from u32 to (odin base type) int/native pointer size.
Harold Brenes
2025-04-30
1
-6
/
+6
|
*
|
Use correct alignment value for `class_addIvar`.
Harold Brenes
2025-04-30
1
-3
/
+3
|
*
|
Use basic name instead of raw_name for type encoding complex and quats.
Harold Brenes
2025-04-30
1
-6
/
+6
|
*
|
Complete lb_get_objc_type_encoding() implementation
Harold Brenes
2025-04-30
1
-33
/
+33
|
*
|
Name fixes
Harold Brenes
2025-04-30
1
-1
/
+1
|
*
|
Fix more styling and minor issues
Harold Brenes
2025-04-27
1
-8
/
+8
|
*
|
Fix indentations
Harold Brenes
2025-04-27
1
-547
/
+561
|
*
|
Allow the class's ivar to be used as a context provider receiver as well.
Harold Brenes
2025-04-23
1
-15
/
+25
|
*
|
Add support for Objective-C method implementation with Odin calling convention.
Harold Brenes
2025-04-23
1
-4
/
+39
|
*
|
Fix bug in @encode implementation.
Harold Brenes
2025-04-23
1
-2
/
+2
|
*
|
Include the ivar in the Objective-C class unconditionally of it being used or...
Harold Brenes
2025-04-22
1
-3
/
+2
|
*
|
Fix ivar in multi-module mode.
Harold Brenes
2025-04-21
1
-21
/
+48
|
*
|
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-33
/
+558
*
|
|
fix disposing builder when not created
Laytan Laats
2025-05-07
1
-1
/
+0
|
|
/
|
/
|
*
|
Add missing cast to global/static var alignments.
Barinzaya
2025-04-24
1
-1
/
+1
*
|
Correctly align global and static variables.
Barinzaya
2025-04-24
1
-0
/
+1
|
/
*
Change hashing rules for float-like types to make `0 == -0`
gingerBill
2025-04-16
1
-0
/
+47
*
Propagate `@(link_section=<string>)` to nested declarations
gingerBill
2025-04-08
1
-5
/
+14
*
Rewrite objc SEL/Class register handling code
gingerBill
2025-04-03
1
-12
/
+33
*
few llvm 20 changes
Laytan Laats
2025-03-19
1
-0
/
+8
*
Add new LLVM 20 passes
gingerBill
2025-03-18
1
-791
/
+1
*
Update to LLVM 20.1.0
gingerBill
2025-03-18
1
-6
/
+9
*
Remove debug print
gingerBill
2025-03-11
1
-2
/
+0
*
Fix object name generation
gingerBill
2025-03-11
1
-2
/
+3
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-03-01
1
-2
/
+2
|
\
|
*
fix hidden linkage applied to foreign symbols
Laytan Laats
2025-03-01
1
-2
/
+2
*
|
Fix for `-use-single-module`
gingerBill
2025-03-01
1
-6
/
+9
|
/
*
Use more predictable object name
gingerBill
2025-02-25
1
-20
/
+20
*
Canonicalize generated procedures (hasher/equal/map)
gingerBill
2025-02-24
1
-34
/
+23
*
More name canonicalization for globals
gingerBill
2025-02-24
1
-4
/
+5
*
Fix canonicalization
gingerBill
2025-02-24
1
-7
/
+12
*
Canonicalize generated procedures
gingerBill
2025-02-24
1
-25
/
+14
*
Move temporary array out of `CheckerInfo`
gingerBill
2025-02-22
1
-1
/
+4
*
Change `typeid` definition to be based around the canonical type hash
gingerBill
2025-02-20
1
-2
/
+3
*
Simplify type info table construction
gingerBill
2025-02-17
1
-1
/
+3
*
Begin work on hash types
gingerBill
2025-02-17
1
-3
/
+4
*
make corrected linkage with -use-separate-modules apply hidden visibility
Laytan Laats
2025-02-06
1
-0
/
+6
*
optimize fix
Laytan Laats
2025-01-24
1
-10
/
+2
*
fix separate modules with objc code
Laytan Laats
2025-01-24
1
-2
/
+10
*
Make `-no-dynamic-literals` the default now
gingerBill
2025-01-05
1
-2
/
+0
*
Check for `LLVM_VERSION_MAJOR >= 18`
gingerBill
2024-09-09
1
-0
/
+2
*
Add internal flag
gingerBill
2024-09-09
1
-0
/
+5
*
add support for linux_riscv64 and freestanding_riscv64
Laytan
2024-08-20
1
-1
/
+30
*
fix `specific_union_variant in map_keyed_by_union` not converting to union type
Laytan Laats
2024-07-29
1
-4
/
+6
*
Fix #3964
gingerBill
2024-07-23
1
-2
/
+3
[prev]
[next]