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_utility.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Make `lb_emit_matrix_mul_vector` use SIMD if possible
gingerBill
2021-10-20
1
-0
/
+32
*
|
Support matrix literals
gingerBill
2021-10-20
1
-6
/
+72
*
|
Support indexing matrices
gingerBill
2021-10-19
1
-0
/
+31
*
|
Basic support for matrix*vector, vector*matrix operations
gingerBill
2021-10-19
1
-4
/
+6
*
|
Very basic matrix support in backend
gingerBill
2021-10-18
1
-0
/
+35
|
/
*
Minor code cleanup for backend; add `struct_fields_index_by_increasing_offset...
gingerBill
2021-10-02
1
-1
/
+1
*
Remove need for alignment `lb_struct_has_padding_prefix`
gingerBill
2021-10-02
1
-5
/
+0
*
Heavily improve the LLVM struct type generation to improve ABI
gingerBill
2021-10-02
1
-8
/
+39
*
LLVM Code Generator: Add explicitly padding between fields in LLVM struct types
gingerBill
2021-09-13
1
-6
/
+49
*
Only store `field_index` remove `field_src_index` (for the time being)
gingerBill
2021-09-13
1
-8
/
+12
*
Fix slice indices endianness
gingerBill
2021-09-12
1
-0
/
+11
*
Remove unused code
gingerBill
2021-08-19
1
-2
/
+0
*
`or_return` built-in procedure
gingerBill
2021-08-15
1
-0
/
+42
*
Reorganize llvm_backend.cpp into separate files for easier maintenance
gingerBill
2021-08-07
1
-0
/
+1257
[prev]