aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_abi.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add comparisons to structs where all fields are comparable `==` and `!=`gingerBill2020-11-231-50/+10
* Re-enable `zeroext` for `i1`gingerBill2020-11-221-4/+3
* Modify llvm_abi.cpp to work correctly for win64 abi of `i128` types. (it's a ...gingerBill2020-11-221-22/+40
* Fix calling convention for new LLVM ABI, and change`PtrSet` index to be `u32`...gingerBill2020-11-151-13/+11
* Begin clarifying allocation patterns by changing from `heap_allocator` to spe...gingerBill2020-11-151-1/+6
* Improve lb_abi_to_odin_typegingerBill2020-11-141-4/+45
* Improve USE_NEW_LLVM_ABI_SYSTEM's System V ABIgingerBill2020-11-121-43/+73
* Begin work on Sys V for new ABI systemgingerBill2020-11-121-18/+164
* Update LLVM backend to begin work on a generic ABI systemgingerBill2020-11-121-0/+762