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 wasm atomics
Laytan Laats
2024-04-06
1
-10
/
+5
*
fix lbArg_Ignore logic
Laytan Laats
2024-04-04
1
-1
/
+5
*
fix untyped nil into c varargs
Laytan Laats
2024-04-02
1
-0
/
+6
*
fix named arguments with #c_vararg
Laytan Laats
2024-04-02
1
-0
/
+21
*
Unify min/max semantics for simd_(min|max)
gingerBill
2024-03-06
1
-4
/
+2
*
Merge pull request #3220 from laytan/promote-types-in-c-varargs
gingerBill
2024-02-28
1
-2
/
+2
|
\
|
*
Promote types in `#c_varargs` according to C rules
Laytan Laats
2024-02-21
1
-2
/
+2
*
|
Make `lb_type_info` use a procedure to load the global value
gingerBill
2024-02-27
1
-1
/
+1
|
/
*
Add `#load_directory(path: string) > []runtime.Load_Directory_File`
gingerBill
2024-02-09
1
-15
/
+52
*
Remove dead code
gingerBill
2024-01-28
1
-3
/
+3
*
Implement instrumentation pass
gingerBill
2024-01-07
1
-0
/
+12
*
Fix `builtin.quaternion` generation
gingerBill
2024-01-05
1
-1
/
+1
*
Enforce naming the parameters with `builtin.quaternion` to reduce confusion
gingerBill
2024-01-05
1
-13
/
+30
*
Fix #3056
korvahkh
2023-12-29
1
-1
/
+1
*
Fix-up inline asm for i386 syscalls emit
flysand7
2023-10-30
1
-1
/
+1
*
llvm: specify calling convention on call
Morten Hauke Solvang
2023-10-13
1
-0
/
+3
*
Remove debug message
gingerBill
2023-09-29
1
-1
/
+0
*
Rename simd bitwise operations from `intrinsics.simd_and` to `intrinsics.simd...
gingerBill
2023-09-28
1
-8
/
+8
*
Fix `ptr != ptr` type cast problem in LLVM 17
gingerBill
2023-09-26
1
-2
/
+15
*
Fix build times for `-o:<string>` in LLVM-17
gingerBill
2023-09-21
1
-2
/
+2
*
Add attributes for sanitize_memory and sanitize_thread
gingerBill
2023-09-21
1
-0
/
+6
*
Add `sanitize_address` attribute to all normal packages
gingerBill
2023-09-21
1
-1
/
+6
*
Fix read_cycle_counter intrinsic on arm64
William Roe
2023-08-07
1
-1
/
+1
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-2
/
+2
*
Fix #2699
gingerBill
2023-08-05
1
-3
/
+9
*
Go through loads of `TODO`s
gingerBill
2023-08-01
1
-4
/
+1
*
Generalize name mangling rule to have a singular definition for a name separator
dev-2023-07
gingerBill
2023-07-07
1
-1
/
+1
*
Fix #2606
gingerBill
2023-06-26
1
-1
/
+5
*
Fix empty varargs
gingerBill
2023-06-21
1
-0
/
+3
*
Handle `#c_vararg`
gingerBill
2023-06-21
1
-6
/
+9
*
Correct deferred procedures
gingerBill
2023-06-21
1
-87
/
+109
*
Fix constant parameter passing
gingerBill
2023-06-21
1
-17
/
+27
*
Correct purely named argument handling
gingerBill
2023-06-21
1
-248
/
+2
*
Start work on parapoly args for new and improved
gingerBill
2023-06-20
1
-1
/
+1
*
Try to get make everything work with parapoly
gingerBill
2023-06-20
1
-1
/
+6
*
Fix line error printing for error messages
gingerBill
2023-06-19
1
-7
/
+7
*
Basic support for new procedure code (non-polymorphic, non-proc-group)
gingerBill
2023-06-15
1
-0
/
+119
*
Merge pull request #1309 from Yawning/fix/freebsd-syscall
gingerBill
2023-06-07
1
-4
/
+45
|
\
|
*
Merge branch 'master' into fix/freebsd-syscall
gingerBill
2022-07-24
1
-278
/
+1004
|
|
\
|
*
|
src: "Fix" the system call intrinsic for FreeBSD
Yawning Angel
2021-11-13
1
-5
/
+46
*
|
|
Fix wasm intrinsics; fix `len` for strings and slices
gingerBill
2023-06-06
1
-6
/
+6
*
|
|
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
1
-4
/
+4
|
\
\
\
|
*
|
|
Minor change to handling of propagation of errors with `---` as a value
gingerBill
2023-05-22
1
-4
/
+4
|
*
|
|
Revert "Change `intrinsics.read_cycle_counter` on ARM64"
gingerBill
2023-05-12
1
-1
/
+1
|
*
|
|
Change `intrinsics.read_cycle_counter` on ARM64
gingerBill
2023-05-12
1
-1
/
+1
*
|
|
|
Rename `word_size` to `ptr_size` internally to make it clearer
gingerBill
2023-04-20
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #2464 from ap29600/simd_unaligned_load
gingerBill
2023-04-20
1
-5
/
+19
|
\
\
\
|
*
|
|
improve code generation for `intrinsics.unaligned_load/store` on `#simd` types
Andrea Piseri
2023-04-16
1
-5
/
+19
*
|
|
|
Merge pull request #2450 from destroycomputers/master
gingerBill
2023-04-20
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix intrinsics.alloca code generation
destroycomputers
2023-04-11
1
-1
/
+1
|
|
/
/
/
[next]