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 #4952
gingerBill
2025-03-24
1
-1
/
+2
*
Fix #4573
gingerBill
2025-03-07
1
-0
/
+6
*
Try to make globally generated variables deterministic in name
gingerBill
2025-02-25
1
-4
/
+4
*
Fix #4819
gingerBill
2025-02-24
1
-2
/
+2
*
Fixed an issue with SIMD vector equality.
Barinzaya
2025-02-20
1
-1
/
+10
*
-obfuscate-source-code-locations on bounds checks and type assertions
Laytan Laats
2025-02-05
1
-6
/
+2
*
Fix #4773 - Change order of evaluation for slicing indices
gingerBill
2025-01-29
1
-10
/
+11
*
Make `-no-dynamic-literals` the default now
gingerBill
2025-01-05
1
-2
/
+2
*
Add `#branch_location`
gingerBill
2025-01-01
1
-3
/
+9
*
Fix bug with comparisons with big endian types
gingerBill
2024-12-12
1
-0
/
+19
*
Merge pull request #4440 from 0dminnimda/support_llvm19
gingerBill
2024-11-27
1
-2
/
+10
|
\
|
*
Add support for llvm version 19
0dminnimda
2024-10-31
1
-2
/
+10
*
|
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-36
/
+1
*
|
Fix `auto_cast` matrix bug
gingerBill
2024-11-04
1
-1
/
+12
|
/
*
Fix invalid union access
bobsayshilol
2024-10-27
1
-1
/
+1
*
check packed load and set alignment on all loads, not just lb_emit_load
Laytan Laats
2024-10-25
1
-7
/
+6
*
fix quaternion64 arith
Laytan Laats
2024-10-02
1
-4
/
+4
*
Fix union comparison bug
gingerBill
2024-09-30
1
-0
/
+6
*
Fix for crash when emitting a comparison between a constant array and a non-c...
Karl Zylinski
2024-09-25
1
-3
/
+7
*
Fix #4229 for edge case `os.Error`/`os.Errno` legacy bodge
gingerBill
2024-09-11
1
-1
/
+7
*
Simplify #row_major matrix and `matrix_flatten` behaviour
gingerBill
2024-09-07
1
-25
/
+31
*
Use XOR directly rather than `(~x) & mask`
gingerBill
2024-08-30
1
-2
/
+3
*
Make `~some_bit_set` work on only the possible bits by doing a mask with the ...
gingerBill
2024-08-30
1
-1
/
+11
*
Correct `lbAddr_SoaVariable` logic
gingerBill
2024-08-18
1
-11
/
+1
*
Fix #3999
gingerBill
2024-08-18
1
-2
/
+5
*
Fix #3976
gingerBill
2024-08-18
1
-2
/
+3
*
fix c_vararg bit_set
Laytan Laats
2024-08-11
1
-0
/
+11
*
Allow cast between `#simd[N]rawptr` <-> `#simd[N]uintptr`
gingerBill
2024-08-05
1
-1
/
+5
*
Allow `swizzle` to take more arguments than the original array length
gingerBill
2024-08-05
1
-1
/
+1
*
Just compare against `nil` directly if the comparator is known to be `nil` too
gingerBill
2024-08-04
1
-0
/
+7
*
Fix code gen issue with `bit_set`
gingerBill
2024-07-15
1
-4
/
+0
*
Begin work for `bit_set[...; [N]T]` (not working)
gingerBill
2024-07-15
1
-25
/
+95
*
Use `f32` as the immediate type for addition and subtraction for `complex32`/...
gingerBill
2024-06-29
1
-13
/
+51
*
Properly fix #3820
gingerBill
2024-06-28
1
-13
/
+44
*
Fix #3820
gingerBill
2024-06-28
1
-1
/
+2
*
Fix sign flag
gingerBill
2024-06-09
1
-2
/
+2
*
Make `f32(u8)` etc do an immediate cast to `f32(u32(u8))` in code generation
gingerBill
2024-06-09
1
-2
/
+29
*
Fix #3686
gingerBill
2024-06-06
1
-0
/
+4
*
Fix #3682
gingerBill
2024-06-05
1
-2
/
+18
*
Fix more #soa changes
gingerBill
2024-05-16
1
-0
/
+3
*
Fix #3514 along with `soa.a[i]` bounds checking
gingerBill
2024-05-16
1
-15
/
+35
*
Fix #3554
gingerBill
2024-05-13
1
-2
/
+2
*
Fix #3585
gingerBill
2024-05-13
1
-0
/
+48
*
Fix `>=` for strings
gingerBill
2024-05-12
1
-2
/
+2
*
Fix #3556
gingerBill
2024-05-09
1
-1
/
+5
*
Improve codegen for `bit_field [N]T` compound literals
gingerBill
2024-04-24
1
-8
/
+83
*
Improve codegen for `bit_field` compound literals with an integer backing
gingerBill
2024-04-24
1
-14
/
+97
*
Add `-no-type-assert` and `ODIN_NO_TYPE_ASSERT`
gingerBill
2024-04-18
1
-2
/
+2
*
Improve scalar -> array assignment when the scalar is constant in LLVM
gingerBill
2024-04-12
1
-2
/
+24
*
Simplify scalar -> array conversions in LLVM to use a loop after a certain size
gingerBill
2024-04-12
1
-2
/
+11
[next]