Commit Graph

  • b918acd871 Removed some more SDL_'s in sdl_render.odin Sanian 2023-01-16 23:45:03 +01:00
  • a046c41c7c Removed another missed SDL_ in sdl_mouse.odin Sanian 2023-01-16 23:41:11 +01:00
  • 2513403014 Removed an SDL_ prefix that was missed Sanian 2023-01-16 22:46:46 +01:00
  • 4a8564aff7 Update threading.cpp to have helgrind annotations gingerBill 2023-01-16 19:23:13 +00:00
  • edb23db2ae Fix potential race condition when determining the package name gingerBill 2023-01-16 18:31:40 +00:00
  • 0b01cfd853 Fix minor possible race condition gingerBill 2023-01-16 18:18:08 +00:00
  • 0d059aa797 Replace BlockingMutex with RwMutex gingerBill 2023-01-16 18:08:28 +00:00
  • 65c0255e7e Replace RecursiveMutex with a BlockingMutex gingerBill 2023-01-16 18:05:58 +00:00
  • b289a27c4e Move the mutex up a little gingerBill 2023-01-16 17:04:37 +00:00
  • d085283f20 Fix cnd_timedwait gingerBill 2023-01-16 15:32:23 +00:00
  • b6ca10cd5e Fix memory leak in os.get_current_directory on failure on *nix systems gingerBill 2023-01-16 15:29:45 +00:00
  • 7416f72565 Make static value atomic too gingerBill 2023-01-16 15:12:34 +00:00
  • b51be71a6f Remove initialization on static atomic gingerBill 2023-01-16 15:11:24 +00:00
  • e488cf4601 Enforce atomic on hasher id gingerBill 2023-01-16 15:09:29 +00:00
  • 5d397804f7 Fix #2286 by printing an error correctly gingerBill 2023-01-16 13:22:37 +00:00
  • a5a7226885 Remove auto_cast gingerBill 2023-01-16 12:09:09 +00:00
  • 2dca39b557 Remove auto_cast procedure field flag Fixes #2285 gingerBill 2023-01-16 12:06:03 +00:00
  • b55fa268bf Fix #2267 by making it an error gingerBill 2023-01-16 12:03:46 +00:00
  • c819c350d6 Add error message for atomic intrinsics to prevent arbitrary types gingerBill 2023-01-16 11:58:14 +00:00
  • d55248ab0f Fix #2301 gingerBill 2023-01-16 11:45:15 +00:00
  • 68b2d4b9e2 Fix #2305 gingerBill 2023-01-16 11:41:58 +00:00
  • 54f02f59db Fix compiler error on clang gingerBill 2023-01-16 11:03:24 +00:00
  • 64047cbf05 Fix #2304 gingerBill 2023-01-16 11:02:42 +00:00
  • b0619980b2 Add /NOIMPLIB /NOEXP on MSVC linker by default when building an executable gingerBill 2023-01-14 13:42:29 +00:00
  • 9aa9429135 Update debugf usage gingerBill 2023-01-14 13:42:04 +00:00
  • 518f30e523 Bring PtrMap inline with StringMap gingerBill 2023-01-14 13:23:17 +00:00
  • 868aa4c14a Minor changes to StringMap allocation gingerBill 2023-01-14 12:58:45 +00:00
  • 1ab90de493 Minimize StringMap structure usage gingerBill 2023-01-14 12:33:42 +00:00
  • 1064bcd060 Clean up use of StringMap gingerBill 2023-01-13 12:12:41 +00:00
  • 1e21125527 Split out object generation more gingerBill 2023-01-12 21:49:53 +00:00
  • 4a8c37dd52 Prepare for arbitrary separate modules gingerBill 2023-01-12 21:45:02 +00:00
  • 3b22c6620c Begin to generalize modules away from AstPackage * in -use-separate-modules gingerBill 2023-01-12 17:13:25 +00:00
  • 402a165b60 Correct missing procedures in other build modules which cause a linkage problem gingerBill 2023-01-12 16:59:16 +00:00
  • 34f9170189 Fix race condition with polymorphic record generation gingerBill 2023-01-12 16:06:09 +00:00
  • 38136e15fc add_deps_from_child_to_parent always gingerBill 2023-01-12 15:44:55 +00:00
  • e97bf2ef35 Minimize contention on the deps for decls gingerBill 2023-01-12 15:38:23 +00:00
  • d6c54148d9 Minor clean up gingerBill 2023-01-12 15:23:59 +00:00
  • cbe3791b42 Replace all queues with MPSCQueue where possible gingerBill 2023-01-12 13:11:17 +00:00
  • b470ceb470 Correct mpsc_dequeue gingerBill 2023-01-12 12:59:09 +00:00
  • c15db05199 Implement MPSCQueue gingerBill 2023-01-12 12:41:53 +00:00
  • 9428f792ed Comment out allocator guards for the time being gingerBill 2023-01-12 01:09:36 +00:00
  • 520ff731de Add ArenaTemp to the compiler gingerBill 2023-01-12 00:47:20 +00:00
  • e9cfe698ba Make the heap_allocator just be the permanent_allocator gingerBill 2023-01-12 00:20:25 +00:00
  • 5fa66ac6a8 Fix random race condition for poly records gingerBill 2023-01-12 00:18:58 +00:00
  • 320062157f Merge pull request #2288 from odin-lang/compiler-improvements-2023-01 gingerBill 2023-01-11 22:14:53 +00:00
  • d7d6608142 Remove unneeded CI stage gingerBill 2023-01-11 22:08:25 +00:00
  • 7f2ef2ac67 Move check for type info above gingerBill 2023-01-11 21:52:04 +00:00
  • 7124d541a1 General optimizations gingerBill 2023-01-11 18:10:27 +00:00
  • 3c7e45a46f Remove possible race condition in type_size_of/type_align_of gingerBill 2023-01-11 17:45:18 +00:00
  • 6ec014e980 Make -threaded-checker the default not (opt out with -no-threaded-checker) gingerBill 2023-01-11 17:27:06 +00:00
  • 9b47a5eddb Fix macro issue gingerBill 2023-01-11 00:49:04 +00:00
  • 3e8c63ad31 Add Odin check -threaded-checker test for windows gingerBill 2023-01-10 20:46:00 +00:00
  • 15469758de Merge branch 'master' into compiler-improvements-2023-01 gingerBill 2023-01-10 16:25:38 +00:00
  • 86511d44e4 Merge pull request #2300 from MarenFayre/float-format dev-2023-01 gingerBill 2023-01-10 15:46:54 +00:00
  • fd4633eb25 Clean up float_fmt logic MarenFayre 2023-01-10 15:03:53 +01:00
  • b0756f9e29 Merge pull request #2297 from MarenFayre/d-parsing gingerBill 2023-01-10 12:24:13 +00:00
  • c3ff1e9591 Merge pull request #2298 from MarenFayre/left-pad gingerBill 2023-01-10 12:24:07 +00:00
  • dd3fac7523 Merge pull request #2292 from colrdavidson/get_core_count gingerBill 2023-01-10 11:42:02 +00:00
  • 13029d06b2 Removed unneeded semicolon. MarenFayre 2023-01-09 10:39:46 +01:00
  • 68173f4bc7 Remove unused formatting flag MarenFayre 2023-01-08 20:24:08 +01:00
  • c979c2fafa Fix left padding format specifier and float formatting MarenFayre 2023-01-08 20:00:42 +01:00
  • 658435f1b9 Fix off by one error in %d parsing MarenFayre 2023-01-08 19:59:48 +01:00
  • 3935957979 remove unused c import Colin Davidson 2023-01-06 13:53:32 -08:00
  • a36640bcfc more windows fixes Colin Davidson 2023-01-06 13:51:25 -08:00
  • 171d5b4012 more windows kerfuffle Colin Davidson 2023-01-06 13:45:21 -08:00
  • 1cc893f21c Merge branch 'master' into get_core_count Colin Davidson 2023-01-06 13:34:16 -08:00
  • 6ff2db47b4 shuffle to private/public wrapper Colin Davidson 2023-01-06 13:33:47 -08:00
  • a11b6a9e5f Merge pull request #2265 from JooperGH/more_dwmapi_bindings gingerBill 2023-01-06 12:18:10 +00:00
  • 978568684c Merge pull request #2295 from matias-eduardo/patch-1 gingerBill 2023-01-06 12:16:51 +00:00
  • e8e7d3ea31 Merge pull request #2293 from colrdavidson/fix_futexes gingerBill 2023-01-06 12:09:44 +00:00
  • c03cc21908 Add GetKeyboardState to user32 matias 2023-01-06 07:04:38 -04:00
  • 8ef406324b Multi thread more of the backend where possible gingerBill 2023-01-05 17:26:51 +00:00
  • 23d0c52bf4 Refactor llvm backend code into separate procedures to make it simpler to profile gingerBill 2023-01-05 16:42:02 +00:00
  • 5eee8077dd enum-ifiy function pass managers for lbModule gingerBill 2023-01-05 15:56:45 +00:00
  • 029cb6581b Unify function pass managers for auxiliary procedures (e.g. startup type info, runtime, objc names) gingerBill 2023-01-05 12:54:53 +00:00
  • 025e87d974 Multithread LLVM procedure generation gingerBill 2023-01-05 12:39:57 +00:00
  • 213a0499a1 Begin multithreading the llvm backend when -use-separate-modules is enabled gingerBill 2023-01-05 12:29:16 +00:00
  • 1517f1d779 Add uncomment add_type_info_type calls for type assertions gingerBill 2023-01-05 11:54:21 +00:00
  • 50a2493fd3 add get thread count to openbsd Colin Davidson 2023-01-05 01:48:00 -08:00
  • b455ccd261 fix more things? Colin Davidson 2023-01-05 01:37:50 -08:00
  • a58650728e fix futex error handling Colin Davidson 2023-01-05 01:27:37 -08:00
  • b22ddb1453 fix windows structs Colin Davidson 2023-01-05 01:25:18 -08:00
  • cb7dd12222 name raw union Colin Davidson 2023-01-05 01:18:44 -08:00
  • 0484bdbb7e fix darwin/freebsd Colin Davidson 2023-01-05 01:14:51 -08:00
  • 8f39c45e9b use raw_union? Colin Davidson 2023-01-05 01:11:46 -08:00
  • 944396128b add get core count Colin Davidson 2023-01-05 01:06:55 -08:00
  • bbb2164e38 Inline map gets; cast explicitly on TOMBSTONE checking gingerBill 2023-01-05 01:25:37 +00:00
  • be23d83fc8 Remove unnecessary check is align_formula* et al gingerBill 2023-01-05 00:47:09 +00:00
  • 291ea33939 Initialize TypePath constructor like to keep the Futex constructor happy gingerBill 2023-01-04 22:34:59 +00:00
  • 9455918eec Fix min dep type info problem caused by const ref of map_set gingerBill 2023-01-04 22:20:18 +00:00
  • 8a99b8af3e Narrow mutex usage gingerBill 2023-01-04 15:55:10 +00:00
  • 12e42d92d3 Localize GenProcsData to the entity itself gingerBill 2023-01-04 15:35:24 +00:00
  • faa735d0c7 Localize gen_types mutexes gingerBill 2023-01-04 15:15:12 +00:00
  • d4e18109da Move walking of dependencies for procedures to just before calculating the min dep set gingerBill 2023-01-04 13:52:38 +00:00
  • d06a0e7093 Improve the PtrSet to be as simple and small as possible gingerBill 2023-01-04 13:30:27 +00:00
  • b3a55b8b6f Remove unused procedures gingerBill 2023-01-03 18:42:13 +00:00
  • ec69101101 Convert minimum_dependency_type_info_set to use a PtrMap gingerBill 2023-01-03 18:39:37 +00:00
  • 17fa8cb6ef Add extra mutex to TypePth just in case gingerBill 2023-01-03 18:21:42 +00:00
  • 855ebceadc Minimize add_type_info_type usage gingerBill 2023-01-03 17:26:05 +00:00
  • 2720e98127 Add +ignore along with +build ignore gingerBill 2023-01-03 17:25:51 +00:00