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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `#must_tail` (similar syntax to `#force_inline`
gingerBill
2026-01-15
1
-6
/
+6
*
Disable global variable initialization into separate functions to circumvent ...
gingerBill
2025-12-19
1
-1
/
+1
*
With `-use-single-module` make some procedures use internal linkage rather th...
gingerBill
2025-12-17
1
-6
/
+8
*
Fix allocation of anonymous globals
Tohei Ichikawa
2025-11-09
1
-0
/
+1
*
Remove duplicate import
Jeroen van Rijn
2025-10-30
1
-7
/
+1
*
For test runner, try to look for `os.exit` or `os2.exit`
gingerBill
2025-10-30
1
-1
/
+18
*
Just retry again with `lb_generate_missing_procedures`
gingerBill
2025-10-29
1
-0
/
+10
*
Add target triple and LLVM code mode debug prints (#5839)
Jeroen van Rijn
2025-10-22
1
-0
/
+6
*
llvm 21 support
Laytan
2025-10-14
1
-6
/
+4
*
Make `-target-features` flag support disabling of a feature
Yhya Ibrahim
2025-10-11
1
-1
/
+4
*
Merge pull request #5762 from A1029384756/llvm-14-entry-fix
gingerBill
2025-10-06
1
-1
/
+2
|
\
|
*
[llvm-14-entry-fix] bitcast context pointer to match types for llvm 14
A1029384756
2025-10-06
1
-1
/
+2
*
|
Merge pull request #5727 from harold-b/hb.intrinsics.objc_super
gingerBill
2025-10-05
1
-53
/
+117
|
\
\
|
|
/
|
/
|
|
*
Automatically emit objc_msgSend calls when calling imported or implemented Ob...
Harold Brenes
2025-09-29
1
-53
/
+117
*
|
Rename to `-build-diagnostics`
gingerBill
2025-09-29
1
-2
/
+2
*
|
Add module stuff to `-para-poly-diagnostics`
gingerBill
2025-09-29
1
-11
/
+26
|
/
*
Add `-para-poly-diagnostics`
gingerBill
2025-09-29
1
-0
/
+4
*
Rearrange const union initialization so that it is priority
gingerBill
2025-09-29
1
-6
/
+0
*
Add more `check_is_operand_compound_lit_constant` uses
gingerBill
2025-09-28
1
-2
/
+8
*
Fix global initialization when non was set
gingerBill
2025-09-28
1
-2
/
+2
*
Global const unions with `@(rodata)`
gingerBill
2025-09-28
1
-33
/
+42
*
Try to improve const `union` LLVM construction
gingerBill
2025-09-24
1
-1
/
+1
*
Make `LLVM_WEAK_MONOMORPHIZATION` opt-in again
gingerBill
2025-09-24
1
-1
/
+1
*
Single thread `lb_create_startup_runtime_generate_body`
gingerBill
2025-09-22
1
-3
/
+2
*
Handle missing procedures better
gingerBill
2025-09-19
1
-5
/
+11
*
Convert `missing_procedures_to_check` to a queue
gingerBill
2025-09-19
1
-7
/
+7
*
Convert `procedures_to_generate` to a queue
gingerBill
2025-09-19
1
-23
/
+31
*
Split further
gingerBill
2025-09-19
1
-1
/
+1
*
Split up startup call into separate calls
gingerBill
2025-09-19
1
-1
/
+20
*
Separate ini global var stuff
gingerBill
2025-09-19
1
-63
/
+76
*
Merge pull request #5632 from kalsprite/x386
gingerBill
2025-09-18
1
-1
/
+9
|
\
|
*
windows i386 support
Jon Lipstate
2025-08-29
1
-1
/
+9
*
|
More improvements to minimize code gen size
gingerBill
2025-09-18
1
-9
/
+30
*
|
Minor rearrangement
gingerBill
2025-09-18
1
-3
/
+3
*
|
Revert global procedure threading
gingerBill
2025-09-18
1
-35
/
+38
*
|
After global procedures and types are generated, then queue the generation of...
gingerBill
2025-09-18
1
-38
/
+35
*
|
Mulithread startup procedure body generation
gingerBill
2025-09-18
1
-32
/
+33
*
|
Use multiple modules per file in package runtime
gingerBill
2025-09-18
1
-35
/
+15
*
|
Try moving parapoly procs into a separate module when doing weak monomorphiza...
gingerBill
2025-09-18
1
-1
/
+1
*
|
Multithread min dep set by removing the set itself
gingerBill
2025-09-10
1
-6
/
+11
|
/
*
Add `@(raddbg_type_view=<optional-string>)`
gingerBill
2025-08-21
1
-0
/
+22
*
Add support for `[dynamic]T` in `.raddbg`
gingerBill
2025-08-07
1
-2
/
+3
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-0
/
+6
*
Fix @objc_implement methods not respecting @objc_is_class_method
Harold Brenes
2025-07-15
1
-12
/
+30
*
Allow overriding object extension in `-build-mode:obj`
Feoramund
2025-05-30
1
-29
/
+6
*
Don't double-append module name when building separate objects
Feoramund
2025-05-30
1
-1
/
+2
*
raddebugger: change table to columns
Mohit Sethi
2025-05-28
1
-32
/
+32
*
Merge pull request #5130 from odin-lang/bill/raddebugger-custom-section
gingerBill
2025-05-28
1
-2
/
+90
|
\
|
*
Merge branch 'master' into bill/raddebugger-custom-section
gingerBill
2025-05-22
1
-43
/
+665
|
|
\
|
*
|
Move raddbg string stuff to a thread-safe queue
gingerBill
2025-05-07
1
-85
/
+87
[next]