aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Just create `context` when requiredgingerBill2021-06-141-16/+1
* Fix `context` logicgingerBill2021-06-131-3/+3
* Remove dead codegingerBill2021-06-121-22/+0
* Correct `context `logic in `lb_build_addr`gingerBill2021-06-121-1/+1
* Improve vector arithmetic generation for array programming operationsgingerBill2021-06-121-72/+215
* Fix linkage problem for procedures required by LLVMgingerBill2021-06-101-9/+18
* Minor code clean upgingerBill2021-06-091-11/+4
* Improve code generation for type switch statements to use a jump table by def...gingerBill2021-06-091-26/+35
* Allow trivial optimizations for switch statements of `typeid`gingerBill2021-06-091-9/+21
* Do trivial SwitchInstr optimization for constant case switch statementsgingerBill2021-06-091-6/+93
* Correct minimum dependency for `complex32`gingerBill2021-06-081-10/+22
* Improve code generation hints for return statements which return by pointergingerBill2021-06-081-7/+35
* Minor alignment cleanup for swizzle loadgingerBill2021-06-081-1/+10
* Fix and improve swizzle loads for ordered indicesgingerBill2021-06-081-1/+17
* Minor improvements to `-use-separate-modules`gingerBill2021-06-081-6/+25
* Replace `js_wasm32` with `freestanding_wasm32`gingerBill2021-06-081-17/+19
* Fix `lb_build_defer_stmt`gingerBill2021-06-081-0/+3
* Correct code for `#simd` in unionsgingerBill2021-06-061-9/+14
* Fix #861 - Add extra check on missing `main`gingerBill2021-06-061-2/+4
* Fix 128-bit integer to float cast by explicitly calling the procedure direct;...gingerBill2021-06-061-0/+11
* Add support for `Addressing_OptionalOkPtr`gingerBill2021-06-061-90/+191
* Clean up lbAddr_Swizzle logic for load and storegingerBill2021-06-051-47/+73
* Use `shufflevector` when possible for lbAddr_Swizzle loadgingerBill2021-06-051-0/+39
* Improved `lb_build_assign_stmt_array` logicgingerBill2021-06-051-16/+36
* Fix `lb_build_assign_stmt_array` for `lbAddr_Swizzle`gingerBill2021-06-051-1/+28
* Experimental support for inline swizzling for array types of len <= 4 e.g. `v...gingerBill2021-06-051-56/+61
* Make inline array arithmetic use `load+extractvalue` rather than `getelementp...dev-2021-06gingerBill2021-06-011-7/+42
* Improves to array arithmetic on += etc assignment statementsgingerBill2021-06-011-68/+218
* Fix #992gingerBill2021-05-311-2/+4
* Fix #999gingerBill2021-05-311-1/+1
* Fix #1004gingerBill2021-05-311-36/+0
* Add intrinsics.{ptr_offset, ptr_sub}gingerBill2021-05-301-0/+31
* Improve logic for intrinsics.{mem_copy, mem_copy_non_overlapping, mem_zero} t...gingerBill2021-05-301-10/+65
* Fix comparison bug of enumerated arraysgingerBill2021-05-271-2/+6
* Disable copy elision on assignments for the time beinggingerBill2021-05-251-2/+2
* Minimize copying on getting the address of a call if requiredgingerBill2021-05-241-1/+5
* Add `intrinsics.mem_zero`gingerBill2021-05-241-2/+14
* Move the mem zero into a separate procedure for reusegingerBill2021-05-241-19/+27
* Refactoring of lbFunctionType retrievalgingerBill2021-05-241-15/+26
* Refactor backend code for assignments; Refactor some statements into separate...gingerBill2021-05-241-399/+335
* Heavily improve the copy elision logic in the backendgingerBill2021-05-241-44/+96
* Add `@(link_section=<string>)` for global variablesgingerBill2021-05-241-0/+3
* Handle #c_vararg correctlygingerBill2021-05-241-0/+6
* Modify ABI for the Odin calling conventions on SysV slightlygingerBill2021-05-221-6/+5
* Fix `..=` logic in the backendgingerBill2021-05-211-6/+6
* Add range-based error messages to `-verbose-errors`gingerBill2021-05-191-2/+2
* Remove @(static) for global variablesgingerBill2021-05-191-1/+1
* More minor linkage changesgingerBill2021-05-191-22/+15
* Minor change to internal linkage stuffgingerBill2021-05-191-9/+27
* Add `intrinsics.mem_copy` and `intrinsics.mem_copy_non_overlapping`gingerBill2021-05-191-0/+38