Commit Graph

  • 533f6a552c Add for and += assignments gingerBill 2023-07-19 13:15:13 +01:00
  • 32ac319525 Implement if statements gingerBill 2023-07-19 12:55:44 +01:00
  • 569397bd7e Update TB gingerBill 2023-07-19 11:39:37 +01:00
  • 3535d16c3a Implement Ternary If Expression gingerBill 2023-07-18 18:58:56 +01:00
  • 7f4efa90c8 Mock out cg_emit_comp gingerBill 2023-07-18 16:51:37 +01:00
  • bab3cd988e Mock out cg_emit_unary_arith gingerBill 2023-07-18 13:42:37 +01:00
  • feda213c0c Mock out cg_append_tuple_values gingerBill 2023-07-18 13:30:59 +01:00
  • c6593e8cde Mock out binary expressions and variable declarations gingerBill 2023-07-18 13:27:47 +01:00
  • 4d8d3919c0 Update tilde; procedure type determination from debug types gingerBill 2023-07-18 13:16:35 +01:00
  • 20dc8b222d [vendor:directx/dxgi] Removed GetDebugInterface Since Windows 8.1 DXGIGetDebugInterface1 is present, which eliminates the need for GetDebugInterface. Odin does not support Windows versions that Microsoft doesn't support, so anything Windows 7 and earlier is basically useless anyway. hikari 2023-07-18 02:35:05 +03:00
  • 55733171c1 Planning for multi-valued expressions in the tilde backend gingerBill 2023-07-17 23:16:50 +01:00
  • 988926b59d Flesh out debug procedure type gingerBill 2023-07-17 22:51:18 +01:00
  • d72f8da6d7 Move debug type code its own file gingerBill 2023-07-17 22:37:40 +01:00
  • 0b697b24bd Implement debug type for procs gingerBill 2023-07-17 22:33:13 +01:00
  • b2c75dc3a2 Mostly fill in cg_debug_type gingerBill 2023-07-17 22:18:15 +01:00
  • b5b3f1fb42 Mock out struct_ep calls gingerBill 2023-07-17 17:28:12 +01:00
  • bd73834e19 Update Tilde; mock out cg_build_return_stmt gingerBill 2023-07-17 16:56:10 +01:00
  • 7f43c24297 Merge branch 'master' into tilde gingerBill 2023-07-17 16:23:01 +01:00
  • 1b3657122c Uncomment procedures in procedure group gingerBill 2023-07-17 16:02:18 +01:00
  • 0ad9e150f1 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2023-07-17 13:04:12 +01:00
  • eb14730287 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2023-07-17 13:04:07 +01:00
  • 0f28857c59 Improve type inference for procedure group stuff gingerBill 2023-07-17 13:03:58 +01:00
  • 88485d5467 Improve scoring for polymorphic procedures gingerBill 2023-07-17 12:57:33 +01:00
  • cc4a666997 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2023-07-17 12:44:47 +01:00
  • 6825a1898b Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2023-07-17 12:44:42 +01:00
  • 921530dd01 Fix to allow procedure groups on objective-c types gingerBill 2023-07-17 12:43:56 +01:00
  • dcf3023d93 Fix bug caused by incorrect assert gingerBill 2023-07-17 12:06:48 +01:00
  • 85ddff01f1 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2023-07-17 12:02:18 +01:00
  • 9e07765def Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2023-07-17 12:02:13 +01:00
  • 6ac2c5c6dc [core:sys/windows] Added a couple of procedures hikari 2023-07-17 02:40:49 +03:00
  • 45b3ae31af Mock out more of the ep procedures gingerBill 2023-07-17 00:31:44 +01:00
  • b12c46b28a Merge pull request #2659 from Pingar5/master Jeroen van Rijn 2023-07-17 01:11:32 +02:00
  • 66a20264ab Mock out cg_emit_arith gingerBill 2023-07-17 00:06:03 +01:00
  • d2d243cca8 Mock out cg_emit_conv gingerBill 2023-07-16 23:41:51 +01:00
  • d4194962b0 Update fixed.odin Justin Snyder 2023-07-15 23:43:14 -06:00
  • 635d671ee7 Fixed typo in GGPO bindings Brennen Shaughnessy 2023-07-15 15:59:58 -04:00
  • ee8372145d Begin working on proper expressions gingerBill 2023-07-15 14:26:47 +01:00
  • ccb736411b Basic context creation gingerBill 2023-07-15 13:30:31 +01:00
  • e2e5641a45 Update TB; Fix calling nullptr TB_Node* problems gingerBill 2023-07-15 13:15:50 +01:00
  • 7ca0b256eb [core:sys/windows] Added missing MONITORINFOEXW type ftphikari 2023-07-14 23:02:56 +03:00
  • ca442defbb Mocking out call related stuff gingerBill 2023-07-14 17:34:00 +01:00
  • b17ebeb6f6 Mock out more of the addr related stuff gingerBill 2023-07-14 17:03:28 +01:00
  • a8afcf1ca9 cg_emit_load/cg_emit_store gingerBill 2023-07-14 16:03:21 +01:00
  • 6545cc2d48 Stub out expr and const files gingerBill 2023-07-14 14:54:49 +01:00
  • 2a10c8fe5c Begin work on building statements gingerBill 2023-07-14 13:01:17 +01:00
  • 7cd2d14b64 Very start of working on Tilde Backend for Odin gingerBill 2023-07-14 11:58:18 +01:00
  • fc5abfd68b Update Tilde gingerBill 2023-07-14 11:56:13 +01:00
  • cb5c821989 Matching C++ parser changes from commit 67ca9166d3. hchac 2023-07-13 15:28:36 -04:00
  • ab7652010b [vendor:directx/dxgi] Rename debug_interface_init to InitDebugInterface ftphikari 2023-07-13 17:41:21 +03:00
  • 7990566f6b Code review fixes ftphikari 2023-07-13 17:16:32 +03:00
  • b6baee5f77 [vendor:directx/dxgi] Added GetDebugInterface ftphikari 2023-07-13 02:11:46 +03:00
  • 24c3ec235a [vendor:directx/d3d_compiler] Added default include file handler ftphikari 2023-07-12 00:56:01 +03:00
  • 204c0fa4d8 Merge pull request #2650 from hchac/remove-core-odin-from-gitignore Jeroen van Rijn 2023-07-11 22:58:56 +02:00
  • 3a0b66d5df Merge pull request #2625 from laytan/exit-code-1-on-test-failure gingerBill 2023-07-11 21:50:18 +01:00
  • 07d3122c14 Merge pull request #2651 from erjohnson/arena-static-bootstrap-doc-fix gingerBill 2023-07-11 21:49:06 +01:00
  • c6957e4e31 Fix small doc mistakes in arena.odin Eric Johnson 2023-07-11 13:41:12 -07:00
  • 8068a3899d Don't gitignore folders named odin. hchac 2023-07-11 16:23:54 -04:00
  • 4c0e9f1f89 Match CPP parser behavior in allowing newlines before a closing brace. hchac 2023-07-11 16:15:06 -04:00
  • 3cce972125 fix indentation Laytan Laats 2023-07-11 19:33:14 +02:00
  • 52700d6a84 use lb_emit_select instead of lb_emit_if for exit check Laytan Laats 2023-07-11 19:30:44 +02:00
  • 0c80a4b836 Merge pull request #2640 from z64/z64/mutex Jeroen van Rijn 2023-07-11 14:01:02 +02:00
  • 46f408cc9f Fixup link format Zac Nowicki 2023-07-11 07:43:16 -04:00
  • 5c068a9062 Merge pull request #2647 from ryuukk/patch-6 Jeroen van Rijn 2023-07-11 08:11:50 +02:00
  • e1fae5b902 Fix attribute ryuukk 2023-07-11 03:51:28 +02:00
  • 20e5e95ff8 Deprecate htons, htonl, ntohl, ntohs ryuukk 2023-07-11 03:45:08 +02:00
  • a238f78855 Merge pull request #2645 from Pix-xiP/fix-raylib-gesture Jeroen van Rijn 2023-07-10 17:25:02 +02:00
  • 5b96712ed0 Merge pull request #2642 from ryuukk/patch-4 Jeroen van Rijn 2023-07-10 17:04:09 +02:00
  • f141078073 GetGestureDetecetd should return a Gestures bit_set not a Gesture. Pix 2023-07-10 22:24:16 +08:00
  • d47fed16a9 Merge pull request #2643 from ryuukk/patch-5 Jeroen van Rijn 2023-07-10 11:21:37 +02:00
  • bc43a8d38d Add CopyFileW ryuukk 2023-07-10 06:02:38 +02:00
  • ccd5685cee Fix doc links ryuukk 2023-07-10 05:57:12 +02:00
  • f0f8177a19 Add definitions for network byte order conversion procs ryuukk 2023-07-10 05:56:26 +02:00
  • 363b701925 Improve Mutex struct documentation Zac Nowicki 2023-07-09 08:29:28 -04:00
  • 0a897e2fae Merge pull request #2638 from ramn/handle_nils_in_expect_value Jeroen van Rijn 2023-07-09 00:28:02 +02:00
  • 5f53d815d1 fix: make -vet not complain ramn 2023-07-09 00:15:01 +02:00
  • 7b89f25818 Fix #2637 ramn 2023-07-08 23:46:51 +02:00
  • 8ebb84ad1e Basic global struct example gingerBill 2023-07-08 13:02:17 +01:00
  • f0e77a309d Hellope World! with Tilde gingerBill 2023-07-08 12:43:20 +01:00
  • 7ab531bd21 Add -tilde for working on the new compiler gingerBill 2023-07-08 12:07:11 +01:00
  • d7af6de9b9 Add tilde gingerBill 2023-07-08 11:54:34 +01:00
  • 5bd1358ce9 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2023-07-08 11:44:04 +01:00
  • 072834ff5c Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2023-07-08 11:43:59 +01:00
  • 3072479c3c Generalize name mangling rule to have a singular definition for a name separator dev-2023-07 gingerBill 2023-07-07 23:52:56 +01:00
  • 62031c24a2 Add extra mutex guards around module value access gingerBill 2023-07-07 23:35:16 +01:00
  • aa38889704 Fix issue with pointer casting internal llvm intrinsics gingerBill 2023-07-07 23:23:47 +01:00
  • 17562e476f Remove math usage of raw LLVM intrinsic prototypes gingerBill 2023-07-07 23:13:37 +01:00
  • 6495f2cf98 Fix #2593 gingerBill 2023-07-07 23:09:46 +01:00
  • ea20b644cc Fix #2624 gingerBill 2023-07-07 23:07:41 +01:00
  • bf848637aa Fix #2629 gingerBill 2023-07-07 23:06:15 +01:00
  • 759f846b2b Fix [2]union{T} comparison against nil gingerBill 2023-07-07 23:03:46 +01:00
  • 3758be55f5 Fix #2630 gingerBill 2023-07-07 22:56:20 +01:00
  • edcd9a6b9b Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2023-07-07 22:30:16 +01:00
  • a1c2bb021d Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2023-07-07 22:30:11 +01:00
  • 8f4c59b080 Add core:math/cmpl to all_main.odin gingerBill 2023-07-07 22:29:53 +01:00
  • 1ff6212ffa Always call lb_run_remove_dead_instruction_pass to fix -debug issues gingerBill 2023-07-07 22:28:31 +01:00
  • b60d29ae9a Merge pull request #2627 from laytan/add-address-family-type-definition Jeroen van Rijn 2023-07-03 22:45:28 +02:00
  • 38d71e668d add ADDRESS_FAMILY to darwin (currently only available in linux) Laytan Laats 2023-07-03 19:56:56 +02:00
  • 7cdf37eaf6 exit with code 1 on odin test failure Laytan Laats 2023-07-03 01:22:36 +02:00
  • 8d9adfd548 Merge pull request #2623 from laytan/fix-2615-cant-iterate-untyped-string Jeroen van Rijn 2023-07-02 23:06:35 +02:00
  • a3e2d90f4c add test Laytan Laats 2023-07-02 22:55:28 +02:00