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
...
*
|
Implement backend for simd intrinsics
gingerBill
2022-05-25
1
-0
/
+201
*
|
Change atomic.wait32 and atomic.notify selection
gingerBill
2022-05-21
1
-2
/
+2
*
|
Begin work on Atomics for wasm32 (wait and notify intrinsics)
gingerBill
2022-05-21
1
-0
/
+45
*
|
emit optnone and noinline for all procs when opt set to minimal
Tobias Mollstam
2022-05-18
1
-22
/
+27
*
|
Fix `@(disable=...)`
gingerBill
2022-05-02
1
-13
/
+9
*
|
Implement syscall for arm32
gingerBill
2022-05-01
1
-73
/
+98
*
|
`intrinsics.atomic_type_is_lock_free`
gingerBill
2022-04-02
1
-1
/
+1
*
|
Correct weak handling
gingerBill
2022-03-31
1
-1
/
+2
*
|
Replace the atomic intrinsics
gingerBill
2022-03-31
1
-127
/
+43
*
|
Add `intrinsics.wasm_memory_grow` `intrinsics.wasm_memory_size`
gingerBill
2022-03-30
1
-0
/
+39
*
|
Correct `atomic_cxchg_*` `atomic_cxchgweak_*` intrinsics behaviour to monoton...
gingerBill
2022-03-30
1
-8
/
+16
*
|
Merge branch 'master' into freestanding_amd64
gingerBill
2022-03-14
1
-8
/
+17
|
\
\
|
*
|
#Fix 1615 Replace `llvm.readcyclecounter` with `cntvct_el0` on arm64
gingerBill
2022-03-12
1
-6
/
+15
|
*
|
Add relative slice to type checks for built in len
Joakim Hentula
2022-03-02
1
-2
/
+2
*
|
|
Replace local `@(no_red_zone)` with global `-disable-red-zone`
gingerBill
2022-02-23
1
-1
/
+1
*
|
|
Add `@(no_red_zone)` for procedures
gingerBill
2022-02-23
1
-0
/
+4
|
/
/
*
|
Remove dead code
gingerBill
2022-02-20
1
-8
/
+1
*
|
Add `intrinsics.constant_utf16_cstring`
gingerBill
2022-02-17
1
-0
/
+71
*
|
Allow sysv and win64 calling conventions to be used on any platform on amd64
gingerBill
2022-02-16
1
-1
/
+1
*
|
Improve debug information for direct procedure parmaters
gingerBill
2022-02-16
1
-6
/
+13
*
|
Change how parameter and variables are given debug values
gingerBill
2022-02-16
1
-1
/
+2
*
|
Add new objc intrinsics: objc_(register|find)_(selector|class)
gingerBill
2022-02-14
1
-3
/
+5
*
|
Add `intrinsics.type_is_subtype_of`; `intrinsics.objc_selector_name`
gingerBill
2022-02-08
1
-0
/
+3
*
|
Begin work on support objc intrinsics
gingerBill
2022-02-08
1
-0
/
+3
*
|
Correct debug information logic for procedure parameters
gingerBill
2022-02-01
1
-4
/
+5
*
|
Disable early return from `check_proc_info`
gingerBill
2022-01-25
1
-1
/
+1
*
|
Comment out calls
gingerBill
2022-01-24
1
-2
/
+2
*
|
Add `lb_add_debug_local_variable` call to procedure arguments
gingerBill
2022-01-24
1
-0
/
+2
*
|
Rename architecture `386` to `i386`
gingerBill
2022-01-15
1
-2
/
+2
*
|
Simplify procedure parameters callee logic
gingerBill
2022-01-15
1
-31
/
+16
*
|
Correct linkage for entry point procedures on Windows
gingerBill
2022-01-12
1
-1
/
+1
*
|
Begin work to move entry point code to Odin itself rather than in C++ side
gingerBill
2022-01-12
1
-0
/
+8
*
|
Fixes syscall intrinsic on macOS they use a slightly different section + regi...
Platin21
2022-01-05
1
-20
/
+41
*
|
Removes unneeded lookups / Adds sret to call site which fixes the mac bug
Platin21
2021-12-23
1
-0
/
+4
*
|
Begin minimizing `Ast` size
gingerBill
2021-11-14
1
-2
/
+2
|
/
*
src: Fix the syscall intrinsic code generation for Linux and Windows
Yawning Angel
2021-11-13
1
-1
/
+16
*
Improve matrix->matrix casting implementation
gingerBill
2021-11-08
1
-2
/
+2
*
Make llvm backend code use `PtrMap`; remove dead code
gingerBill
2021-11-05
1
-1
/
+1
*
`@(linkage=<string>)` for procedures and variables; `@(require)` for procedur...
gingerBill
2021-11-04
1
-0
/
+2
*
Improve `wasm-import` semantics to allow procedures from different import paths
gingerBill
2021-11-02
1
-18
/
+2
*
core/intrinsics: Add mem_zero_volatile
Yawning Angel
2021-10-31
1
-1
/
+12
*
Compile `wasm64`; Add `lb_run_remove_unused_function_pass`
gingerBill
2021-10-31
1
-3
/
+10
*
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-26
1
-23
/
+6
|
\
|
*
Add `llvm_get_inline_asm` for future compatibility
gingerBill
2021-10-26
1
-23
/
+6
*
|
Improve use of vector muladd operations
gingerBill
2021-10-25
1
-10
/
+1
*
|
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-23
1
-50
/
+88
|
\
|
|
*
Add `intrinsics.unaligned_store` `intrinsics.unaligned_load`
gingerBill
2021-10-23
1
-50
/
+88
*
|
Minor fix for parapoly matrix types
gingerBill
2021-10-20
1
-2
/
+1
*
|
Support `conj` on array and matrix types
gingerBill
2021-10-20
1
-25
/
+52
*
|
Add `matrix_flatten` - `matrix[R, C]T` -> `[R*C]T`
gingerBill
2021-10-20
1
-0
/
+6
[prev]
[next]