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_abi.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Implement `f16` functionality
gingerBill
2021-04-01
1
-0
/
+8
|
*
Fix some LLVM asserts by using LLVMConstNamedStruct everywhere
gingerBill
2021-03-19
1
-14
/
+14
|
*
Clean up `lb_end_procedure_body` logic
gingerBill
2021-03-02
1
-1
/
+1
|
*
Patch win64 ABI problem caused by a bug in LLVM for 128 bit integers
gingerBill
2021-03-01
1
-1
/
+6
|
*
Make lb_create_enum_attribute ignore certain attributes (they are not ↵
gingerBill
2021-02-25
1
-11
/
+4
|
|
|
|
properly supported by the actual LLVM C API)
*
Remove sret attribute in llvm_abi.cpp
gingerBill
2021-02-25
1
-4
/
+13
|
*
Get compiling on Mac Mini M1
gingerBill
2021-02-24
1
-3
/
+3
|
*
Begin work on aarch64 ABI for `-llvm-api`
gingerBill
2021-02-24
1
-3
/
+178
|
*
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
1
-1
/
+0
|
*
Add comparisons to structs where all fields are comparable `==` and `!=`
gingerBill
2020-11-23
1
-50
/
+10
|
*
Re-enable `zeroext` for `i1`
gingerBill
2020-11-22
1
-4
/
+3
|
*
Modify llvm_abi.cpp to work correctly for win64 abi of `i128` types. (it's a ↵
gingerBill
2020-11-22
1
-22
/
+40
|
|
|
|
pain)
*
Fix calling convention for new LLVM ABI, and change`PtrSet` index to be ↵
gingerBill
2020-11-15
1
-13
/
+11
|
|
|
|
`u32` rather than `isize`
*
Begin clarifying allocation patterns by changing from `heap_allocator` to ↵
gingerBill
2020-11-15
1
-1
/
+6
|
|
|
|
specific arenas
*
Improve lb_abi_to_odin_type
gingerBill
2020-11-14
1
-4
/
+45
|
*
Improve USE_NEW_LLVM_ABI_SYSTEM's System V ABI
gingerBill
2020-11-12
1
-43
/
+73
|
*
Begin work on Sys V for new ABI system
gingerBill
2020-11-12
1
-18
/
+164
|
*
Update LLVM backend to begin work on a generic ABI system
gingerBill
2020-11-12
1
-0
/
+762