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
*
Merge branch 'master' into update-tilde
gingerBill
2024-06-11
1
-24
/
+146
|
\
|
*
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
*
|
Fill out more of the tilde expression code
gingerBill
2024-04-30
1
-8
/
+8
|
/
*
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
*
Fix `ptr_to_bit_field.field`
gingerBill
2024-04-10
1
-1
/
+4
*
fix objc proc group edge case
Laytan Laats
2024-04-03
1
-2
/
+4
*
Support `for in` with `bit_set`
gingerBill
2024-04-01
1
-50
/
+52
*
Fix bounds checking
gingerBill
2024-03-20
1
-1
/
+4
*
`m[i]` on `#row_major` matrices will reduce the i-th row-vector
gingerBill
2024-03-20
1
-1
/
+7
*
Add `#row_major matrix[R, C]T`
gingerBill
2024-03-19
1
-10
/
+29
*
Support swizzle selector syntax `.xyzw` for `#simd` vectors
gingerBill
2024-03-12
1
-2
/
+2
*
Format change
gingerBill
2024-02-22
1
-8
/
+4
*
Check for pseudo-fields before bit fields
gingerBill
2024-02-22
1
-6
/
+8
*
Simplify usage code
gingerBill
2024-02-22
1
-3
/
+5
*
Support `using` of a `bit_field` within a `struct`
gingerBill
2024-02-22
1
-3
/
+11
*
Support compound literals for `bit_field`
gingerBill
2024-02-22
1
-0
/
+32
*
Allow casting between a `bit_field` and its backing type
gingerBill
2024-02-22
1
-0
/
+18
*
Add general support for `bit_field`s
gingerBill
2024-02-22
1
-0
/
+16
*
Fix dynamic array `index = value` with const `value` initializing to 0
korvahkh
2024-02-02
1
-1
/
+1
*
fix wrong string type assert
Laytan Laats
2023-12-20
1
-1
/
+1
*
Add missing type information for soa structs
gingerBill
2023-11-23
1
-0
/
+6
*
Bodge: fix matrix_flatten issue in Win64 ABI
gingerBill
2023-11-06
1
-2
/
+19
*
Add missing calls
gingerBill
2023-11-01
1
-0
/
+3
*
Fix #2261
gingerBill
2023-09-30
1
-2
/
+9
*
Fix `or_break` code generation issue
gingerBill
2023-09-30
1
-20
/
+10
*
Add `or_break` and `or_continue` constructs
gingerBill
2023-09-30
1
-0
/
+56
*
Merge branch 'master' into llvm-17
gingerBill
2023-09-27
1
-1
/
+22
|
\
|
*
Add `cstring` specific comparison procedures to fix comparisons like `cstring...
gingerBill
2023-09-26
1
-1
/
+22
*
|
Update to LLVM-17
gingerBill
2023-09-19
1
-1
/
+1
|
/
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-15
/
+24
*
Fix to allow procedure groups on objective-c types
gingerBill
2023-07-17
1
-1
/
+2
*
Fix bug caused by incorrect assert
gingerBill
2023-07-17
1
-1
/
+1
*
Fix #2629
gingerBill
2023-07-07
1
-2
/
+6
*
Fix `[2]union{T}` comparison against `nil`
gingerBill
2023-07-07
1
-2
/
+5
*
Add basic optimization for comparisons against the empty string `""`
gingerBill
2023-06-14
1
-1
/
+23
*
Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags
gingerBill
2023-06-12
1
-3
/
+3
*
Fix non-constant compound literals of slices
gingerBill
2023-06-07
1
-2
/
+3
[next]