Commit Graph

  • 2baa19f73c Remove unused variable bill/conditional-zero gingerBill 2025-09-27 10:10:25 +01:00
  • ac01d1b5bf Add runtime.conditional_mem_zero to improve heap_allocator performance on non-Windows systems gingerBill 2025-09-27 09:58:28 +01:00
  • 0eaf3ee7cd Merge pull request #5678 from alexriedl/wrong-allocator-guard gingerBill 2025-09-26 15:24:11 +01:00
  • 1222d40d39 Merge pull request #5691 from rationalcoder/master gingerBill 2025-09-26 14:21:52 +01:00
  • 51f79724ed Merge pull request #5686 from thetarnav/zero-small-array-resize gingerBill 2025-09-26 14:16:54 +01:00
  • 62a03f118e Merge pull request #5689 from slowhei/master gingerBill 2025-09-26 14:13:05 +01:00
  • af097f6ea1 Make CodeCov less touchy. bill/remove-test-suffix Jeroen van Rijn 2025-09-26 12:05:16 +02:00
  • 23778cd643 Merge pull request #5716 from samwega/master gingerBill 2025-09-26 11:00:36 +01:00
  • dfb86db159 Fix absolutely random change between , and newline gingerBill 2025-09-26 10:50:16 +01:00
  • 01c10f3f5e Use RecursiveMutex to fix a race condition with parapoly records gingerBill 2025-09-26 10:18:46 +01:00
  • ade4eafcad -fix: typo samwega 2025-09-26 11:53:53 +03:00
  • 42b9039a1f Check for nullptr gingerBill 2025-09-26 09:41:08 +01:00
  • b1d63f103e Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2025-09-26 09:35:58 +01:00
  • ed2b79a63e Completely comment out lb_construct_const_union gingerBill 2025-09-26 09:35:51 +01:00
  • db74ce7cbf Merge pull request #5712 from greenya/master gingerBill 2025-09-26 09:34:25 +01:00
  • a6d5ec2de8 Early short circuit lb_construct_const_union gingerBill 2025-09-26 09:31:10 +01:00
  • 36098cec0f [core:sys/info] doc: Remove duplicated line Yuriy Grynevych 2025-09-25 15:14:42 +03:00
  • 0ae86dbe87 Ignore further gingerBill 2025-09-25 12:10:18 +01:00
  • 8b7a35fae2 MAKE_VERSION be "contextless" gingerBill 2025-09-25 12:07:08 +01:00
  • 1a191b99ac Disable some of lb_construct_const_union for the time being. gingerBill 2025-09-25 12:05:27 +01:00
  • a3689f89c2 Merge pull request #5706 from wrathdoesthat/master gingerBill 2025-09-25 09:29:38 +01:00
  • 286e3eafe6 Change inlining semantics for some builtin calls gingerBill 2025-09-25 08:55:03 +01:00
  • 654c5b2c06 Fix memory leaks in type inference test Tohei Ichikawa 2025-09-24 21:25:25 -04:00
  • 6ed9351955 Merge remote-tracking branch 'upstream/master' Tohei Ichikawa 2025-09-24 21:09:31 -04:00
  • 3c1238991b Fix test_proc_group_type_inference.odin Tohei Ichikawa 2025-09-24 18:52:48 -04:00
  • 5d3092bf2d Again, better const union stuff gingerBill 2025-09-24 14:27:44 +01:00
  • 43e0d6966e More improves for const union stuff! gingerBill 2025-09-24 14:07:09 +01:00
  • ad85ec765b More const union improvements gingerBill 2025-09-24 10:21:38 +01:00
  • bad495519b Improve const union attemps gingerBill 2025-09-24 10:08:25 +01:00
  • 31f0aaa62f Try to improve const union LLVM construction gingerBill 2025-09-24 09:55:22 +01:00
  • 90d1229ead Make LLVM_WEAK_MONOMORPHIZATION opt-in again gingerBill 2025-09-24 09:13:48 +01:00
  • b9e90194d8 Merge pull request #5707 from janga-perlind/lucas/timing-stuff gingerBill 2025-09-24 08:20:26 +01:00
  • 15b4b9277a spin in recursive mutex lock; use compare exchange for broadcast Lucas Perlind 2025-09-24 12:42:20 +10:00
  • 443b6e1641 Unify filepath.join behavior on between unix/windows Wrath 2025-09-23 23:03:20 -04:00
  • eca2758d8b Revert "Reimplement RwMutex on non-windows systems" Lucas Perlind 2025-09-24 12:40:01 +10:00
  • e9d20a9b4a Reimplement RwMutex on non-windows systems gingerBill 2025-09-23 11:38:32 +01:00
  • 2f132b51ce Add missing gen gingerBill 2025-09-23 01:23:01 +01:00
  • c9eef7c835 Single thread lb_create_startup_runtime_generate_body gingerBill 2025-09-22 21:10:01 +01:00
  • f36ade8c64 Remove extra checks gingerBill 2025-09-19 16:44:57 +01:00
  • 9b8771b475 Handle missing procedures better gingerBill 2025-09-19 16:15:04 +01:00
  • 655176e5e7 Remove comments of dead code gingerBill 2025-09-19 15:17:38 +01:00
  • 76705c6800 Convert missing_procedures_to_check to a queue gingerBill 2025-09-19 14:18:09 +01:00
  • 6bca1475ed Convert procedures_to_generate to a queue gingerBill 2025-09-19 14:15:25 +01:00
  • ee3b10335b Split further gingerBill 2025-09-19 13:59:58 +01:00
  • f1e3977cf9 Split up startup call into separate calls gingerBill 2025-09-19 13:57:52 +01:00
  • ec91e2c15b Separate ini global var stuff gingerBill 2025-09-19 13:52:25 +01:00
  • a8b2b1a23b Temporarily revert anonymous procedure load balancing gingerBill 2025-09-19 13:49:09 +01:00
  • 31cafda30d Remove unused variable gingerBill 2025-09-19 12:31:06 +01:00
  • be1e889abb Remove debug message gingerBill 2025-09-19 12:29:26 +01:00
  • 6338e0a8a3 Allow unions with one variant to be constant gingerBill 2025-09-19 11:56:44 +01:00
  • 1a4da5cb0f Distribute anonymous procedure literals correctly across LLVM modules gingerBill 2025-09-19 11:13:18 +01:00
  • 6ce889f4eb Entity * to std::atomic<Entity *> to remove the need for a PtrMap+Mutex gingerBill 2025-09-19 11:01:41 +01:00
  • 5f76d6ce15 Support -linker:mold gingerBill 2025-09-19 10:25:11 +01:00
  • 1507cc01a5 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2025-09-18 23:26:23 +01:00
  • 5d14df4112 Multithread lb_module_init gingerBill 2025-09-18 23:26:11 +01:00
  • 4d2854f561 Merge pull request #5632 from kalsprite/x386 gingerBill 2025-09-18 22:01:14 +01:00
  • 9cf69576ab More improvements to minimize code gen size gingerBill 2025-09-18 20:58:24 +01:00
  • 4b0a07ba27 Minor rearrangement gingerBill 2025-09-18 17:06:09 +01:00
  • 37e1e00623 Revert global procedure threading gingerBill 2025-09-18 16:57:21 +01:00
  • 5bc9d79f77 Change mutex usage for missing procedures gingerBill 2025-09-18 16:56:19 +01:00
  • 111e2f0c1b After global procedures and types are generated, then queue the generation of the procedures for each module gingerBill 2025-09-18 16:53:00 +01:00
  • 5559916d5c Mulithread startup procedure body generation gingerBill 2025-09-18 16:35:04 +01:00
  • 3954491393 Type erasure to minimize code generation size gingerBill 2025-09-18 15:54:05 +01:00
  • 0f307fbc5d Use multiple modules per file in package runtime gingerBill 2025-09-18 15:34:19 +01:00
  • 738a72943b Try moving parapoly procs into a separate module when doing weak monomorphization gingerBill 2025-09-18 15:04:16 +01:00
  • 5b0510a6bd Merge pull request #5690 from Creativty/master gingerBill 2025-09-17 17:28:24 +01:00
  • 710533975e Fix out-of-band allocations in dynamic arenas rationalcoder 2025-09-16 16:31:10 -05:00
  • 3e7395eba6 fix: fix segfault on string_to_string16 xenobas 2025-09-16 21:40:57 +01:00
  • 5e71ba4456 Remove an outdated TODO Tohei Ichikawa 2025-09-16 10:57:54 -04:00
  • 403ca2fb2e Improve type inferencing of literals when calling proc groups Tohei Ichikawa 2025-09-15 20:40:20 -04:00
  • e163c20a02 Correct set_example in small_array Damian Tarnawski 2025-09-15 15:29:17 +02:00
  • 40c8f45a81 Correct small_array resize examples Damian Tarnawski 2025-09-15 15:15:44 +02:00
  • b986c534a3 Replace mem.zero_slice with intrinsics.mem_zero in small_array.resize Damian Tarnawski 2025-09-15 15:01:20 +02:00
  • 7adc33d5a4 Add @require to core:mem import in small_array Damian Tarnawski 2025-09-15 14:56:46 +02:00
  • 2c3d5fe456 Add small array resize tests Damian Tarnawski 2025-09-15 14:50:33 +02:00
  • 3d66625de0 Zero memory in small_array.resize and add non_zero_resize Damian Tarnawski 2025-09-15 14:40:58 +02:00
  • 11be0cb4ab Use permanent_allocator() instead of temporary_allocator() temporarily to fix a bug gingerBill 2025-09-14 17:37:17 +01:00
  • 7db57e2d9c Temporarily disable TEMPORARY_ALLOCATOR_GUARD gingerBill 2025-09-14 17:24:22 +01:00
  • 22261f9e71 Fix temporary_allocator gingerBill 2025-09-14 17:21:33 +01:00
  • 1ffeb23d5c More tests bill/compiler-optimizations-2025-09 gingerBill 2025-09-14 15:31:16 +01:00
  • e0a97a628d Merge pull request #5683 from thetarnav/soa-get-safe-contextless Jeroen van Rijn 2025-09-14 13:01:52 +02:00
  • 3e62c2c79a Add "contextless" to small_array get_safe and get_ptr_safe Damian Tarnawski 2025-09-14 10:39:33 +02:00
  • a2d9c79508 Spawn function passes as procedures are generated for the module gingerBill 2025-09-12 17:17:22 +01:00
  • 96e42b25c1 Move verification to worker tasks just after passes have done gingerBill 2025-09-12 16:46:27 +01:00
  • dc5044052f Begin to try to minimize thread contention in the LLVM section gingerBill 2025-09-12 16:27:33 +01:00
  • 935d9657a3 Merge pull request #5677 from slowhei/master gingerBill 2025-09-12 08:44:45 +01:00
  • b9a09cebee fix for temp_file name prefix being deallocated before being used Alex Riedl 2025-09-11 10:55:29 -05:00
  • a454633774 Fix addObserver methods and add support for new Objc_Block Tohei Ichikawa 2025-09-11 09:50:31 -04:00
  • 72f8bafe6c Merge pull request #5672 from thetarnav/strings-builder-caller-location gingerBill 2025-09-11 11:02:35 +01:00
  • cf4262d22c Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2025-09-10 21:41:58 +01:00
  • 5ea2e1fe60 Minimize mutex usage when in single threaded mode. gingerBill 2025-09-10 21:41:52 +01:00
  • 8175c3eaa1 Merge pull request #5651 from FourteenBrush/patch-2 gingerBill 2025-09-10 21:36:37 +01:00
  • 992cad101c Minor mutex rearrangement gingerBill 2025-09-10 21:16:56 +01:00
  • 549edcc0f9 Use a RwMutex instead of BlockingMutex gingerBill 2025-09-10 21:00:43 +01:00
  • 34e3d30780 More thread contention removal gingerBill 2025-09-10 20:51:52 +01:00
  • 0476d33a6c Remove global PtrMap<Type *, GenTypesData *> and store on the TypeNamed directly gingerBill 2025-09-10 20:45:26 +01:00
  • d3602ca634 Removal of some old checks gingerBill 2025-09-10 20:37:39 +01:00
  • 76c0f89535 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2025-09-10 20:11:42 +01:00
  • bc36ea4170 Use macro instead of a C++ iterator - for speed gingerBill 2025-09-10 20:11:36 +01:00
  • 641ccf89a2 Merge pull request #5676 from Kelimion/big-asan Jeroen van Rijn 2025-09-10 21:09:16 +02:00