aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend_proc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Add `hadamard_product`gingerBill2021-10-201-0/+10
* | Add builtin `outer_product`gingerBill2021-10-201-0/+8
* | Add builtin `transpose`gingerBill2021-10-201-0/+6
|/
* Correct issue with the generated `map` type internals; Simplify map rehash lo...gingerBill2021-10-071-1/+4
* Merge branch 'master' into llvm-12.0.1-windowsgingerBill2021-09-181-2/+2
|\
| * Begin minimize `Type` size by replacing `Array` with `Slice` etcgingerBill2021-09-131-2/+2
* | Add `intrinsics.prefetch_*` proceduresgingerBill2021-09-111-0/+48
|/
* Add `intrinsics.syscall` (for Linux and Darwin only)gingerBill2021-08-291-0/+117
* Correct race condition and incorrect usage of `condition_signal` outside of a...gingerBill2021-08-261-0/+2
* Correct procedure checking flag handling, and correct the (bodge) handle of u...gingerBill2021-08-231-1/+1
* Fix race condition from `add_entity_use` due to Entity.identifiergingerBill2021-08-191-2/+3
* Remove unused codegingerBill2021-08-191-7/+3
* Make `or_else` and `or_return` operators (binary and suffix respectively)gingerBill2021-08-151-5/+0
* `or_return` built-in proceduregingerBill2021-08-151-0/+2
* Fix #1077gingerBill2021-08-131-1/+1
* Unify semantics of the built-in `swizzle` procedure with the selector express...gingerBill2021-08-091-24/+2
* Reorganize llvm_backend.cpp into separate files for easier maintenancegingerBill2021-08-071-0/+2221