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
...
*
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
*
Improve codegen for `bit_field [N]T` compound literals
gingerBill
2024-04-24
1
-4
/
+4
*
Improve codegen for `bit_field` compound literals with an integer backing
gingerBill
2024-04-24
1
-2
/
+1
*
Improve code generation for loading `bit_field` fields
gingerBill
2024-04-24
1
-15
/
+65
*
Set `__$ti-` stuff to be private linkage
gingerBill
2024-04-18
1
-1
/
+1
*
Fix #3427
gingerBill
2024-04-16
1
-1
/
+1
*
Simplify scalar -> array conversions in LLVM to use a loop after a certain size
gingerBill
2024-04-12
1
-10
/
+0
*
Fix `ptr_to_bit_field.field`
gingerBill
2024-04-10
1
-1
/
+1
*
debug info fixes/refactor
Laytan Laats
2024-04-01
1
-1
/
+0
*
Fix `#field_align` issues, by simplifying the LLVM struct type generation
gingerBill
2024-03-30
1
-9
/
+8
*
Fix #3286
gingerBill
2024-03-18
1
-3
/
+5
*
Support swizzle selector syntax `.xyzw` for `#simd` vectors
gingerBill
2024-03-12
1
-1
/
+25
*
Add general support for `bit_field`s
gingerBill
2024-02-22
1
-2
/
+49
*
Begin work adding `bit_field`
gingerBill
2024-02-22
1
-1
/
+3
*
Implement instrumentation pass
gingerBill
2024-01-07
1
-0
/
+13
*
Fixed Typo / Added check for 1
Platin21
2024-01-02
1
-1
/
+1
*
Adds new flag for linker to know if it should link the system library or not
Platin21
2024-01-02
1
-0
/
+4
*
mem zero rather than store to a union where the variant is of size zero
gingerBill
2023-11-24
1
-3
/
+9
*
Ignore `store undef` calls
gingerBill
2023-10-29
1
-1
/
+5
*
Begin work on making the type info table be constantly initialized
gingerBill
2023-09-22
1
-3
/
+23
*
Update to LLVM-17
gingerBill
2023-09-19
1
-1
/
+32
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-118
/
+85
*
Merge branch 'master' into tilde
gingerBill
2023-08-03
1
-2
/
+1
|
\
|
*
Go through loads of `TODO`s
gingerBill
2023-08-01
1
-2
/
+1
*
|
Hook up Tilde to the linker code
gingerBill
2023-07-24
1
-35
/
+1
|
/
*
Generalize name mangling rule to have a singular definition for a name separator
dev-2023-07
gingerBill
2023-07-07
1
-3
/
+3
*
Add extra mutex guards around module value access
gingerBill
2023-07-07
1
-0
/
+3
*
Always call `lb_run_remove_dead_instruction_pass` to fix `-debug` issues
gingerBill
2023-07-07
1
-2
/
+3
*
Fix #2594 zero sized union code generation
gingerBill
2023-06-26
1
-0
/
+1
*
Fix a race condition when produced anonymous procedure literals with `-use-se...
gingerBill
2023-06-13
1
-2
/
+91
*
Make all id suffixes use atomics where possible
gingerBill
2023-06-12
1
-4
/
+3
*
Change ABI for wasm64p32 on slices and structs
gingerBill
2023-06-07
1
-1
/
+1
*
Fix non-constant compound literals of slices
gingerBill
2023-06-07
1
-7
/
+19
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
1
-2
/
+2
|
\
|
*
Minor change to handling of propagation of errors with `---` as a value
gingerBill
2023-05-22
1
-2
/
+2
*
|
Rename `word_size` to `ptr_size` internally to make it clearer
gingerBill
2023-04-20
1
-6
/
+6
*
|
Add internal padding to types where ptr size != int size
gingerBill
2023-04-20
1
-15
/
+45
|
/
*
Fix race condition with -use-separate-modules due to type determination
gingerBill
2023-04-18
1
-0
/
+6
*
Increase use of `temporary_allocator()` where possible
gingerBill
2023-03-16
1
-2
/
+7
*
Reserve memory for procedures when generating the LLVM IR
gingerBill
2023-03-16
1
-2
/
+7
*
Minimize stack wastage with compound literals defining variables
gingerBill
2023-02-17
1
-0
/
+1
*
fix #by_ptr argument overrides for Linux
Phil Homan
2023-02-15
1
-0
/
+4
*
Remove set volatile for store
gingerBill
2023-02-14
1
-1
/
+1
*
Move in_multi_assignment check tighter
gingerBill
2023-02-14
1
-2
/
+2
*
Add extra checks for multiple assignments when emitting stores
gingerBill
2023-01-27
1
-5
/
+7
[prev]
[next]