gingerBill
|
18fb6a4be4
|
Merge branch 'master' into llvm-integration
|
2020-03-15 14:31:26 +00:00 |
|
gingerBill
|
2a2d3273ea
|
Add @require for global variables
|
2020-03-12 14:40:13 +00:00 |
|
gingerBill
|
28502ba53b
|
Fix context system; add more to -show-more-timings for LLVM API; Add ODIN_USE_LLVM_API global constant
|
2020-03-08 12:34:36 +00:00 |
|
gingerBill
|
2180f4a475
|
Basic work on obj generation
|
2020-02-23 10:04:25 +00:00 |
|
gingerBill
|
bfda101686
|
Get basic IR code generation working properly
|
2020-02-10 00:14:43 +00:00 |
|
gingerBill
|
d520b9a1ba
|
Fix typo
|
2020-01-05 12:49:32 +00:00 |
|
gingerBill
|
5c7d6fcfd0
|
Improve minimum dependency for complex numbers and quaternion numbers.
|
2020-01-04 18:04:12 +00:00 |
|
gingerBill
|
ab52f8d795
|
Move definition of mem.Allocator and log.Logger to package runtime, to reduce import cycle magic
|
2019-12-31 12:15:19 +00:00 |
|
gingerBill
|
f24de51c65
|
Add _tls_index and _fltused for windows -no-crt
|
2019-12-29 21:28:50 +00:00 |
|
gingerBill
|
2252d992d7
|
Add -disable-assert to disable the code generation of the built-in run-time 'assert' procedure
|
2019-12-29 21:10:27 +00:00 |
|
gingerBill
|
9e9e905431
|
Add @(private="file") and @(private="package")
|
2019-12-29 15:39:20 +00:00 |
|
gingerBill
|
10f0961184
|
Enumerated arrays [Enum_Type]Elem_Type
|
2019-12-27 12:51:02 +00:00 |
|
gingerBill
|
1d14b3059e
|
Fix Internal Compiler Error: Type_Info for 'XXX' could not be found #507
|
2019-12-22 14:16:56 +00:00 |
|
gingerBill
|
4ba579bc25
|
Also allow #no_bounds_check on an expression #499
|
2019-12-15 11:41:21 +00:00 |
|
gingerBill
|
e229885b2b
|
Remove addressing mode Addressing_Immutable
|
2019-12-01 19:11:00 +00:00 |
|
gingerBill
|
9db81498d8
|
Make the string type elements "immutable", akin to char const * in C
Allows for extra security and optimization benefits
|
2019-12-01 14:10:59 +00:00 |
|
gingerBill
|
44e0e96612
|
Prepare SOA Struct code for slices and dynamic arrays *to be implemented*
|
2019-11-19 23:54:36 +00:00 |
|
gingerBill
|
967981aacd
|
Add -show-more-timings
|
2019-11-10 21:49:02 +00:00 |
|
gingerBill
|
c1176c2bcb
|
Fix typeid comparison bug; Add extra messages for pointer address errors
|
2019-11-03 19:49:21 +00:00 |
|
gingerBill
|
dfb3101ecf
|
SOA Struct support intrinsics.soa_struct
|
2019-11-02 21:08:51 +00:00 |
|
gingerBill
|
e3d3a81617
|
multivalued procedure calls allows in for in to allow a pseudo-iterator; @thread_local for variables in procedure
|
2019-11-02 16:36:46 +00:00 |
|
gingerBill
|
dbdbbcd60f
|
Fix range in statement bug caused by incorrectly assigned addressing mode #461
|
2019-11-02 10:57:42 +00:00 |
|
gingerBill
|
3b898e5224
|
Add @force to foreign import
|
2019-11-01 19:26:22 +00:00 |
|
gingerBill
|
7140f42915
|
Modify runtime to reduce dependencies on other packages
|
2019-10-23 21:43:13 +01:00 |
|
gingerBill
|
2a6d9e8927
|
#panic; Minor change to demo.odin; Fix #assert bug at file scope
|
2019-10-13 12:38:23 +01:00 |
|
gingerBill
|
6c69e8c043
|
Make typeid semantics consistent across variables and constants
|
2019-10-06 14:55:25 +01:00 |
|
gingerBill
|
4afc78efc6
|
Add where clauses to struct and union
|
2019-09-08 12:12:41 +01:00 |
|
gingerBill
|
b9d3129fb3
|
where clauses for procedure literals
|
2019-08-31 20:13:28 +01:00 |
|
gingerBill
|
b311540b16
|
Make require_results an attribute rather than a suffix tag for procedures
|
2019-08-31 14:48:56 +01:00 |
|
gingerBill
|
07ced1cf0e
|
Fix variable dependency ordering issues caused by procedure literals
|
2019-08-31 11:12:41 +01:00 |
|
gingerBill
|
c89fc35e94
|
Fix global variable initialization ordering
(related to #427)
|
2019-08-29 14:36:42 +01:00 |
|
gingerBill
|
7bc146e6fd
|
Built-in Quaternions (Not just an April Fool's Joke any more)
|
2019-08-26 11:33:05 +01:00 |
|
gingerBill
|
65d41d4248
|
Fix bit_field comparison against nil #414
|
2019-08-09 20:31:11 +01:00 |
|
gingerBill
|
77734ea967
|
Improve the performance of simple array comparisons
|
2019-07-27 11:59:50 +01:00 |
|
gingerBill
|
40f0e74b8c
|
Change scoping rules to allow for shadowing of procedure parameters but not named return values
|
2019-07-27 00:45:36 +01:00 |
|
gingerBill
|
fd62959bf4
|
Fix procedure constant declaration value type assignment checking
|
2019-06-21 23:11:14 +01:00 |
|
gingerBill
|
3d2279fba0
|
Support 128-bit integers i128 u128
|
2019-05-28 20:27:45 +01:00 |
|
gingerBill
|
5697d6df74
|
-go-to-definitions (OGTD file format)
|
2019-05-26 15:16:45 +01:00 |
|
gingerBill
|
458ec5922e
|
odin query
Output .json file containing information about the program
|
2019-05-25 20:24:19 +01:00 |
|
gingerBill
|
ceb58ae04f
|
Change import name rules
|
2019-05-19 10:01:35 +01:00 |
|
gingerBill
|
2780f82f30
|
Fix is_operand_value to support more addressing modes
|
2019-04-19 11:39:01 +01:00 |
|
gingerBill
|
9e6d488063
|
Modify slice_expr_error_* logic to change depending on which parameters are passed
|
2019-03-25 21:20:12 +00:00 |
|
gingerBill
|
b1684fe455
|
@(private) for foreign blocks; Improve foreign signature similarity rules
|
2019-03-24 11:58:26 +00:00 |
|
gingerBill
|
a6fb2dd587
|
Fix Erroneous redeclaration error with using import #354
|
2019-03-17 20:43:54 +00:00 |
|
gingerBill
|
1eaa47ebae
|
Fix using import behaviour - #352
|
2019-03-17 13:03:39 +00:00 |
|
gingerBill
|
fdb60b2d51
|
Improve package strings
|
2019-03-15 18:30:39 +00:00 |
|
gingerBill
|
885c5dc8b7
|
Fix issue with deferred_* attributes
|
2019-03-15 16:39:49 +00:00 |
|
gingerBill
|
989cc893ef
|
FIX TYPO!
|
2019-02-23 23:25:46 +00:00 |
|
gingerBill
|
2878cd8241
|
New build flag: -define:foo=123
|
2019-02-23 23:21:27 +00:00 |
|
gingerBill
|
a9ab90bd24
|
Make static an attribute rather than a keyword prefix
|
2019-02-23 22:17:27 +00:00 |
|