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_proc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `-integer-division-by-zero` modes and document `all-bits`
gingerBill
2025-12-01
1
-1
/
+1
*
fix matrix transpose with different result type
laytan
2025-11-29
1
-1
/
+1
*
vendor/wgpu: update to 27.0.2.0
Laytan
2025-10-15
1
-2
/
+1
*
llvm 21 support
Laytan
2025-10-14
1
-2
/
+2
*
Fix entity nullptr check
Harold Brenes
2025-09-29
1
-1
/
+1
*
Automatically emit objc_msgSend calls when calling imported or implemented Ob...
Harold Brenes
2025-09-29
1
-6
/
+16
*
Disable `#raw_union` constants for the time being
bill/const-union
gingerBill
2025-09-29
1
-6
/
+0
*
Add bit cast
gingerBill
2025-09-29
1
-7
/
+14
*
Begin to support constant array of unions
gingerBill
2025-09-28
1
-1
/
+1
*
Handle missing procedures better
gingerBill
2025-09-19
1
-1
/
+0
*
Convert `procedures_to_generate` to a queue
gingerBill
2025-09-19
1
-1
/
+1
*
`Entity *` to `std::atomic<Entity *>` to remove the need for a PtrMap+Mutex
gingerBill
2025-09-19
1
-1
/
+1
*
Try moving parapoly procs into a separate module when doing weak monomorphiza...
gingerBill
2025-09-18
1
-1
/
+1
*
Multithread min dep set by removing the set itself
gingerBill
2025-09-10
1
-2
/
+1
*
Handle `fixed_point_div` and `fixed_point_div_sat`
gingerBill
2025-08-08
1
-4
/
+10
*
Print the name of missing runtime procedure
Sunagatov Denis
2025-08-08
1
-0
/
+1
*
Implementes the block ABI.2010.3.16 natively via the `objc_block` intrinsic a...
Harold Brenes
2025-08-06
1
-0
/
+1
*
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-0
/
+9
*
Merge pull request #4140 from colrdavidson/macharena
Laytan
2025-07-29
1
-0
/
+15
|
\
|
*
move to checker error, rather than panic
Colin Davidson
2025-07-29
1
-2
/
+0
|
*
switch to read_cycle_counter_frequency from arm64_read_cycle_counter_freq, tr...
Colin Davidson
2025-07-29
1
-6
/
+10
|
*
use the correct frequency for the arm tsc timer
Colin Davidson
2025-07-28
1
-0
/
+13
*
|
fix ignored args in multi return handling
Laytan
2025-07-29
1
-1
/
+3
|
/
*
Merge pull request #5442 from jon-lipstate/table_lookup
gingerBill
2025-07-22
1
-0
/
+269
|
\
|
*
cleanup langauge / errors about table vs swizzle
Jon Lipstate
2025-07-16
1
-31
/
+31
|
*
rename table_lookup to runtime_swizzle
Jon Lipstate
2025-07-16
1
-10
/
+10
|
*
x86 sse
Jon Lipstate
2025-07-05
1
-2
/
+11
|
*
fix explicit cast
Jon Lipstate
2025-07-05
1
-4
/
+2
|
*
table lookup intrinsic
Jon Lipstate
2025-07-05
1
-0
/
+262
*
|
lb_const_string -> lb_const_value
dev-2025-07
Jeroen van Rijn
2025-07-07
1
-1
/
+1
|
/
*
Ensure `volatile` status for all atomic operations
Feoramund
2025-06-20
1
-16
/
+18
*
Push `context` onto stack before evaluating procedure parameters
Feoramund
2025-06-20
1
-3
/
+3
*
Add `@(no_sanitize_memory)` proc attribute with MSan additions to `base:sanit...
Feoramund
2025-06-05
1
-1
/
+1
*
Add `compress_values`
gingerBill
2025-05-12
1
-0
/
+62
*
Merge pull request #5117 from bogwi/bug/5024
gingerBill
2025-05-09
1
-0
/
+12
|
\
|
*
CHECK 1 done
bogwi
2025-05-05
1
-0
/
+12
*
|
Merge pull request #5064 from harold-b/hb/objc-classes
gingerBill
2025-05-08
1
-0
/
+1
|
\
\
|
*
|
Fix indentations
Harold Brenes
2025-04-27
1
-1
/
+1
|
*
|
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-0
/
+1
*
|
|
fix disposing builder when not created
Laytan Laats
2025-05-07
1
-2
/
+1
*
|
|
Merge pull request #5122 from Lperlind/asan-allocators
gingerBill
2025-05-07
1
-11
/
+13
|
\
\
\
|
*
|
|
Add asan support for various allocators
Lucas Perlind
2025-05-06
1
-11
/
+13
*
|
|
|
Added alternate reduce-add/reduce-mul intrinsics.
Barinzaya
2025-05-05
1
-0
/
+66
|
/
/
/
*
|
/
Add `intrinsics.simd_indices`
gingerBill
2025-05-05
1
-0
/
+17
|
|
/
|
/
|
*
|
Merge pull request #5098 from laytan/fix-nan-comparisons
gingerBill
2025-05-02
1
-1
/
+1
|
\
\
|
*
|
fix variable NaN comparisons
Laytan Laats
2025-04-30
1
-1
/
+1
|
|
/
*
/
Add attribute @(no_sanitize_address)
Lucas Perlind
2025-05-01
1
-1
/
+1
|
/
*
Fix `syscall_bsd` on NetBSD ARM64
Feoramund
2025-04-06
1
-8
/
+31
*
Merge pull request #4974 from harold-b/hb.fix-syscall-memory-dep
gingerBill
2025-03-27
1
-0
/
+10
|
\
|
*
Add `~{memory}` clobber to syscall intrinsics for platforms where it was not ...
Harold Brenes
2025-03-26
1
-0
/
+10
[next]