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
*
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
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
1
-1
/
+1
|
\
|
*
implement random map seed
jason
2023-05-16
1
-1
/
+1
*
|
Rename `word_size` to `ptr_size` internally to make it clearer
gingerBill
2023-04-20
1
-1
/
+1
|
/
*
Fix race condition with -use-separate-modules due to type determination
gingerBill
2023-04-18
1
-3
/
+5
*
Add missing enum
gingerBill
2023-04-18
1
-0
/
+1
*
Simplify copy elision on variable declarations
gingerBill
2023-03-16
1
-2
/
+0
*
Fix value elision on declaration
gingerBill
2023-03-09
1
-0
/
+2
*
Minimize stack wastage with compound literals defining variables
gingerBill
2023-02-17
1
-0
/
+2
*
Implement `@(fini)` (opposite of `@(init)`)
gingerBill
2023-02-15
1
-0
/
+2
*
Minor change to `byval` for readonly parameters
gingerBill
2023-02-03
1
-0
/
+1
*
Add extra checks for multiple assignments when emitting stores
gingerBill
2023-01-27
1
-0
/
+1
*
Replace `BlockingMutex` with `RwMutex`
gingerBill
2023-01-16
1
-1
/
+1
*
Replace `RecursiveMutex` with a `BlockingMutex`
gingerBill
2023-01-16
1
-1
/
+1
*
Prepare for arbitrary separate modules
gingerBill
2023-01-12
1
-1
/
+2
*
Begin to generalize modules away from `AstPackage *` in `-use-separate-modules`
gingerBill
2023-01-12
1
-1
/
+1
*
Fix macro issue
gingerBill
2023-01-11
1
-1
/
+1
*
Multi thread more of the backend where possible
gingerBill
2023-01-05
1
-0
/
+1
*
Refactor llvm backend code into separate procedures to make it simpler to pro...
gingerBill
2023-01-05
1
-1
/
+1
*
enum-ifiy function pass managers for `lbModule`
gingerBill
2023-01-05
1
-0
/
+14
*
Unify function pass managers for auxiliary procedures (e.g. startup type info...
gingerBill
2023-01-05
1
-0
/
+4
*
Begin multithreading the llvm backend when `-use-separate-modules` is enabled
gingerBill
2023-01-05
1
-0
/
+3
*
Remove unneeded `local_entity_map`
gingerBill
2023-01-02
1
-1
/
+0
*
Correct a race condition when checking the procedure body
gingerBill
2023-01-02
1
-0
/
+1
*
`gb_internal` LLVM backend
gingerBill
2022-12-18
1
-137
/
+137
*
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill
2022-12-09
1
-0
/
+1
*
Naïve optimization of named _split_ multiple return valued when `defer` is n...
gingerBill
2022-11-25
1
-1
/
+1
*
Basic copy elision support for multiple return values
gingerBill
2022-11-24
1
-0
/
+6
*
Remove copy elision code
gingerBill
2022-11-22
1
-13
/
+1
*
Fix prototype
gingerBill
2022-11-13
1
-1
/
+1
*
Begin work on map static set
gingerBill
2022-11-11
1
-1
/
+2
*
Correct static map get; make get take a pointer to simplify compiler internals
gingerBill
2022-11-10
1
-2
/
+2
*
Allow for `-use-static-map-calls` which generates a get procedure per `map`; ...
gingerBill
2022-11-08
1
-0
/
+1
*
Add `intrinsics.map_cell_info` and `intrinsics.map_info`
gingerBill
2022-11-08
1
-0
/
+1
*
Make `Map_Info` store pointers to cell info rather than inline
gingerBill
2022-11-08
1
-1
/
+2
*
General modifications
gingerBill
2022-11-08
1
-2
/
+0
[next]