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
*
Revert "Change `tav` to be a pointer internally"
gingerBill
2022-12-22
1
-16
/
+16
*
Change `tav` to be a pointer internally
gingerBill
2022-12-22
1
-16
/
+16
*
`gb_internal` LLVM backend
gingerBill
2022-12-18
1
-40
/
+40
*
Naïve optimization of named _split_ multiple return valued when `defer` is n...
gingerBill
2022-11-25
1
-1
/
+1
*
Fixed comparison against nil for maps
gingerBill
2022-11-20
1
-8
/
+3
*
Enforce pointer cast
gingerBill
2022-11-13
1
-1
/
+2
*
Begin work on map static set
gingerBill
2022-11-11
1
-1
/
+1
*
Correct static map get; make get take a pointer to simplify compiler internals
gingerBill
2022-11-10
1
-1
/
+1
*
Change map internal calls to use a pointer
gingerBill
2022-11-09
1
-2
/
+2
*
Change `__dynamic_map_get` signature
gingerBill
2022-11-08
1
-2
/
+2
*
Fix #2160 (deep subtyping through `using` of `_`)
gingerBill
2022-11-01
1
-24
/
+23
*
Optimize `#caller_location` and `#location` to use read only data section whe...
gingerBill
2022-10-31
1
-2
/
+2
*
Minor technical improvement
gingerBill
2022-09-22
1
-2
/
+5
*
Reduce unnecessary map gets
gingerBill
2022-09-21
1
-14
/
+8
*
Change `__dynamic_map_get` and `__dynamic_map_set` to use separate parameters...
gingerBill
2022-09-17
1
-9
/
+3
*
Fix #2017 mismatched types in binary matrix expression for `flt * (mat * vec)`
gingerBill
2022-09-05
1
-5
/
+18
*
Fix #1994 Returning to err: Maybe(Error) raises compiler assert
gingerBill
2022-09-01
1
-1
/
+1
*
Correct max alignment handling throughout the llvm backend
gingerBill
2022-08-24
1
-3
/
+3
*
Merge pull request #1955 from jaspergeer/fix-endian-type-conversion
gingerBill
2022-08-24
1
-3
/
+0
|
\
|
*
Remove erroneous byte swap
Jasper Geer
2022-08-16
1
-3
/
+0
*
|
Fix #1963
gingerBill
2022-08-19
1
-1
/
+1
|
/
*
Minor refactoring of `lb_build_addr`
gingerBill
2022-08-11
1
-403
/
+417
*
Clean up compound literal backend stuff some more
gingerBill
2022-08-11
1
-176
/
+48
*
Improve compound literal generation for array-like types
gingerBill
2022-08-11
1
-749
/
+617
*
Eliminate use of LLVMGetElementType for pointers
gingerBill
2022-08-09
1
-1
/
+1
*
Merge pull request #1933 from lerno/reduce_reliance_on_ptr_type
gingerBill
2022-08-09
1
-114
/
+116
|
\
|
*
Removed use of deprecated functions. Cleaned up most deprecated use of LLVMGe...
Christoffer Lerno
2022-08-07
1
-114
/
+116
*
|
Add `#soa` pointer type to aid with refactoring to `#soa` data types
gingerBill
2022-08-08
1
-4
/
+29
|
/
*
Fix #1930
gingerBill
2022-08-05
1
-0
/
+3
*
Fix #1793
gingerBill
2022-07-24
1
-1
/
+7
*
Fix and improve `x->y()` behaviour to minimize duplicate evaluation
gingerBill
2022-07-24
1
-3
/
+31
*
Integrate numerous debug fixes from #1877
gingerBill
2022-07-18
1
-11
/
+0
*
Fix #1836
gingerBill
2022-07-16
1
-3
/
+6
*
Fix #1880
gingerBill
2022-07-16
1
-1
/
+9
*
Fix #1888
gingerBill
2022-07-16
1
-10
/
+28
*
Improve vector comparison `==` `!=` for horizontal reduction
gingerBill
2022-05-28
1
-10
/
+29
*
Add arithmetic operator support for simd vectors; Add `intrinsics.simd_and_not`
gingerBill
2022-05-26
1
-1
/
+39
*
Remove need for `simd.splat`
gingerBill
2022-05-26
1
-27
/
+45
*
Correct casting between integer and boolean #simd
gingerBill
2022-05-25
1
-1
/
+4
*
Allow for non-constant simd vector compound types
gingerBill
2022-05-25
1
-0
/
+96
*
Allow basic casting of simd vectors
gingerBill
2022-05-25
1
-0
/
+32
*
Fix issue #1592 "LLVM code gen error when using a constant in an if"
gitlost
2022-03-18
1
-2
/
+2
*
Merge branch 'master' into freestanding_amd64
gingerBill
2022-03-14
1
-0
/
+15
|
\
|
*
Fix #1607
gingerBill
2022-03-09
1
-0
/
+15
*
|
Commit rest of code for `-disallow-rtti`
gingerBill
2022-02-28
1
-3
/
+14
|
/
*
Correct pseudo selector code generation
gingerBill
2022-02-15
1
-4
/
+5
*
Add more objc attributes
gingerBill
2022-02-11
1
-1
/
+10
*
Support rank-2 arrays (matrix-like) for `transpose`
gingerBill
2022-02-06
1
-0
/
+21
*
Correct implicit union cast
gingerBill
2022-02-05
1
-0
/
+9
*
Add `#no_type_assert` and `#type_assert` to disable implicit type assertions ...
gingerBill
2022-01-27
1
-31
/
+41
[next]