Commit Graph

  • 028d628e9f Add extra zero init for IR gingerBill 2018-01-31 18:27:08 +00:00
  • 5e4b62acfe Fix literal gingerBill 2018-01-28 15:59:37 +00:00
  • 9366fa8e95 Simplify printing for float and complex types gingerBill 2018-01-28 15:58:34 +00:00
  • 369db3a8e3 Add __print_type to runtime gingerBill 2018-01-28 15:55:37 +00:00
  • 8c360b2a3c Reduce type info data size in IR gingerBill 2018-01-28 15:43:58 +00:00
  • b66e7bed45 Improve min-dep for Type Info gingerBill 2018-01-28 15:37:15 +00:00
  • e919482aa8 Add ir_emit_store_union_variant to reduce alloca use gingerBill 2018-01-28 15:09:07 +00:00
  • dce45e7d58 Add ODIN_DEBUG gingerBill 2018-01-28 14:42:22 +00:00
  • 1a0877e965 Fix minimum dependency generation for foreign entities gingerBill 2018-01-28 14:39:18 +00:00
  • 0361a18551 Remove old math constants gingerBill 2018-01-28 11:59:28 +00:00
  • 83d90f1463 Extra check for type_info cycle checking gingerBill 2018-01-28 09:51:52 +00:00
  • f661ae9d09 Fix issue with proc group cycles #176 gingerBill 2018-01-28 09:19:23 +00:00
  • bee4cb57f2 Fix printf bug #177 gingerBill 2018-01-28 09:13:29 +00:00
  • 53b670b889 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2018-01-28 08:59:31 +00:00
  • e2600a3e44 Fix #178 gingerBill 2018-01-28 08:59:10 +00:00
  • 25101b2ae0 Merge pull request #175 from ThisDrunkDane/windows.odin-adds gingerBill 2018-01-25 14:02:32 +00:00
  • 4e7867fcc1 More file handling functions Mikkel Hjortshoej 2018-01-25 00:00:34 +01:00
  • 101ee64165 Merge pull request #174 from ThisDrunkDane/windows.odin-adds gingerBill 2018-01-24 09:41:09 +00:00
  • 4c3e65791e added stuff to windows.odin Mikkel Hjortshoej 2018-01-24 07:26:29 +01:00
  • a9c8031b61 Fix sync_windows.odin gingerBill 2018-01-21 21:21:57 +00:00
  • afb3033913 Change thread.odin to use a rawptr rather than any gingerBill 2018-01-21 21:19:03 +00:00
  • 2ad26640a2 Revert back to gb_memmove gingerBill 2018-01-21 19:30:05 +00:00
  • 2c0b08145f Fix nested defer blocks gingerBill 2018-01-21 19:26:55 +00:00
  • aa9c9eda9e Fix boolean casting gingerBill 2018-01-21 18:41:21 +00:00
  • 1353d61894 Minor parsing change gingerBill 2018-01-21 16:45:29 +00:00
  • 88ba6d8015 enum #export gingerBill 2018-01-21 14:30:48 +00:00
  • 8b288a2072 Reimplement opt stage gingerBill 2018-01-20 16:16:59 +00:00
  • 4e90644527 Remove timing for llvm-opt gingerBill 2018-01-20 16:15:05 +00:00
  • 6651b65373 Remove need for opt gingerBill 2018-01-20 16:13:36 +00:00
  • 705352099f Remove #endif gingerBill 2018-01-20 16:10:26 +00:00
  • 2e28c9d793 Cache type size/align; Improve speed of ir_print.cpp gingerBill 2018-01-20 15:12:44 +00:00
  • 2fe660a1d7 Fix empty union IR bug gingerBill 2018-01-19 17:11:28 +00:00
  • b03ce0e9b4 Modify implicit semicolon rules gingerBill 2018-01-18 17:28:07 +00:00
  • 386f5f596d Change to HeapAlloc et al on Windows gingerBill 2018-01-18 13:11:51 +00:00
  • add53228b2 -no-bounds-check gingerBill 2018-01-18 12:22:27 +00:00
  • d90008cc52 Add basic debug information needed for stepping over code gingerBill 2018-01-18 12:12:18 +00:00
  • dbf8f9ab38 Add extra comments for clarity gingerBill 2018-01-17 21:22:45 +00:00
  • 81a99cf67b Debug fix target triple and procedure positioning gingerBill 2018-01-17 20:57:54 +00:00
  • 876af6fb02 Modify boolean conversion in IR gingerBill 2018-01-17 19:27:13 +00:00
  • b3734a5f77 Add math/rand.odin gingerBill 2018-01-17 19:09:22 +00:00
  • 419ab6f00c Named return value act as variables; Code reorganization gingerBill 2018-01-17 19:07:38 +00:00
  • 5558b55e9f Fix ir_emit_store for booleans gingerBill 2018-01-17 14:06:06 +00:00
  • 4b14d608f4 Update sys/windows.odin to use Bool :: b32; rather than i32 gingerBill 2018-01-17 14:02:19 +00:00
  • 9428d86f2b Specific sized booleans: b8, b16, b32, b64 gingerBill 2018-01-17 14:00:49 +00:00
  • ddebf0daf2 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2018-01-17 13:16:59 +00:00
  • 3a44c62ecf Remove old "macro" parsing code gingerBill 2018-01-17 13:16:43 +00:00
  • 184efd4f49 Update demo for using in gingerBill 2018-01-13 22:42:05 +00:00
  • 6b3c4cc379 Remove u128 and i128 gingerBill 2018-01-13 22:26:37 +00:00
  • 0b137e087c Fix mem.odin #173 gingerBill 2018-01-12 11:44:09 +00:00
  • 37790c13a0 Fix issue #170 gingerBill 2018-01-10 21:17:09 +00:00
  • 82057f08ce Fix issue #172 gingerBill 2018-01-10 21:13:20 +00:00
  • 1553421e1a Fix typo in error gingerBill 2018-01-01 22:15:43 +00:00
  • f3ea109e6f Fix min/max for floats gingerBill 2018-01-01 11:41:32 +00:00
  • 90dbfe7660 Fix issue #167 regarding abs, min, and, max for floats gingerBill 2017-12-27 20:35:50 +00:00
  • 125bad3154 Fix 'llvm bool' emit store gingerBill 2017-12-23 09:46:28 +00:00
  • 30c83d6c81 Fix map internals gingerBill 2017-12-23 09:30:40 +00:00
  • 4f12c118a5 Fix Type info bug for 'llvm bool' gingerBill 2017-12-23 09:06:49 +00:00
  • 423775d50e Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2017-12-22 18:14:50 +00:00
  • 860a5c3e86 "Fix" LLVM boolean bug (more like a bodge) gingerBill 2017-12-22 18:14:35 +00:00
  • 649e02f209 Add basic example to README.md gingerBill 2017-12-22 11:29:33 +00:00
  • b449305cc1 Fix free_map gingerBill 2017-12-21 21:05:53 +00:00
  • 49bee6bad0 Fix free_map gingerBill 2017-12-21 21:01:28 +00:00
  • ac277a1cce Revert map to be a value type and not a reference type (Implement code for "const ref" parameters) gingerBill 2017-12-21 20:59:23 +00:00
  • a17310a83c Fix len, cap, comparison against nil for map gingerBill 2017-12-18 20:43:02 +00:00
  • b509946b13 Fix fallthrough within a nested block gingerBill 2017-12-17 21:55:20 +00:00
  • a69ea58388 map is internally backed by a pointer (i.e. a "reference type") gingerBill 2017-12-17 19:25:35 +00:00
  • 30530d058c Remove struct #ordered gingerBill 2017-12-17 14:53:40 +00:00
  • 436928d06a Fix "using in import" gingerBill 2017-12-17 12:12:24 +00:00
  • 32a502d14e using x in bar; gingerBill 2017-12-17 11:44:26 +00:00
  • 0d665c637f using in importation statements gingerBill 2017-12-17 11:17:54 +00:00
  • 1b6a14ac39 Fix lhs < rhs bug (#164) gingerBill 2017-12-14 19:56:32 +00:00
  • 367013f589 Change Map and PtrSet grow rate gingerBill 2017-12-12 23:39:20 +00:00
  • c980a30bad Merge branch 'checker-optimizations' into explicit-overloading gingerBill 2017-12-12 21:22:46 +00:00
  • 78b459590c Print nil for nil procedures in fmt.odin gingerBill 2017-12-12 21:21:55 +00:00
  • 054e241033 Localize checker data gingerBill 2017-12-12 20:23:36 +00:00
  • f7e9649be4 Disable struct field reordering (for the time being) gingerBill 2017-12-12 18:21:40 +00:00
  • fd1f6ec75c Merge branch 'master' into explicit-overloading gingerBill 2017-12-11 11:13:22 +00:00
  • 6b0d7cb26c Fix issue #162 regarding empty unions gingerBill 2017-12-11 11:08:02 +00:00
  • 3aea08df78 Change how abs, min, max, and clamp are implemented for floats gingerBill 2017-12-11 11:06:43 +00:00
  • 3c6f90e552 Fix proc groups from import names gingerBill 2017-12-10 11:35:11 +00:00
  • 3703ca4df4 Explicit procedure group; Remove implicit procedure overloading gingerBill 2017-12-09 18:11:36 +00:00
  • 41b8281c73 Set type of a procedure grouping to nullptr gingerBill 2017-12-06 11:13:00 +00:00
  • acd1f83bd0 Fix procedure groupings gingerBill 2017-12-06 11:11:53 +00:00
  • ba8371104d Set procedure grouping type to t_invalid gingerBill 2017-12-06 11:01:52 +00:00
  • 991682e9fd Fix write_entire_file gingerBill 2017-12-06 10:58:02 +00:00
  • f0de994059 Make core library use procedure groupings rather than normal overloading gingerBill 2017-12-04 22:01:51 +00:00
  • ebb2a9812c Merge pull request #160 from thebirk/patch-1 gingerBill 2017-12-04 15:07:09 +00:00
  • 265c05927f Added skip for Entity_ProcedureGrouping Aleksander Birkeland 2017-12-04 16:05:42 +01:00
  • 05ad38ae2d Fix procedure grouping gingerBill 2017-12-03 23:19:25 +00:00
  • 596a2c8355 Procedure grouping foo :: proc[foo16, foo32]; gingerBill 2017-12-03 23:03:40 +00:00
  • 9f52b2c283 Update demo.odin gingerBill 2017-12-03 22:28:54 +00:00
  • 8035a407a6 Remove dead code gingerBill 2017-12-03 20:59:48 +00:00
  • 97760c3fa4 Fix union_tag_size; Fix constant array of array literal printing with scalar contents gingerBill 2017-12-03 20:49:19 +00:00
  • d75291097e &x.(type) gingerBill 2017-11-30 23:09:21 +00:00
  • db632b7e22 buffer_from_slice gingerBill 2017-11-30 20:42:16 +00:00
  • 1a75dfe075 Remove vector type (will be replaced by something else in the future) gingerBill 2017-11-30 20:34:42 +00:00
  • e00d88d82e Fix issue #157 gingerBill 2017-11-30 19:53:40 +00:00
  • 04cce1826b Fix map IR bug gingerBill 2017-11-28 23:46:01 +00:00
  • cc28cda053 Fix issue #156 gingerBill 2017-11-28 22:49:34 +00:00
  • cfabc0e61f Remove using in arrays; Remove _ non-exported struct fields Start determining slow parts of the compiler gingerBill 2017-11-28 22:12:33 +00:00