Commit Graph

867 Commits

Author SHA1 Message Date
gingerBill
652da98c70 Fix slice bounds checking 2018-02-25 12:10:19 +00:00
gingerBill
e14e2c3b4d -out and generate executable in the current working directory 2018-02-25 11:49:44 +00:00
gingerBill
f96a897821 Make switch in f { valid 2018-02-25 10:55:18 +00:00
Brendan Punsky
564226be02 fixed issues with uninitialized contexts
also, `any_to_bytes` I think, and maybe some bindings in `core:sys/windows.odin`
2018-02-24 18:58:22 -05:00
gingerBill
35ba5771a5 Replace compile_assert with #assert 2018-02-24 19:03:29 +00:00
gingerBill
b2461f7192 Fix issue #195 2018-02-24 18:19:11 +00:00
gingerBill
d70a555c1c Fix issue #192 2018-02-22 21:24:38 +00:00
gingerBill
4c339360e9 auto_cast 2018-02-18 15:14:13 +00:00
gingerBill
731dad480d Fix issue regarding nullptr Type * 2018-02-18 14:37:58 +00:00
gingerBill
a0f2357cb3 Minor fix to demo 2018-02-17 19:40:33 +00:00
gingerBill
f51de2e488 Disallow #complete switch ranges 2018-02-17 19:24:02 +00:00
gingerBill
cabb2bb992 Commit 1000 🎉🎂 2018-02-17 19:15:58 +00:00
gingerBill
d560f6c920 Fix compile time issue regarding switch ranges 2018-02-17 19:05:14 +00:00
gingerBill
21432ba96e Clean up range code for switch 2018-02-17 18:34:14 +00:00
gingerBill
c341597657 Remove constant from switch for strings 2018-02-17 18:22:43 +00:00
gingerBill
c4d2d287fc #complete switch; Removal of dyncall 2018-02-17 11:54:08 +00:00
gingerBill
6a85546b76 Fix #187 2018-02-14 21:46:39 +00:00
gingerBill
23ab3c4713 Replace [...] with [?] 2018-02-13 21:59:49 +00:00
gingerBill
da300aa9c3 Fix enum #export does not work with export #185 2018-02-13 18:01:42 +00:00
gingerBill
2ce55783d2 Fix make 2018-02-11 23:47:46 +00:00
gingerBill
038dea9202 v0.8.1
Fix initialization values for variables
2018-02-11 11:15:53 +00:00
gingerBill
0ae3484171 Fix zero value initialization in IR 2018-02-11 11:13:52 +00:00
gingerBill
54976c3249 v0.8.0 2018-02-09 18:03:06 +00:00
gingerBill
8f913c656c Fix error reporting for assignment to a built-in procedure (#183) 2018-02-07 18:55:01 +00:00
gingerBill
001b48a5c6 Change local variable alignment to 16 bytes for the time being 2018-02-05 23:27:18 +00:00
gingerBill
54929a1b92 Minor context fix 2018-02-05 23:09:34 +00:00
gingerBill
92780e2683 distinct keyword for type declarations 2018-02-05 22:46:30 +00:00
gingerBill
2891988d3b Add extra check to ir_emit_zero_init 2018-02-05 22:26:22 +00:00
gingerBill
c1728914c6 Fix typos #type_alias 2018-02-04 21:34:45 +00:00
gingerBill
ed2f49e8d2 Remove dead code; Fix issue regarding order of evaluation of function parameters (in C++) depending on the compiler (clang vs gcc vs msvc) 2018-02-04 20:07:05 +00:00
gingerBill
028d628e9f Add extra zero init for IR 2018-01-31 18:27:08 +00:00
gingerBill
8c360b2a3c Reduce type info data size in IR 2018-01-28 15:43:58 +00:00
gingerBill
b66e7bed45 Improve min-dep for Type Info 2018-01-28 15:37:15 +00:00
gingerBill
e919482aa8 Add ir_emit_store_union_variant to reduce alloca use 2018-01-28 15:09:07 +00:00
gingerBill
dce45e7d58 Add ODIN_DEBUG 2018-01-28 14:42:22 +00:00
gingerBill
1a0877e965 Fix minimum dependency generation for foreign entities 2018-01-28 14:39:18 +00:00
gingerBill
83d90f1463 Extra check for type_info cycle checking 2018-01-28 09:51:52 +00:00
gingerBill
f661ae9d09 Fix issue with proc group cycles #176 2018-01-28 09:19:23 +00:00
gingerBill
e2600a3e44 Fix #178 2018-01-28 08:59:10 +00:00
gingerBill
2ad26640a2 Revert back to gb_memmove 2018-01-21 19:30:05 +00:00
gingerBill
2c0b08145f Fix nested defer blocks 2018-01-21 19:26:55 +00:00
gingerBill
aa9c9eda9e Fix boolean casting 2018-01-21 18:41:21 +00:00
gingerBill
1353d61894 Minor parsing change 2018-01-21 16:45:29 +00:00
gingerBill
88ba6d8015 enum #export 2018-01-21 14:30:48 +00:00
gingerBill
8b288a2072 Reimplement opt stage 2018-01-20 16:16:59 +00:00
gingerBill
4e90644527 Remove timing for llvm-opt 2018-01-20 16:15:05 +00:00
gingerBill
6651b65373 Remove need for opt 2018-01-20 16:13:36 +00:00
gingerBill
705352099f Remove #endif 2018-01-20 16:10:26 +00:00
gingerBill
2e28c9d793 Cache type size/align; Improve speed of ir_print.cpp 2018-01-20 15:12:44 +00:00
gingerBill
2fe660a1d7 Fix empty union IR bug 2018-01-19 17:11:28 +00:00