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_general.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cache const `string16` in LLVM
gingerBill
2025-08-02
1
-1
/
+70
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-0
/
+37
*
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-0
/
+31
*
concrete types to make llvm 14 happy
Laytan
2025-08-01
1
-5
/
+8
*
Fix leftover poor indentation for objc_ivars MPSCQueue
Harold Brenes
2025-07-13
1
-2
/
+2
*
[source-code-locations] - added options to show, obfuscate, and hide source c...
Hayden Gray
2025-06-26
1
-1
/
+13
*
Fix WASM C ABI for raw unions
Laytan Laats
2025-06-20
1
-1
/
+1
*
fix swizzle in for in statement
Laytan Laats
2025-06-02
1
-3
/
+6
*
Merge branch 'master' into bill/raddebugger-custom-section
gingerBill
2025-05-22
1
-25
/
+100
|
\
|
*
fix global and static any
Laytan Laats
2025-05-17
1
-19
/
+24
|
*
some ABI fixups and improvements
Laytan Laats
2025-05-09
1
-3
/
+55
|
*
Merge pull request #5117 from bogwi/bug/5024
gingerBill
2025-05-09
1
-2
/
+18
|
|
\
|
|
*
CHECK 2 done
bogwi
2025-05-05
1
-0
/
+8
|
|
*
CHECK 1 done
bogwi
2025-05-05
1
-2
/
+10
|
*
|
Merge pull request #5064 from harold-b/hb/objc-classes
gingerBill
2025-05-08
1
-0
/
+2
|
|
\
\
|
|
*
|
Fix indentations
Harold Brenes
2025-04-27
1
-2
/
+2
|
|
*
|
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-0
/
+2
|
|
|
/
*
|
/
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
/
+7
|
/
*
Propagate `@(link_section=<string>)` to nested declarations
gingerBill
2025-04-08
1
-8
/
+15
*
Rewrite objc SEL/Class register handling code
gingerBill
2025-04-03
1
-0
/
+2
*
fix off by one temp cstring and put objc names on permanent allocator to be safe
Laytan Laats
2025-03-21
1
-5
/
+1
*
Fix object name generation to previous behaviour
gingerBill
2025-03-06
1
-23
/
+50
*
Improve global array index to be on a per module basis
gingerBill
2025-02-25
1
-14
/
+11
*
Make `lb_add_global_generated_from_procedure` not use a global index but loca...
gingerBill
2025-02-25
1
-6
/
+2
*
Fix `lb_add_global_generated_with_name`
gingerBill
2025-02-25
1
-2
/
+3
*
Use more predictable object name
gingerBill
2025-02-25
1
-6
/
+9
*
Use more deterministic module names
gingerBill
2025-02-25
1
-2
/
+9
*
Try to make globally generated variables deterministic in name
gingerBill
2025-02-25
1
-24
/
+11
*
Canonicalize generated procedures (hasher/equal/map)
gingerBill
2025-02-24
1
-4
/
+1
*
Fix canonicalization
gingerBill
2025-02-24
1
-0
/
+26
*
Fix typeid size in LLVM
gingerBill
2025-02-20
1
-1
/
+1
*
Handle `any` correctly for 32-bit systems
gingerBill
2025-02-20
1
-5
/
+14
*
Remove debug print
gingerBill
2025-02-18
1
-1
/
+0
*
Add `TypeWriter` stream to allow for in-place hashing and string generation
gingerBill
2025-02-18
1
-2
/
+2
*
Begin work on hash types
gingerBill
2025-02-17
1
-2
/
+0
*
Clean up rules for name mangling
gingerBill
2025-02-17
1
-158
/
+4
*
Use new name canonicalization approach
gingerBill
2025-02-17
1
-2
/
+4
*
Work on making name mangling deterministic
gingerBill
2025-02-17
1
-2
/
+41
*
-obfuscate-source-code-locations on bounds checks and type assertions
Laytan Laats
2025-02-05
1
-31
/
+21
*
Pack struct when needed, use field_align metadata
misomosi
2024-12-22
1
-1
/
+17
*
Try to fix #4553
gingerBill
2024-12-05
1
-1
/
+1
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-139
/
+0
*
check packed load and set alignment on all loads, not just lb_emit_load
Laytan Laats
2024-10-25
1
-14
/
+35
*
fix erronous updating alignment of external global
laytan
2024-10-22
1
-5
/
+5
*
add support for linux_riscv64 and freestanding_riscv64
Laytan
2024-08-20
1
-1
/
+7
*
Cache the paddding filler type
gingerBill
2024-08-18
1
-0
/
+3
*
Correct `lbAddr_SoaVariable` logic
gingerBill
2024-08-18
1
-2
/
+15
*
Begin work for `bit_set[...; [N]T]` (not working)
gingerBill
2024-07-15
1
-0
/
+2
*
Fix `case:` in type switch issue
gingerBill
2024-07-15
1
-1
/
+1
[next]