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_const.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correct index to offset calculation for matrix compound literals
dev-2021-11
gingerBill
2021-11-02
1
-3
/
+3
*
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-26
1
-1
/
+1
|
\
|
*
Change use of `LLVMSizeOf` to `lb_sizeof`
gingerBill
2021-10-26
1
-1
/
+1
*
|
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-23
1
-1
/
+1
|
\
|
|
*
Correct update propagation of type for ternary if expressions
gingerBill
2021-10-22
1
-1
/
+1
*
|
Allow conversions between matrices of the same element count
gingerBill
2021-10-21
1
-2
/
+2
*
|
Allow scalars with matrices
gingerBill
2021-10-21
1
-1
/
+1
*
|
Support matrix literals
gingerBill
2021-10-20
1
-5
/
+78
*
|
Very basic matrix support in backend
gingerBill
2021-10-18
1
-0
/
+28
|
/
*
Allow for array programming value constants
gingerBill
2021-10-07
1
-8
/
+3
*
Minor code cleanup for backend; add `struct_fields_index_by_increasing_offset...
gingerBill
2021-10-02
1
-5
/
+5
*
Heavily improve the LLVM struct type generation to improve ABI
gingerBill
2021-10-02
1
-16
/
+8
*
LLVM Code Generator: Add explicitly padding between fields in LLVM struct types
gingerBill
2021-09-13
1
-24
/
+60
*
Begin minimize `Type` size by replacing `Array` with `Slice` etc
gingerBill
2021-09-13
1
-2
/
+2
*
Migrate and remove more from gb.h
gingerBill
2021-08-19
1
-1
/
+1
*
Add extra error message check to `lb_big_int_to_llvm`
gingerBill
2021-08-13
1
-0
/
+4
*
Reorganize llvm_backend.cpp into separate files for easier maintenance
gingerBill
2021-08-07
1
-0
/
+951
[prev]