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.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
optimize fix
Laytan Laats
2025-01-24
1
-2
/
+7
*
fix separate modules with objc code
Laytan Laats
2025-01-24
1
-2
/
+2
*
Merge pull request #4611 from tf2spi/4491-max-field-align-pack
gingerBill
2025-01-01
1
-0
/
+2
|
\
|
*
Pack struct when needed, use field_align metadata
misomosi
2024-12-22
1
-0
/
+2
*
|
Add `#branch_location`
gingerBill
2025-01-01
1
-1
/
+6
|
/
*
Merge pull request #4440 from 0dminnimda/support_llvm19
gingerBill
2024-11-27
1
-1
/
+5
|
\
|
*
Add support for llvm version 19
0dminnimda
2024-10-31
1
-1
/
+5
*
|
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-4
/
+0
|
/
*
add '#caller_expression'
Laytan Laats
2024-09-14
1
-1
/
+1
*
Cache the paddding filler type
gingerBill
2024-08-18
1
-0
/
+9
*
Fix #3964
gingerBill
2024-07-23
1
-1
/
+1
*
Fix global variables being "missing" with `-use-separate-modules`
gingerBill
2024-07-15
1
-1
/
+2
*
Fix possible race and correct linkage _after_ generation
gingerBill
2024-07-15
1
-0
/
+8
*
Calculate size and alignment, and reuse memory for all variadic calls within ...
gingerBill
2024-07-14
1
-3
/
+3
*
Reuse slice variable for variadic parameters
gingerBill
2024-07-14
1
-0
/
+1
*
Mock out `#no_capture` for future use
gingerBill
2024-07-14
1
-2
/
+2
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
1
-1
/
+0
*
Add `#no_capture args: ..T` to reuse the backing array stack memory
gingerBill
2024-07-14
1
-0
/
+7
*
Merge pull request #3895 from laytan/fix-optimization-mode-attribute
gingerBill
2024-07-10
1
-5
/
+0
|
\
|
*
remove misleading `@(optimization_mode)` values and make "none" inhibit optim...
Laytan Laats
2024-07-08
1
-5
/
+0
*
|
Clean up timings messages showing used module count
gingerBill
2024-07-08
1
-0
/
+2
|
/
*
Minor clean up for backend
gingerBill
2024-06-11
1
-1
/
+2
*
remove is_packed bodge
Laytan Laats
2024-05-07
1
-1
/
+0
*
fix packed gep loads with wrong alignment
Laytan Laats
2024-05-07
1
-0
/
+1
*
llvm-18: cleanup
Laytan Laats
2024-05-07
1
-9
/
+4
*
Add metadata to packed structs field accesses to state it is packed
gingerBill
2024-05-07
1
-1
/
+5
*
Improve codegen for `bit_field` compound literals with an integer backing
gingerBill
2024-04-24
1
-1
/
+0
*
debug info fixes/refactor
Laytan Laats
2024-04-01
1
-2
/
+0
*
Fix `case:` bug with by-ref unions
gingerBill
2024-03-18
1
-1
/
+1
*
Make `lb_type_info` use a procedure to load the global value
gingerBill
2024-02-27
1
-1
/
+1
*
Remove `__$startup_type_info` procedure
gingerBill
2024-02-27
1
-2
/
+0
*
Add general support for `bit_field`s
gingerBill
2024-02-22
1
-0
/
+8
*
fix instrumentation in debug mode
Laytan
2024-02-08
1
-0
/
+2
*
Update instrumentation signature to support `runtime.Source_Code_Location` as...
gingerBill
2024-01-09
1
-0
/
+2
*
Implement instrumentation pass
gingerBill
2024-01-07
1
-1
/
+1
*
Improve returning a struct directly for certain ABIs; reuse the temp callee r...
gingerBill
2023-11-24
1
-0
/
+2
*
mem zero rather than store to a union where the variant is of size zero
gingerBill
2023-11-24
1
-0
/
+1
*
Only check LLVM_VERSION_MAJOR >= 17 for PassBuilder inclusion
jcmdln
2023-10-15
1
-1
/
+1
*
Support LLVM >=17.0.1 on Darwin and Linux
jcmdln
2023-10-11
1
-0
/
+4
*
Add `or_break` and `or_continue` constructs
gingerBill
2023-09-30
1
-0
/
+2
*
Begin work on making the type info table be constantly initialized
gingerBill
2023-09-22
1
-0
/
+11
*
Update ABI breaking changes for `f16` types (due to LLVM 15+)
gingerBill
2023-09-21
1
-0
/
+14
*
Add `-o:aggressive` for LLVM 17
gingerBill
2023-09-21
1
-0
/
+1
*
Update to LLVM-17
gingerBill
2023-09-19
1
-7
/
+3
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-1
/
+0
*
Move linker code into separate file
gingerBill
2023-07-24
1
-9
/
+1
*
Very start of working on Tilde Backend for Odin
gingerBill
2023-07-14
1
-0
/
+2
*
Generalize name mangling rule to have a singular definition for a name separator
dev-2023-07
gingerBill
2023-07-07
1
-0
/
+2
*
Fix a race condition when produced anonymous procedure literals with `-use-se...
gingerBill
2023-06-13
1
-1
/
+3
*
Make all id suffixes use atomics where possible
gingerBill
2023-06-12
1
-1
/
+1
[next]