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_stmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue #1592 "LLVM code gen error when using a constant in an if"
gitlost
2022-03-18
1
-1
/
+4
*
Add `#no_type_assert` and `#type_assert` to disable implicit type assertions ...
gingerBill
2022-01-27
1
-0
/
+7
*
Remove unused lbDefer kind
gingerBill
2022-01-15
1
-4
/
+0
*
Remove dead code
gingerBill
2022-01-15
1
-48
/
+0
*
Fix swizzle logic within `lb_build_assign_stmt_array`
gingerBill
2022-01-15
1
-2
/
+2
*
Fix #1344
gingerBill
2022-01-03
1
-0
/
+1
*
Fix #1319
gingerBill
2021-11-19
1
-1
/
+8
*
Remove `scope` field from `Ast`
gingerBill
2021-11-14
1
-8
/
+8
*
Begin minimizing `Ast` size
gingerBill
2021-11-14
1
-2
/
+3
*
Increase usage of `PtrMap`
gingerBill
2021-11-05
1
-1
/
+1
*
Make llvm backend code use `PtrMap`; remove dead code
gingerBill
2021-11-05
1
-5
/
+5
*
LLVM Code Generator: Add explicitly padding between fields in LLVM struct types
gingerBill
2021-09-13
1
-2
/
+1
*
Begin minimize `Type` size by replacing `Array` with `Slice` etc
gingerBill
2021-09-13
1
-3
/
+3
*
Add extra message to assert
gingerBill
2021-08-23
1
-1
/
+2
*
Remove unused code
gingerBill
2021-08-19
1
-6
/
+0
*
Extra sanity check around `static`
gingerBill
2021-08-18
1
-4
/
+11
*
Unify semantics of the built-in `swizzle` procedure with the selector express...
gingerBill
2021-08-09
1
-0
/
+45
*
Reorganize llvm_backend.cpp into separate files for easier maintenance
gingerBill
2021-08-07
1
-0
/
+2233