aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add `@force` to `foreign import`gingerBill2019-11-011-0/+5
* Fix double calling of lhs of logical binary expressionsgingerBill2019-10-311-7/+8
* Delay determination of procedure abi types until as late as possible to preve...gingerBill2019-10-311-0/+3
* Fix slice and dynamic array lengths determined from ranged compound literalsgingerBill2019-10-261-2/+2
* Allow ranges for array-like compound literalsgingerBill2019-10-261-26/+98
* Fix Compiler assertion when applying `using` to `_` procedure parameter. #451gingerBill2019-10-261-2/+2
* Support for named indices for array-like compound literals `{3 = a, 1 = b}`gingerBill2019-10-201-28/+84
* Fix IR generation bug for nested foreign procedure declarationgingerBill2019-10-131-9/+12
* Fix general IR parameter casegingerBill2019-10-101-1/+4
* Correct (experimental) System V AMD64 ABI supportgingerBill2019-10-101-26/+85
* Make `typeid` semantics consistent across variables and constantsgingerBill2019-10-061-0/+5
* Fix -debug crash on windows caused by missing debug info for files.gingerBill2019-09-251-1/+12
* Merge pull request #430 from nakst/mastergingerBill2019-09-091-0/+2
|\
| * New Essence OS layer; cross-compiling improvementsnakst2019-09-021-0/+2
* | Fix Converting addresses to function pointers produces llvm-opt error #431gingerBill2019-09-021-1/+28
|/
* Fix global variable initialization orderinggingerBill2019-08-291-11/+2
* Add debug information for quaternion types (fixes #428)gingerBill2019-08-291-12/+43
* Fix nested raw_union with using #428gingerBill2019-08-281-3/+6
* `inline for` loops (only for 'in' based for loops)gingerBill2019-08-261-0/+144
* Built-in Quaternions (Not just an April Fool's Joke any more)gingerBill2019-08-261-7/+238
* Struct field tagsgingerBill2019-08-091-4/+33
* Fix bit_field comparison against nil #414gingerBill2019-08-091-0/+9
* Fix parsing for procedure literals expression statements; improve assert perf...gingerBill2019-07-281-1/+1
* Improve the performance of simple array comparisonsgingerBill2019-07-271-13/+24
* Fix array comparisons and fix f32 literal LLVM issue regarding accurate repre...gingerBill2019-07-271-8/+12
* Fix array comparisonsgingerBill2019-07-271-3/+6
* Improvement to the Odin calling conventions to pass certain things by "implic...gingerBill2019-07-271-2/+1
* IR fix array comparisonsgingerBill2019-07-151-8/+13
* union #no_nilgingerBill2019-07-091-0/+3
* Fix target list branch rules for name-labelled block/if statementsgingerBill2019-07-071-4/+13
* Fix unions with zero variantsgingerBill2019-07-071-2/+6
* Support 128-bit integers `i128` `u128`gingerBill2019-05-281-2/+27
* Add `..<` operator for ranges; Add extra checking for bit set assignmentsgingerBill2019-05-281-2/+4
* Allow comparisons with bit field valuesgingerBill2019-05-091-15/+50
* Allow booleans to be assigned to a 1-bit bit field valuegingerBill2019-05-091-7/+10
* Remove test codegingerBill2019-05-091-3/+0
* Fix ||= and &&=gingerBill2019-05-061-6/+13
* Minor change to bit_field assignment rulesgingerBill2019-05-041-12/+36
* `#load` directive (request from #368) (Basic implementation)gingerBill2019-04-201-18/+23
* Modify ir_generate_array name logic slightlygingerBill2019-03-311-3/+5
* Modify slice_expr_error_* logic to change depending on which parameters are p...gingerBill2019-03-251-19/+33
* Remove bounds checks for slice expressions with both indices emptygingerBill2019-03-251-4/+12
* Fix issue with `deferred_*` attributesgingerBill2019-03-151-8/+6
* Minor adjustmentsgingerBill2019-03-151-2/+2
* Fix `ir_copy_value_to_ptr` usage in `ir_emit_call` #350gingerBill2019-03-141-4/+10
* Implicit Selector Expressions: `.A`gingerBill2019-03-061-0/+7
* Fix #345: Panic when using enum as map keyJeroen van Rijn2019-03-021-2/+1
* Fix #345: panic when using enum as map keyJeroen van Rijn2019-02-261-0/+3
* Fix bugs: Array Literals with constant elements; IR printing of raw procedure...gingerBill2019-02-241-1/+1
* Make `static` an attribute rather than a keyword prefixgingerBill2019-02-231-1/+10