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
*
More tests
bill/compiler-optimizations-2025-09
gingerBill
2025-09-14
1
-29
/
+29
*
Spawn function passes as procedures are generated for the module
gingerBill
2025-09-12
1
-3
/
+19
*
Move verification to worker tasks just after passes have done
gingerBill
2025-09-12
1
-42
/
+29
*
Begin to try to minimize thread contention in the LLVM section
gingerBill
2025-09-12
1
-19
/
+132
*
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
*
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
*
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
*
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
|
\
|
*
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
|
*
|
Add `#row_major matrix` support for raddbg
gingerBill
2025-05-07
1
-0
/
+17
|
*
|
Add column major matrix support
gingerBill
2025-05-07
1
-1
/
+19
|
*
|
Only add custom section for Windows (currently)
gingerBill
2025-05-07
1
-1
/
+2
|
*
|
Begin work on adding support for the `.raddbg` section for the RAD Debugger
gingerBill
2025-05-07
1
-2
/
+52
*
|
|
Enable all sanitizers on FreeBSD
Feoramund
2025-05-22
1
-4
/
+16
|
|
/
|
/
|
*
|
Merge pull request #5173 from Feoramund/fix-linux-shared-lib-runtime-call
gingerBill
2025-05-22
1
-0
/
+8
|
\
\
|
*
|
Keep shared libraries from calling main program's startup/cleanup procs on Linux
Feoramund
2025-05-22
1
-0
/
+8
*
|
|
fix global and static any
Laytan Laats
2025-05-17
1
-20
/
+5
|
/
/
*
|
Place RTTI into its own section `.odin-rtti`
gingerBill
2025-05-09
1
-0
/
+1
*
|
Merge pull request #5064 from harold-b/hb/objc-classes
gingerBill
2025-05-08
1
-22
/
+651
|
\
\
|
*
|
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
[next]