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 `@(link_section=<string>)` for global variables
gingerBill
2021-05-24
1
-0
/
+3
*
Handle #c_vararg correctly
gingerBill
2021-05-24
1
-0
/
+6
*
Modify ABI for the Odin calling conventions on SysV slightly
gingerBill
2021-05-22
1
-6
/
+5
*
Fix `..=` logic in the backend
gingerBill
2021-05-21
1
-6
/
+6
*
Add range-based error messages to `-verbose-errors`
gingerBill
2021-05-19
1
-2
/
+2
*
Remove @(static) for global variables
gingerBill
2021-05-19
1
-1
/
+1
*
More minor linkage changes
gingerBill
2021-05-19
1
-22
/
+15
*
Minor change to internal linkage stuff
gingerBill
2021-05-19
1
-9
/
+27
*
Add `intrinsics.mem_copy` and `intrinsics.mem_copy_non_overlapping`
gingerBill
2021-05-19
1
-0
/
+38
*
Add `intrinsics.sqrt` for floating-point values
gingerBill
2021-05-19
1
-0
/
+22
*
Improve untyped to typed logic for aiding the backend
gingerBill
2021-05-16
1
-7
/
+53
*
Add concrete type information for untyped values as procedure arguments
gingerBill
2021-05-16
1
-0
/
+1
*
Allow `..=` alongside `..` as a "full range" operator; Update `core:odin/pars...
gingerBill
2021-05-16
1
-2
/
+4
*
Add custom basic dead instruction elimination pass
gingerBill
2021-05-15
1
-13
/
+15
*
Remove old dead code
gingerBill
2021-05-15
1
-51
/
+0
*
Add name to aggregate result pointer to procedures
gingerBill
2021-05-15
1
-1
/
+5
*
Change `for i in x..y {}` behaviour
gingerBill
2021-05-15
1
-107
/
+89
*
Disallow slicing of constant values
gingerBill
2021-05-15
1
-1
/
+18
*
Add minor ignoring hint on type assertions to get better code generation with...
gingerBill
2021-05-13
1
-2
/
+53
*
Fix #741
gingerBill
2021-05-13
1
-2
/
+3
*
Fix #948
gingerBill
2021-05-12
1
-27
/
+7
*
Add `byval` with `align`, `sret` attributes for SysV
gingerBill
2021-05-11
1
-3
/
+24
*
Remove warning on \*nix
gingerBill
2021-05-11
1
-4
/
+3
*
Minor change (in preparation for something else) to opt passes
gingerBill
2021-05-11
1
-8
/
+8
*
Fix debug information for array types by setting the `DISubrange`
gingerBill
2021-05-10
1
-4
/
+20
*
Correct SysV ABI for `-> (f32, bool)`
gingerBill
2021-05-10
1
-6
/
+21
*
Improve type inference rules for implicit selector expressions
gingerBill
2021-05-06
1
-21
/
+29
*
Remove debug code
gingerBill
2021-05-05
1
-3
/
+0
*
Fix typo
gingerBill
2021-05-05
1
-2
/
+8
*
Fix LLVM store point for nested types containing procedures (e.g. `^^proc()`)
gingerBill
2021-05-05
1
-1
/
+33
*
Unify `AstTernaryExpr` with `AstTernaryIfExpr`
gingerBill
2021-05-05
1
-41
/
+0
*
Mark external thread local globals
gingerBill
2021-05-05
1
-0
/
+19
*
Minor cleanup
gingerBill
2021-05-05
1
-2
/
+5
*
Move anonymous proc generation into `lbGenerator`
gingerBill
2021-05-04
1
-7
/
+7
*
Nearly approach full functionality for -use-separate-modules coupled with mul...
gingerBill
2021-05-04
1
-88
/
+129
*
Get LLVM backend multithread for object generation with `-use-separate-modules`
gingerBill
2021-05-04
1
-34
/
+29
*
Prepare to multithread object generation
gingerBill
2021-05-03
1
-22
/
+116
*
Remove test code
gingerBill
2021-05-03
1
-12
/
+0
*
Minor fixes to -use-separate-modules
gingerBill
2021-05-03
1
-18
/
+5
*
Experimental support for `-use-separate-modules`
gingerBill
2021-05-03
1
-9
/
+47
*
Add min_f16 and max_f16 dependencies
gingerBill
2021-05-03
1
-0
/
+2
*
Begin work on making LLVM backend work with multiple modules for possible fas...
gingerBill
2021-05-03
1
-274
/
+394
*
Force `zero_init` in `lb_add_local` in certain cases
gingerBill
2021-05-03
1
-0
/
+15
*
Begin cleanup for allowing for multiple LLVM modules
gingerBill
2021-05-03
1
-276
/
+304
*
Remove non-InContext type creations
gingerBill
2021-05-03
1
-10
/
+24
*
Make sure builder uses the `InContext` version
gingerBill
2021-05-03
1
-1
/
+5
*
Fix typo
gingerBill
2021-05-03
1
-1
/
+1
*
Correct hashing for union #maybe
gingerBill
2021-05-03
1
-2
/
+12
*
Allow unions which are comparable to also be valid map keys (i.e. hashable)
gingerBill
2021-05-03
1
-2
/
+37
*
Allow `union`s to be comparable if all their variants are comparable
gingerBill
2021-05-03
1
-6
/
+65
[prev]
[next]