aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor record polymorphic params code for unificationgingerBill2021-03-272-60/+58
* Correct poly type determination of a `where` clause for an enumerated arraygingerBill2021-03-271-8/+19
* Refactor polymorphic parameter for records; Improve error message for paramet...gingerBill2021-03-271-327/+216
* Fix #883 - polymorphic specialization with target types of enumerated arraysgingerBill2021-03-272-1/+65
* Fix endian conversion to and from floats and intsgingerBill2021-03-271-0/+24
* Remove extra passesgingerBill2021-03-271-6/+4
* Fix byte swapping for endian specific types in `-llvm-api`gingerBill2021-03-271-0/+11
* Simplify ir_print.cpp escape byte codegingerBill2021-03-271-11/+11
* Fix #882gingerBill2021-03-271-37/+13
* Add basic error correction in `parser` to check for unattached `else`gingerBill2021-03-261-0/+27
* Move variable declarations to aid other compilersgingerBill2021-03-251-3/+3
* Fix to `OdinLLVMBuildTransmute` to `goto general_end` on different sized datagingerBill2021-03-251-4/+7
* Fix pseudo-constant local slice initializationgingerBill2021-03-251-7/+8
* Minor zero enforcementgingerBill2021-03-251-1/+1
* Fix pseudo-constant local embedded slice generationgingerBill2021-03-251-3/+39
* Change to assert to test both LLVMIsConstant and LLVMIsGlobalConstantgingerBill2021-03-251-1/+1
* Revert change :DgingerBill2021-03-251-1/+1
* Another minor fix to `OdinLLVMBuildTransmute`gingerBill2021-03-251-1/+1
* Minor fix to `OdinLLVMBuildTransmute`gingerBill2021-03-251-2/+13
* Correct #c_vararg behaviour on -llvm-apigingerBill2021-03-251-0/+6
* Add SOA struct len/cap/allocator fields for the debug symbolsgingerBill2021-03-241-19/+64
* Ensure pointers are of the same type in LLVM ICmpgingerBill2021-03-241-1/+9
* Add support for soa slice reference iterationgingerBill2021-03-241-0/+1
* Support `using` on intermediate soa field value from a for-in statementgingerBill2021-03-242-3/+17
* Implement `soa_unzip`gingerBill2021-03-243-1/+66
* Add type hinting to `soa_zip`gingerBill2021-03-241-6/+49
* `soa_zip` (-llvm-api only): creates an `#soa[]struct` from passed slicesgingerBill2021-03-243-2/+149
* Add better package declaration specific error message (#878)gingerBill2021-03-241-0/+5
* Support #soa array iteration in a `for in` loop for `-llvm-api` backend onlygingerBill2021-03-243-8/+114
* Make `for in` logic a bit more genericgingerBill2021-03-242-32/+37
* Make the parser support as many identifiers on the LHS in `for in` loops to i...gingerBill2021-03-245-53/+45
* Support `using` variables in debug informationgingerBill2021-03-241-1/+10
* For `bit_set`, allow `+` and `-` to be aliases for `|` and `&~`, respectivelygingerBill2021-03-233-2/+31
* Remove dead codegingerBill2021-03-231-75/+0
* Improve error message in parsergingerBill2021-03-231-2/+2
* Allow `$` in polymorphic record parameter fields (but disallow mixing)gingerBill2021-03-232-7/+22
* Minor improvement to error message about assigning a type to a variable with ...gingerBill2021-03-231-1/+1
* `bit_set` support in debug symbols by treating them like a bit field of 1 bit...gingerBill2021-03-233-69/+119
* Prefix named types with package name in debug typesgingerBill2021-03-232-0/+12
* Improve debug type names for composite types (arrays, map, struct, union)gingerBill2021-03-232-46/+47
* Clean up some debug type codegingerBill2021-03-231-131/+113
* Add global variables to -llvm-api debug informationgingerBill2021-03-231-1/+2
* Move LLVM optimization procedures to a separate file to aid with organizationgingerBill2021-03-232-90/+202
* Fix debug information for `typeid` on -llvm-apigingerBill2021-03-221-2/+3
* Correct debug info for basic composite types (e.g. `string`, `any`)gingerBill2021-03-221-89/+143
* Add local debug variable support for -llvm-apigingerBill2021-03-221-54/+151
* Start work on very basic LLVM debug type informationgingerBill2021-03-222-31/+310
* Begin integrating work from branch llvm-debug-symbolsgingerBill2021-03-202-423/+580
* Fix LLVMConstArray usagegingerBill2021-03-191-6/+12
* Fix LLVM assertsgingerBill2021-03-191-4/+7