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 (
Expand
)
Author
Age
Files
Lines
...
*
Add procs for wasm32
gingerBill
2021-10-31
1
-0
/
+5
*
Separate out the ABI for wasm32 from 386
gingerBill
2021-10-31
1
-1
/
+65
*
Begin work on supporting `wasm64`; Correct `wasm32` compilation behaviour
gingerBill
2021-10-30
1
-4
/
+12
*
Improve use of vector muladd operations
gingerBill
2021-10-25
1
-1
/
+12
*
Correct ABI for windows with LLVM
gingerBill
2021-10-02
1
-3
/
+3
*
Replace many uses of `heap_allocator()` with `permanent_allocator()`
gingerBill
2021-09-13
1
-6
/
+6
*
Add sanity casts for 32/64 bit correctness
gingerBill
2021-07-12
1
-4
/
+4
*
Improve vector arithmetic generation for array programming operations
gingerBill
2021-06-12
1
-0
/
+1
*
Replace `js_wasm32` with `freestanding_wasm32`
gingerBill
2021-06-08
1
-1
/
+1
*
Modify ABI for the Odin calling conventions on SysV slightly
gingerBill
2021-05-22
1
-30
/
+14
*
Minor ABI change and cleanup
gingerBill
2021-05-17
1
-2
/
+2
*
Remove unneeded assert
gingerBill
2021-05-11
1
-1
/
+0
*
Add `byval` with `align`, `sret` attributes for SysV
gingerBill
2021-05-11
1
-12
/
+27
*
Improve SysV ABI
gingerBill
2021-05-11
1
-21
/
+41
*
Correct SysV ABI for `-> (f32, bool)`
gingerBill
2021-05-10
1
-0
/
+5
*
Remove non-InContext type creations
gingerBill
2021-05-03
1
-104
/
+0
*
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 properl...
gingerBill
2021-02-25
1
-11
/
+4
*
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
*
Fix calling convention for new LLVM ABI, and change`PtrSet` index to be `u32`...
gingerBill
2020-11-15
1
-13
/
+11
*
Begin clarifying allocation patterns by changing from `heap_allocator` to spe...
gingerBill
2020-11-15
1
-1
/
+6
*
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
[prev]