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
*
Merge branch 'master' into freestanding_amd64
gingerBill
2022-03-14
1
-2
/
+2
|
\
|
*
#Fix 1615 Replace `llvm.readcyclecounter` with `cntvct_el0` on arm64
gingerBill
2022-03-12
1
-1
/
+1
|
*
Add relative slice to type checks for built in len
Joakim Hentula
2022-03-02
1
-1
/
+1
*
|
Commit rest of code for `-disallow-rtti`
gingerBill
2022-02-28
1
-8
/
+22
|
/
*
Use `objc_allocateClassPair` for `intrinsics.objc_register_class`
gingerBill
2022-02-14
1
-3
/
+5
*
Add new objc intrinsics: objc_(register|find)_(selector|class)
gingerBill
2022-02-14
1
-35
/
+98
*
Add `intrinsics.type_is_subtype_of`; `intrinsics.objc_selector_name`
gingerBill
2022-02-08
1
-0
/
+11
*
Begin work on support objc intrinsics
gingerBill
2022-02-08
1
-0
/
+96
*
Add `#no_type_assert` and `#type_assert` to disable implicit type assertions ...
gingerBill
2022-01-27
1
-15
/
+26
*
Rename architecture `386` to `i386`
gingerBill
2022-01-15
1
-1
/
+1
*
Correct `lb_emit_ptr_offset` bug caused by `LLVMConstGEP` assuming a signed i...
gingerBill
2021-12-29
1
-1
/
+1
*
Fix #1328
gingerBill
2021-11-23
1
-13
/
+5
*
Remove many LLVM optimization passes which were causes UB due to them assumin...
gingerBill
2021-11-06
1
-6
/
+19
*
Make llvm backend code use `PtrMap`; remove dead code
gingerBill
2021-11-05
1
-3
/
+3
*
Fix `lb_emit_array_epi` for matrix types
gingerBill
2021-11-04
1
-2
/
+2
*
Improve `wasm-import` semantics to allow procedures from different import paths
gingerBill
2021-11-02
1
-0
/
+33
*
core/intrinsics: Add mem_zero_volatile
Yawning Angel
2021-10-31
1
-3
/
+3
*
Begin work on supporting `wasm64`; Correct `wasm32` compilation behaviour
gingerBill
2021-10-30
1
-0
/
+1
*
Correct `llvm_vector_shuffle_reduction`
gingerBill
2021-10-28
1
-5
/
+15
*
Write a `log(n)` fallback for `llvm_vector_reduce_add`
gingerBill
2021-10-28
1
-5
/
+61
*
Support `llvm_vector_reduce_add` if the LLVM intrinsic is not supported
gingerBill
2021-10-28
1
-9
/
+26
*
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-26
1
-3
/
+13
|
\
|
*
Add `llvm_get_inline_asm` for future compatibility
gingerBill
2021-10-26
1
-0
/
+13
*
|
Improve use of vector muladd operations
gingerBill
2021-10-25
1
-0
/
+44
*
|
Improve matrix code generation for all supported platforms
gingerBill
2021-10-25
1
-1
/
+20
*
|
Update alignment rules for `matrix` types as a compromise to keep zero padding
gingerBill
2021-10-25
1
-1
/
+1
*
|
Make `lb_emit_matrix_mul` SIMD if possible
gingerBill
2021-10-20
1
-1
/
+28
*
|
Add `llvm_vector_reduce_add`
gingerBill
2021-10-20
1
-0
/
+41
*
|
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