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 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
*
|
Add `hadamard_product`
gingerBill
2021-10-20
1
-0
/
+10
*
|
Add builtin `outer_product`
gingerBill
2021-10-20
1
-0
/
+8
*
|
Add builtin `transpose`
gingerBill
2021-10-20
1
-0
/
+6
|
/
*
Correct issue with the generated `map` type internals; Simplify map rehash lo...
gingerBill
2021-10-07
1
-1
/
+4
*
Merge branch 'master' into llvm-12.0.1-windows
gingerBill
2021-09-18
1
-2
/
+2
|
\
|
*
Begin minimize `Type` size by replacing `Array` with `Slice` etc
gingerBill
2021-09-13
1
-2
/
+2
*
|
Add `intrinsics.prefetch_*` procedures
gingerBill
2021-09-11
1
-0
/
+48
|
/
*
Add `intrinsics.syscall` (for Linux and Darwin only)
gingerBill
2021-08-29
1
-0
/
+117
*
Correct race condition and incorrect usage of `condition_signal` outside of a...
gingerBill
2021-08-26
1
-0
/
+2
*
Correct procedure checking flag handling, and correct the (bodge) handle of u...
gingerBill
2021-08-23
1
-1
/
+1
*
Fix race condition from `add_entity_use` due to Entity.identifier
gingerBill
2021-08-19
1
-2
/
+3
*
Remove unused code
gingerBill
2021-08-19
1
-7
/
+3
*
Make `or_else` and `or_return` operators (binary and suffix respectively)
gingerBill
2021-08-15
1
-5
/
+0
*
`or_return` built-in procedure
gingerBill
2021-08-15
1
-0
/
+2
*
Fix #1077
gingerBill
2021-08-13
1
-1
/
+1
*
Unify semantics of the built-in `swizzle` procedure with the selector express...
gingerBill
2021-08-09
1
-24
/
+2
*
Reorganize llvm_backend.cpp into separate files for easier maintenance
gingerBill
2021-08-07
1
-0
/
+2221
[prev]