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_utility.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix race condition with -use-separate-modules due to type determination
gingerBill
2023-04-18
1
-0
/
+7
*
Allow compound literals to access fields through `using`
gingerBill
2023-02-26
1
-1
/
+1
*
Minor change to `byval` for readonly parameters
gingerBill
2023-02-03
1
-0
/
+39
*
Revert "Change `tav` to be a pointer internally"
gingerBill
2022-12-22
1
-6
/
+6
*
Change `tav` to be a pointer internally
gingerBill
2022-12-22
1
-6
/
+6
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-12
/
+0
*
`gb_internal` LLVM backend
gingerBill
2022-12-18
1
-97
/
+97
*
Basic copy elision support for multiple return values
gingerBill
2022-11-24
1
-35
/
+87
*
Basic support for new ABI experiment on Win64
gingerBill
2022-11-23
1
-1
/
+1
*
Fix #2172
gingerBill
2022-11-21
1
-17
/
+30
*
Begin work on map static set
gingerBill
2022-11-11
1
-0
/
+7
*
Correct static map get; make get take a pointer to simplify compiler internals
gingerBill
2022-11-10
1
-1
/
+1
*
Allow for `-use-static-map-calls` which generates a get procedure per `map`; ...
gingerBill
2022-11-08
1
-2
/
+2
*
Change `__dynamic_map_get` signature
gingerBill
2022-11-08
1
-14
/
+9
*
Remove the need for `type->Map.internal_type` and replace with the definition...
gingerBill
2022-11-08
1
-10
/
+7
*
Support `for in` loops for `map`
gingerBill
2022-11-08
1
-1
/
+7
*
General modifications
gingerBill
2022-11-08
1
-21
/
+23
*
Correct parapoly determination of generated internal type of a `map`
gingerBill
2022-09-22
1
-1
/
+1
*
Fix #2020 transmute from array to #simd code generation
gingerBill
2022-09-05
1
-0
/
+14
*
Fix typo
gingerBill
2022-08-17
1
-1
/
+1
*
Improve `unreachable` generation by putting a `trap` before it
gingerBill
2022-08-17
1
-0
/
+1
*
Merge pull request #1944 from odin-lang/load-improvements
gingerBill
2022-08-15
1
-0
/
+4
|
\
|
*
Add `#load(path) or_else default` in favour of `#load_or(path, default)`
gingerBill
2022-08-11
1
-0
/
+4
*
|
Fix `lb_emit_ptr_offset`
gingerBill
2022-08-12
1
-1
/
+1
|
/
*
General clean up of LLVM*GEP2 code
gingerBill
2022-08-10
1
-22
/
+17
*
Wrap all `LLVMGetElementType` uses
gingerBill
2022-08-09
1
-4
/
+4
*
Eliminate use of LLVMGetElementType for pointers
gingerBill
2022-08-09
1
-3
/
+1
*
Merge pull request #1933 from lerno/reduce_reliance_on_ptr_type
gingerBill
2022-08-09
1
-146
/
+66
|
\
|
*
Removed use of deprecated functions. Cleaned up most deprecated use of LLVMGe...
Christoffer Lerno
2022-08-07
1
-146
/
+66
*
|
Add `#soa` pointer type to aid with refactoring to `#soa` data types
gingerBill
2022-08-08
1
-1
/
+34
|
/
*
Allow for `foo() or_else unreachable()` and other diverging procedures
gingerBill
2022-08-05
1
-23
/
+46
*
Force memset instead of store zeroinitializer when the value is large
gingerBill
2022-07-24
1
-4
/
+4
*
Mock up for the ability to enforce our own `runtime.memset` if necessary
gingerBill
2022-07-16
1
-11
/
+24
*
Support `count_ones` etc with #simd
gingerBill
2022-05-26
1
-2
/
+4
*
Simplify transmute for #simd
gingerBill
2022-05-25
1
-0
/
+5
*
Replace the atomic intrinsics
gingerBill
2022-03-31
1
-0
/
+22
*
Merge branch 'master' into freestanding_amd64
gingerBill
2022-03-14
1
-2
/
+2
|
\
|
*
#Fix 1615 Replace `llvm.readcyclecounter` with `cntvct_el0` on arm64
gingerBill
2022-03-12
1
-1
/
+1
|
*
Add relative slice to type checks for built in len
Joakim Hentula
2022-03-02
1
-1
/
+1
*
|
Commit rest of code for `-disallow-rtti`
gingerBill
2022-02-28
1
-8
/
+22
|
/
*
Use `objc_allocateClassPair` for `intrinsics.objc_register_class`
gingerBill
2022-02-14
1
-3
/
+5
*
Add new objc intrinsics: objc_(register|find)_(selector|class)
gingerBill
2022-02-14
1
-35
/
+98
*
Add `intrinsics.type_is_subtype_of`; `intrinsics.objc_selector_name`
gingerBill
2022-02-08
1
-0
/
+11
*
Begin work on support objc intrinsics
gingerBill
2022-02-08
1
-0
/
+96
*
Add `#no_type_assert` and `#type_assert` to disable implicit type assertions ...
gingerBill
2022-01-27
1
-15
/
+26
*
Rename architecture `386` to `i386`
gingerBill
2022-01-15
1
-1
/
+1
*
Correct `lb_emit_ptr_offset` bug caused by `LLVMConstGEP` assuming a signed i...
gingerBill
2021-12-29
1
-1
/
+1
*
Fix #1328
gingerBill
2021-11-23
1
-13
/
+5
*
Remove many LLVM optimization passes which were causes UB due to them assumin...
gingerBill
2021-11-06
1
-6
/
+19
*
Make llvm backend code use `PtrMap`; remove dead code
gingerBill
2021-11-05
1
-3
/
+3
[next]