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
*
Change to IEEE 754-2008 conformance for `min`/`max` runtime operations.
gingerBill
2024-03-06
1
-8
/
+10
*
Unify min/max semantics for simd_(min|max)
gingerBill
2024-03-06
1
-2
/
+4
*
Change min/max runtime behaviour to match IEEE 754-2019
gingerBill
2024-03-06
1
-0
/
+18
*
Support `using` of a `bit_field` within a `struct`
gingerBill
2024-02-22
1
-1
/
+1
*
Remove dead code
gingerBill
2024-01-28
1
-20
/
+6
*
mem zero rather than store to a union where the variant is of size zero
gingerBill
2023-11-24
1
-0
/
+4
*
Begin work on making the type info table be constantly initialized
gingerBill
2023-09-22
1
-2
/
+13
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-6
/
+1
*
Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags
gingerBill
2023-06-12
1
-4
/
+4
*
Fix wasm intrinsics; fix `len` for strings and slices
gingerBill
2023-06-06
1
-0
/
+5
*
Rename `word_size` to `ptr_size` internally to make it clearer
gingerBill
2023-04-20
1
-5
/
+5
*
Begin work on new pseudo-architecture: wasm64p32
gingerBill
2023-04-20
1
-1
/
+1
*
Add internal padding to types where ptr size != int size
gingerBill
2023-04-20
1
-1
/
+27
*
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
|
\
[next]