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.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementes the block ABI.2010.3.16 natively via the `objc_block` intrinsic a...
Harold Brenes
2025-08-06
1
-1
/
+5
*
Cache const `string16` in LLVM
gingerBill
2025-08-02
1
-1
/
+2
*
Fix leftover poor indentation for objc_ivars MPSCQueue
Harold Brenes
2025-07-13
1
-1
/
+1
*
Merge branch 'master' into bill/raddebugger-custom-section
gingerBill
2025-05-22
1
-1
/
+3
|
\
|
*
Merge pull request #5064 from harold-b/hb/objc-classes
gingerBill
2025-05-08
1
-0
/
+3
|
|
\
|
|
*
Fix indentations
Harold Brenes
2025-04-27
1
-3
/
+3
|
|
*
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-0
/
+3
|
*
|
fix disposing builder when not created
Laytan Laats
2025-05-07
1
-1
/
+0
*
|
|
Move raddbg string stuff to a thread-safe queue
gingerBill
2025-05-07
1
-0
/
+1
|
/
/
*
/
Add asan support for various allocators
Lucas Perlind
2025-05-06
1
-0
/
+2
|
/
*
Propagate `@(link_section=<string>)` to nested declarations
gingerBill
2025-04-08
1
-2
/
+12
*
Rewrite objc SEL/Class register handling code
gingerBill
2025-04-03
1
-10
/
+11
*
Add mutex for `lb_handle_objc_find_or_register_class`
gingerBill
2025-04-02
1
-1
/
+4
*
Add mutex for `lb_handle_objc_find_or_register_selector`
gingerBill
2025-04-02
1
-0
/
+1
*
Improve global array index to be on a per module basis
gingerBill
2025-02-25
1
-2
/
+2
*
Use more deterministic module names
gingerBill
2025-02-25
1
-3
/
+0
*
Try to make globally generated variables deterministic in name
gingerBill
2025-02-25
1
-1
/
+4
*
Use type hash for doc writer
gingerBill
2025-02-24
1
-5
/
+5
*
Use more type hashes where possible
gingerBill
2025-02-24
1
-7
/
+7
*
Canonicalize generated procedures (hasher/equal/map)
gingerBill
2025-02-24
1
-4
/
+1
*
Fix canonicalization
gingerBill
2025-02-24
1
-1
/
+1
*
Canonicalize generated procedures
gingerBill
2025-02-24
1
-0
/
+3
*
Work on making name mangling deterministic
gingerBill
2025-02-17
1
-1
/
+1
*
optimize fix
Laytan Laats
2025-01-24
1
-2
/
+7
*
fix separate modules with objc code
Laytan Laats
2025-01-24
1
-2
/
+2
*
Merge pull request #4611 from tf2spi/4491-max-field-align-pack
gingerBill
2025-01-01
1
-0
/
+2
|
\
|
*
Pack struct when needed, use field_align metadata
misomosi
2024-12-22
1
-0
/
+2
*
|
Add `#branch_location`
gingerBill
2025-01-01
1
-1
/
+6
|
/
*
Merge pull request #4440 from 0dminnimda/support_llvm19
gingerBill
2024-11-27
1
-1
/
+5
|
\
|
*
Add support for llvm version 19
0dminnimda
2024-10-31
1
-1
/
+5
*
|
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-4
/
+0
|
/
*
add '#caller_expression'
Laytan Laats
2024-09-14
1
-1
/
+1
*
Cache the paddding filler type
gingerBill
2024-08-18
1
-0
/
+9
*
Fix #3964
gingerBill
2024-07-23
1
-1
/
+1
*
Fix global variables being "missing" with `-use-separate-modules`
gingerBill
2024-07-15
1
-1
/
+2
*
Fix possible race and correct linkage _after_ generation
gingerBill
2024-07-15
1
-0
/
+8
*
Calculate size and alignment, and reuse memory for all variadic calls within ...
gingerBill
2024-07-14
1
-3
/
+3
*
Reuse slice variable for variadic parameters
gingerBill
2024-07-14
1
-0
/
+1
*
Mock out `#no_capture` for future use
gingerBill
2024-07-14
1
-2
/
+2
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
1
-1
/
+0
*
Add `#no_capture args: ..T` to reuse the backing array stack memory
gingerBill
2024-07-14
1
-0
/
+7
*
Merge pull request #3895 from laytan/fix-optimization-mode-attribute
gingerBill
2024-07-10
1
-5
/
+0
|
\
|
*
remove misleading `@(optimization_mode)` values and make "none" inhibit optim...
Laytan Laats
2024-07-08
1
-5
/
+0
*
|
Clean up timings messages showing used module count
gingerBill
2024-07-08
1
-0
/
+2
|
/
*
Minor clean up for backend
gingerBill
2024-06-11
1
-1
/
+2
*
remove is_packed bodge
Laytan Laats
2024-05-07
1
-1
/
+0
*
fix packed gep loads with wrong alignment
Laytan Laats
2024-05-07
1
-0
/
+1
*
llvm-18: cleanup
Laytan Laats
2024-05-07
1
-9
/
+4
*
Add metadata to packed structs field accesses to state it is packed
gingerBill
2024-05-07
1
-1
/
+5
*
Improve codegen for `bit_field` compound literals with an integer backing
gingerBill
2024-04-24
1
-1
/
+0
[next]