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_expr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix conversion from float to quaternion
gingerBill
2021-12-31
1
-23
/
+7
*
Add lb_build_addr on `or_return` and `or_else` for sanity's sake
gingerBill
2021-11-27
1
-0
/
+10
*
Fix #1319
gingerBill
2021-11-19
1
-2
/
+0
*
Correct `x in ptr` logic
gingerBill
2021-11-17
1
-1
/
+1
*
Improve matrix->matrix casting implementation
gingerBill
2021-11-08
1
-14
/
+19
*
Remove many LLVM optimization passes which were causes UB due to them assumin...
gingerBill
2021-11-06
1
-6
/
+6
*
Make llvm backend code use `PtrMap`; remove dead code
gingerBill
2021-11-05
1
-3
/
+3
*
Allow casting from floats to quaternions
gingerBill
2021-11-03
1
-0
/
+17
*
Correct `lb_emit_matrix_flatten`
gingerBill
2021-11-03
1
-1
/
+1
*
Correct index to offset calculation for matrix compound literals
dev-2021-11
gingerBill
2021-11-02
1
-3
/
+3
*
Begin work on supporting `wasm64`; Correct `wasm32` compilation behaviour
gingerBill
2021-10-30
1
-0
/
+2
*
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-26
1
-5
/
+1
|
\
|
*
Add `llvm_get_inline_asm` for future compatibility
gingerBill
2021-10-26
1
-5
/
+1
*
|
Improve use of vector muladd operations
gingerBill
2021-10-25
1
-6
/
+4
*
|
Improve matrix code generation for all supported platforms
gingerBill
2021-10-25
1
-2
/
+27
*
|
Update alignment rules for `matrix` types as a compromise to keep zero padding
gingerBill
2021-10-25
1
-4
/
+19
*
|
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-23
1
-13
/
+13
|
\
|
|
*
Correct ternary if expression type determination
gingerBill
2021-10-22
1
-6
/
+0
|
*
Fix check_remove_expr_info
gingerBill
2021-10-22
1
-2
/
+2
|
*
Correct update propagation of type for ternary if expressions
gingerBill
2021-10-22
1
-11
/
+17
*
|
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-21
1
-0
/
+37
|
\
|
|
*
Support `TenraryIfAddr` in `lb_build_addr`
gingerBill
2021-10-21
1
-0
/
+37
*
|
Allow conversions between matrices of the same element count
gingerBill
2021-10-21
1
-10
/
+28
*
|
Allow casting between square matrices of the same element type
gingerBill
2021-10-21
1
-12
/
+32
*
|
Allow scalars with matrices
gingerBill
2021-10-21
1
-8
/
+24
*
|
Minor clean up for `lb_matrix_trimmed_vector_mask`
gingerBill
2021-10-20
1
-6
/
+8
*
|
Add `matrix_flatten` - `matrix[R, C]T` -> `[R*C]T`
gingerBill
2021-10-20
1
-9
/
+68
*
|
Make `transpose` use SIMD if possible
gingerBill
2021-10-20
1
-21
/
+52
*
|
Make `lb_emit_matrix_mul` SIMD if possible
gingerBill
2021-10-20
1
-62
/
+82
*
|
Make `lb_emit_vector_mul_matrix` use SIMD if possible
gingerBill
2021-10-20
1
-3
/
+71
*
|
Add `llvm_vector_reduce_add`
gingerBill
2021-10-20
1
-1
/
+2
*
|
Make `lb_emit_matrix_mul_vector` use SIMD if possible
gingerBill
2021-10-20
1
-3
/
+65
*
|
Add `hadamard_product`
gingerBill
2021-10-20
1
-3
/
+3
*
|
Add builtin `outer_product`
gingerBill
2021-10-20
1
-0
/
+32
*
|
Add builtin `transpose`
gingerBill
2021-10-20
1
-116
/
+17
*
|
Support matrix literals
gingerBill
2021-10-20
1
-8
/
+111
*
|
Support indexing matrices
gingerBill
2021-10-19
1
-1
/
+53
*
|
Basic support for matrix*vector, vector*matrix operations
gingerBill
2021-10-19
1
-96
/
+117
*
|
Try to support the matrix multiplication LLVM intrinsics
gingerBill
2021-10-18
1
-24
/
+249
*
|
Very basic matrix support in backend
gingerBill
2021-10-18
1
-0
/
+78
|
/
*
Allow `uintptr` <-> `[^]T`
gingerBill
2021-09-29
1
-0
/
+12
*
Move redundant `auto_cast` error from `-vet` to `-vet-extra`
gingerBill
2021-09-28
1
-0
/
+11
*
Fix [^]u8 to cstring conversion
gingerBill
2021-09-25
1
-0
/
+6
*
Correct f64 -> u128/i128 generation
gingerBill
2021-09-25
1
-1
/
+1
*
LLVM Code Generator: Add explicitly padding between fields in LLVM struct types
gingerBill
2021-09-13
1
-5
/
+4
*
Only store `field_index` remove `field_src_index` (for the time being)
gingerBill
2021-09-13
1
-1
/
+1
*
Begin minimize `Type` size by replacing `Array` with `Slice` etc
gingerBill
2021-09-13
1
-4
/
+4
*
Fix slice indices endianness
gingerBill
2021-09-12
1
-3
/
+6
*
Remove `goto` in favour of multiple exits
gingerBill
2021-09-08
1
-2
/
+4
*
Fix #1120 code generation
gingerBill
2021-09-08
1
-5
/
+52
[next]