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_general.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mem zero rather than store to a union where the variant is of size zero
gingerBill
2023-11-24
1
-3
/
+9
*
Ignore `store undef` calls
gingerBill
2023-10-29
1
-1
/
+5
*
Begin work on making the type info table be constantly initialized
gingerBill
2023-09-22
1
-3
/
+23
*
Update to LLVM-17
gingerBill
2023-09-19
1
-1
/
+32
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-118
/
+85
*
Merge branch 'master' into tilde
gingerBill
2023-08-03
1
-2
/
+1
|
\
|
*
Go through loads of `TODO`s
gingerBill
2023-08-01
1
-2
/
+1
*
|
Hook up Tilde to the linker code
gingerBill
2023-07-24
1
-35
/
+1
|
/
*
Generalize name mangling rule to have a singular definition for a name separator
dev-2023-07
gingerBill
2023-07-07
1
-3
/
+3
*
Add extra mutex guards around module value access
gingerBill
2023-07-07
1
-0
/
+3
*
Always call `lb_run_remove_dead_instruction_pass` to fix `-debug` issues
gingerBill
2023-07-07
1
-2
/
+3
*
Fix #2594 zero sized union code generation
gingerBill
2023-06-26
1
-0
/
+1
*
Fix a race condition when produced anonymous procedure literals with `-use-se...
gingerBill
2023-06-13
1
-2
/
+91
*
Make all id suffixes use atomics where possible
gingerBill
2023-06-12
1
-4
/
+3
*
Change ABI for wasm64p32 on slices and structs
gingerBill
2023-06-07
1
-1
/
+1
*
Fix non-constant compound literals of slices
gingerBill
2023-06-07
1
-7
/
+19
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
1
-2
/
+2
|
\
|
*
Minor change to handling of propagation of errors with `---` as a value
gingerBill
2023-05-22
1
-2
/
+2
*
|
Rename `word_size` to `ptr_size` internally to make it clearer
gingerBill
2023-04-20
1
-6
/
+6
*
|
Add internal padding to types where ptr size != int size
gingerBill
2023-04-20
1
-15
/
+45
|
/
*
Fix race condition with -use-separate-modules due to type determination
gingerBill
2023-04-18
1
-0
/
+6
*
Increase use of `temporary_allocator()` where possible
gingerBill
2023-03-16
1
-2
/
+7
*
Reserve memory for procedures when generating the LLVM IR
gingerBill
2023-03-16
1
-2
/
+7
*
Minimize stack wastage with compound literals defining variables
gingerBill
2023-02-17
1
-0
/
+1
*
fix #by_ptr argument overrides for Linux
Phil Homan
2023-02-15
1
-0
/
+4
*
Remove set volatile for store
gingerBill
2023-02-14
1
-1
/
+1
*
Move in_multi_assignment check tighter
gingerBill
2023-02-14
1
-2
/
+2
*
Add extra checks for multiple assignments when emitting stores
gingerBill
2023-01-27
1
-5
/
+7
*
Replace `BlockingMutex` with `RwMutex`
gingerBill
2023-01-16
1
-14
/
+14
*
Replace `RecursiveMutex` with a `BlockingMutex`
gingerBill
2023-01-16
1
-9
/
+11
*
Move the mutex up a little
gingerBill
2023-01-16
1
-1
/
+1
*
Enforce atomic on hasher id
gingerBill
2023-01-16
1
-0
/
+1
*
Minimize `StringMap` structure usage
gingerBill
2023-01-14
1
-2
/
+2
*
Clean up use of `StringMap`
gingerBill
2023-01-13
1
-0
/
+1
*
Split out object generation more
gingerBill
2023-01-12
1
-2
/
+4
*
Prepare for arbitrary separate modules
gingerBill
2023-01-12
1
-2
/
+14
*
Begin to generalize modules away from `AstPackage *` in `-use-separate-modules`
gingerBill
2023-01-12
1
-12
/
+17
*
Correct missing procedures in other build modules which cause a linkage problem
gingerBill
2023-01-12
1
-1
/
+9
*
Multi thread more of the backend where possible
gingerBill
2023-01-05
1
-0
/
+1
*
Begin multithreading the llvm backend when `-use-separate-modules` is enabled
gingerBill
2023-01-05
1
-3
/
+18
*
Make all maps use heap allocator implicitly
gingerBill
2023-01-03
1
-22
/
+22
*
Use heap_allocator for all hash set types
gingerBill
2023-01-03
1
-1
/
+1
*
Remove unneeded `local_entity_map`
gingerBill
2023-01-02
1
-4
/
+0
*
Correct a race condition when checking the procedure body
gingerBill
2023-01-02
1
-1
/
+4
*
Remove the synchronization primitive init/destroy calls
gingerBill
2023-01-01
1
-1
/
+0
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-68
/
+0
*
`gb_internal` LLVM backend
gingerBill
2022-12-18
1
-91
/
+91
*
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill
2022-12-09
1
-4
/
+4
*
Naïve optimization of named _split_ multiple return valued when `defer` is n...
gingerBill
2022-11-25
1
-2
/
+2
*
Merge branch 'master' into multiple-return-abi-experiment
gingerBill
2022-11-23
1
-1
/
+9
|
\
[prev]
[next]