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
...
*
Add `#no_capture args: ..T` to reuse the backing array stack memory
gingerBill
2024-07-14
1
-1
/
+26
*
remove misleading `@(optimization_mode)` values and make "none" inhibit optim...
Laytan Laats
2024-07-08
1
-7
/
+1
*
disallow non-global foreign import of variables on wasm
Laytan Laats
2024-06-28
1
-1
/
+1
*
Add `intrinsics.syscall_bsd`
Feoramund
2024-06-12
1
-44
/
+134
*
fix unreachable hit when param and/or return have complex inits
Laytan Laats
2024-06-09
1
-3
/
+2
*
fix passing pointer to constant in non-odin cc
laytan
2024-06-04
1
-9
/
+1
*
Merge pull request #3570 from jasonKercher/linux-arm32
gingerBill
2024-05-20
1
-2
/
+2
|
\
|
*
arm32 now compiles and runs demo
jasonkercher
2024-05-10
1
-2
/
+2
*
|
Fix `intrinsics.ptr_sub`
gingerBill
2024-05-19
1
-2
/
+3
*
|
fix 6 argument syscall on i386
jason
2024-05-10
1
-8
/
+2
|
/
*
compiler: improve target features support
Laytan Laats
2024-05-02
1
-10
/
+17
*
fix direct proc args debug info
Laytan Laats
2024-04-22
1
-11
/
+2
*
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
|
\
[prev]
[next]