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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
gingerBill
2025-02-25
1
-6
/
+2
|
|
|
|
local to procedure
*
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
|
*
Make linkage weak in certain places
gingerBill
2024-07-15
1
-44
/
+39
|
*
Fix global variables being "missing" with `-use-separate-modules`
gingerBill
2024-07-15
1
-45
/
+54
|
*
Fix possible race and correct linkage _after_ generation
gingerBill
2024-07-15
1
-1
/
+3
|
*
Fix #3902
gingerBill
2024-07-11
1
-1
/
+2
|
*
Merge pull request #3895 from laytan/fix-optimization-mode-attribute
gingerBill
2024-07-10
1
-0
/
+6
|
\
|
|
|
|
remove misleading @(optimization_mode) values and make "none" inhibit optimizations
|
*
remove misleading `@(optimization_mode)` values and make "none" inhibit ↵
Laytan Laats
2024-07-08
1
-0
/
+6
|
|
|
|
|
|
|
|
optimizations
*
|
Add `-internal-cached`
gingerBill
2024-07-08
1
-11
/
+11
|
|
*
|
Correct `-use-separate-module` behaviour
gingerBill
2024-07-08
1
-1
/
+2
|
/
*
Experiment with different uses of `-use-separate-modules`
gingerBill
2024-07-08
1
-11
/
+10
|
*
Fix `#soa` assignment bug
gingerBill
2024-07-03
1
-1
/
+1
|
*
fix llvm assertion about metadata on non-instruction
Laytan Laats
2024-07-02
1
-3
/
+7
|
*
Remove debug message
gingerBill
2024-06-29
1
-1
/
+0
|
*
Keep `-sanitize:address` happy with `bit_field` loads
gingerBill
2024-06-29
1
-1
/
+2
|
*
Minor clean up for backend
gingerBill
2024-06-11
1
-1
/
+2
|
*
fix swizzle crash due to wrong alignment
Laytan Laats
2024-06-09
1
-2
/
+2
|
|
|
|
Fixes #3691
*
Remove bad code
gingerBill
2024-05-16
1
-1
/
+0
|
*
Fix more #soa changes
gingerBill
2024-05-16
1
-0
/
+1
|
*
Fix #3514 along with `soa.a[i]` bounds checking
gingerBill
2024-05-16
1
-1
/
+1
|
*
Fix #3581 due to typo
gingerBill
2024-05-13
1
-1
/
+1
|
*
Fix typo
gingerBill
2024-05-07
1
-1
/
+1
|
*
Add metadata to packed structs field accesses to state it is packed
gingerBill
2024-05-07
1
-0
/
+6
|
*
Correct map usage
gingerBill
2024-04-26
1
-1
/
+1
|
*
Improve support for big-endian `bit_field`s
gingerBill
2024-04-24
1
-11
/
+41
|
[next]