Commit Graph

  • 10f91a0d3f Make base32 and base64 adhere to -strict-style gingerBill 2021-03-14 12:54:28 +00:00
  • 8cc4cba06c Add support for backslash \ to consume a newline gingerBill 2021-03-14 12:53:57 +00:00
  • 8f6439fa6b Simplify expect_semicolon_newline_error rule gingerBill 2021-03-13 23:17:56 +00:00
  • 81efd2dc64 Remove && false from test code gingerBill 2021-03-13 21:39:33 +00:00
  • b5c0c68615 Add -strict-style flag: Enforces code style stricter whilst parsing, requiring such things as trailing commas gingerBill 2021-03-13 21:20:46 +00:00
  • a60d22fefd Make trailing comma usage consistent gingerBill 2021-03-13 21:18:07 +00:00
  • 8123ff83a3 Fix is_diverging_stmt for invalid statements gingerBill 2021-03-13 15:01:23 +00:00
  • 4e2a2ac80a Fix formatting of code gingerBill 2021-03-10 10:53:30 +00:00
  • d23c10d80e Merge pull request #865 from matias-eduardo/patch_llvm_bool_return_types gingerBill 2021-03-10 09:48:57 +00:00
  • ba62bcf116 Add LLVM boolean compatibility to result types Matias Fernandez 2021-03-09 23:17:34 -04:00
  • 84bb349900 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-03-09 11:40:42 +00:00
  • 3ff7bded64 Add intrinsics.volatile_store and intrinsics.volatile_load gingerBill 2021-03-09 11:40:36 +00:00
  • 8784b79482 Merge pull request #862 from Kelimion/kelimion/master gingerBill 2021-03-06 23:15:09 +00:00
  • d0f923ba74 Merge pull request #863 from jlreymendez/dll_build_fix gingerBill 2021-03-06 23:14:55 +00:00
  • 4e8ec4ce38 Fix nullref access violation when building with no entry point Jose Luis Rey Mendez 2021-03-06 20:02:16 -03:00
  • 4f1fb73f32 Added vs code to git ignore Jose Luis Rey Mendez 2021-03-06 20:01:11 -03:00
  • cefde23232 Remove double removal of extension when using the -out option. Jeroen van Rijn 2021-03-06 23:09:15 +01:00
  • 083cec6c88 Remove dead code gingerBill 2021-03-06 16:11:54 +00:00
  • 45cd5c0b1c Remove test code gingerBill 2021-03-06 16:11:39 +00:00
  • 572b9d1b3f Fix context bug with deferred_* attributes which caused a new context to be created every time gingerBill 2021-03-06 16:11:01 +00:00
  • 0ae1b96182 Fix ir_print.cpp i32 line/column values gingerBill 2021-03-05 15:42:59 +00:00
  • 1988856eed Minimize the size of runtime.Source_Code_Location to use i32 instead of int gingerBill 2021-03-05 12:56:36 +00:00
  • 15dbc99cb9 Minimize TokenPos size by using i32 for line/column/offset and file_id instead of String gingerBill 2021-03-04 16:45:30 +00:00
  • 17eb0ce525 Minor update to math/linalg gingerBill 2021-03-03 22:18:18 +00:00
  • 619a977856 Improve math/linalg to support both f32 and f64 basic procedures for the specific*.odin files gingerBill 2021-03-03 16:44:41 +00:00
  • b727b6438b Minimize unneeded casts gingerBill 2021-03-03 14:31:17 +00:00
  • 75f127af7c Add -vet-extra (checks for unneeded casts and transmutes) gingerBill 2021-03-03 14:17:48 +00:00
  • c2794b62a9 Clean up logic for << and >> behaviour gingerBill 2021-03-02 16:48:39 +00:00
  • 4e63ab5edc Re-enable "LLVM Function Pass" gingerBill 2021-03-02 13:36:57 +00:00
  • 2a1bec9fbb Clean up lb_end_procedure_body logic gingerBill 2021-03-02 00:43:25 +00:00
  • 6faf024ab4 Remove unneeded return value from incl and excl gingerBill 2021-03-02 00:40:40 +00:00
  • 35edf45514 Add make_soa and delete_soa; Reorganize soa procedures into a separate file gingerBill 2021-03-01 18:07:09 +00:00
  • 667aa3671e Fix Addressing for SOA on store; Add intrinsics.type_struct_field_count(T) gingerBill 2021-03-01 17:54:49 +00:00
  • b428e9ee14 Improve lb_end_procedure_body logic gingerBill 2021-03-01 15:14:21 +00:00
  • 868117cddd Remove hack in lb_addr_store gingerBill 2021-03-01 12:59:17 +00:00
  • 9e0210f7f6 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-03-01 12:15:38 +00:00
  • 302742689b Patch win64 ABI problem caused by a bug in LLVM for 128 bit integers gingerBill 2021-03-01 12:15:28 +00:00
  • 6ffb4d2683 Minor changes to function pass manager in llvm_backend.cpp gingerBill 2021-02-27 17:47:57 +00:00
  • 4f298a5314 Fix LLVM -opt:2 bug for initializing global variables gingerBill 2021-02-27 15:54:22 +00:00
  • f49278b5f4 Merge pull request #855 from nakst/master gingerBill 2021-02-27 11:34:38 +00:00
  • a2557142cc Update package os for package path/filepath support on macOS gingerBill 2021-02-27 11:30:43 +00:00
  • fa09640e7e Fix slice.concatenate gingerBill 2021-02-27 10:58:10 +00:00
  • 1f9a2df42b Fix crash when a forced dependency doesn't exist gingerBill 2021-02-27 10:57:44 +00:00
  • ee04dde7c2 HACK check_unchecked_bodies further! gingerBill 2021-02-26 15:34:12 +00:00
  • 88599eeac1 Update build-m1.sh to remove unneeded macro define gingerBill 2021-02-26 15:29:41 +00:00
  • 54194af71c Fix patch (yeah... I know) gingerBill 2021-02-26 15:29:10 +00:00
  • 575c7ff031 Patch issue with minimum dependency system and how it interacts with para poly procedures gingerBill 2021-02-26 15:09:32 +00:00
  • 7b4ddd9b18 update essence API header nakst 2021-02-26 14:46:38 +00:00
  • ac155d9036 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-02-26 10:56:40 +00:00
  • d772710ae7 Add message to assert in ir_build_expr_internal gingerBill 2021-02-26 10:56:32 +00:00
  • 172fc9a46c Merge pull request #853 from ttvd/master gingerBill 2021-02-25 19:13:49 +00:00
  • 8182d9e828 Fixing a typo in llvm backend. Mykola Konyk 2021-02-25 13:13:25 -05:00
  • d0ac9f605d Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-02-25 13:17:07 +00:00
  • 3eae69effc Make USE_NEW_LLVM_ABI_SYSTEM the actual behaviour and remove the previous approach gingerBill 2021-02-25 13:17:00 +00:00
  • 53e4c536a1 Merge pull request #852 from Tetralux/fix-dll-mac gingerBill 2021-02-25 12:17:29 +00:00
  • 84deee75cc Make lb_create_enum_attribute ignore certain attributes (they are not properly supported by the actual LLVM C API) gingerBill 2021-02-25 11:39:46 +00:00
  • 82275082ff Add #force_inline parsing directly to expression statements gingerBill 2021-02-25 10:01:12 +00:00
  • fc48e9638a Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-02-25 09:55:56 +00:00
  • 4a69bfada1 Remove #force_inline for and only have #unroll for gingerBill 2021-02-25 09:55:48 +00:00
  • 4d13a43590 Enforce -llvm-api on Mac M1 gingerBill 2021-02-25 00:39:44 +00:00
  • b2fdb53e26 fix timings.cpp for M1 gingerBill 2021-02-25 00:39:26 +00:00
  • 58422711d1 Remove sret attribute in llvm_abi.cpp gingerBill 2021-02-25 00:22:47 +00:00
  • ba817d153c Get compiling on Mac Mini M1 gingerBill 2021-02-24 23:21:34 +00:00
  • 2d88c6c6a5 Begin work on aarch64 ABI for -llvm-api gingerBill 2021-02-24 16:49:19 +00:00
  • a6fdb5eb5e Add -DUSE_NEW_LLVM_ABI_SYSTEM by default to Windows build for -llvm-api gingerBill 2021-02-24 16:00:05 +00:00
  • 425bb0579e Default to -microarch:generic gingerBill 2021-02-24 15:59:31 +00:00
  • a9af8b093d Fix -build-mode:shared on Darwin Tetralux 2021-02-24 02:17:08 +00:00
  • 8f9111e552 Build tag to make all declarations within a file private to the package //+private gingerBill 2021-02-23 20:40:48 +00:00
  • 731e6ca3a6 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-02-23 20:40:09 +00:00
  • 79eb46bce3 Replace inline uses in the rest of core with #force_inline gingerBill 2021-02-23 20:39:59 +00:00
  • d39d238754 Merge pull request #851 from WalterPlinge/master gingerBill 2021-02-23 20:17:47 +00:00
  • 0e9dee62bf Update extended.odin WalterPlinge 2021-02-23 20:10:43 +00:00
  • 533dde4648 Add deprecation message for inline and no_inline to use #force_inline and #force_no_inline instead gingerBill 2021-02-23 16:22:28 +00:00
  • 6988b12012 Replace inline with #force_inline in sys/es/api.odin gingerBill 2021-02-23 16:15:37 +00:00
  • aa93305015 Replace usage of inline proc with #force_inline proc in the core library gingerBill 2021-02-23 16:14:47 +00:00
  • 41b854f192 Remove #opaque types gingerBill 2021-02-23 15:45:06 +00:00
  • 28f279329d Remove bit_field keyword and parsing logic gingerBill 2021-02-23 15:29:54 +00:00
  • fe33a64b2e Remove #opaque usage in core library gingerBill 2021-02-23 15:21:05 +00:00
  • f95185a16e Fix new flags gingerBill 2021-02-23 15:05:03 +00:00
  • 01313eec7f Add flags -ignore-warnings and -warnings-as-errors gingerBill 2021-02-23 14:59:28 +00:00
  • a1693c0184 Deprecate inline for in favour of #unroll for gingerBill 2021-02-23 14:45:15 +00:00
  • 657c0ac4f5 Update odin/parser gingerBill 2021-02-23 14:38:46 +00:00
  • 908a403d78 Add #force_inline, #force_no_inline and #unroll for the transition to deprecate and then remove the keywords inline and no_inline inline for will be replaced with #unroll for gingerBill 2021-02-23 14:37:05 +00:00
  • 28ed310f31 Remove "pure" and "pure_none" calling conventions gingerBill 2021-02-23 13:10:23 +00:00
  • a652c24ac3 Remove opaque keyboard gingerBill 2021-02-23 13:02:18 +00:00
  • 595885d3db Remove bit_field in type info, runtime, and general core library gingerBill 2021-02-19 11:36:23 +00:00
  • efdee0dafb Remove bit_field type from Odin (keyword and dead runtime code still exists) gingerBill 2021-02-19 11:31:14 +00:00
  • f332cf498d Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-02-19 00:05:02 +00:00
  • 6ae619c0a6 Add to package math/bits bitfield_extract and bitfield_insert gingerBill 2021-02-19 00:04:48 +00:00
  • 7ea86f9c91 Merge pull request #844 from DanielGavin/master gingerBill 2021-02-12 22:44:22 +00:00
  • 0f11c47579 set the correct allocators and ignore the previous and parent directory in readdir. DanielGavin 2021-02-12 23:22:53 +01:00
  • 5cced38a6e Add kernel32 memory api gingerBill 2021-02-11 15:31:51 +00:00
  • d5dfa14f18 Clear up fmt.wprint* length logic gingerBill 2021-02-11 10:44:38 +00:00
  • fa02dc9736 Fix #840 gingerBill 2021-02-11 10:15:58 +00:00
  • 92431c83ec Change default_temp_allocator_proc behaviour to use the default_allocator when the backing data has not been set. gingerBill 2021-02-09 14:00:59 +00:00
  • f5418837f0 Minor style clean up gingerBill 2021-02-04 15:02:07 +00:00
  • 825c5a963f Improve fmt's %#v behaviour for nested records gingerBill 2021-02-04 14:52:23 +00:00
  • f50ea36c70 Fix miscorrect type usage gingerBill 2021-02-04 14:24:42 +00:00
  • de9b6e3f6e Correct sys/win32 to match sys/windows gingerBill 2021-02-04 13:50:48 +00:00
  • 415379e1cf Fix delete_map gingerBill 2021-02-02 16:30:34 +00:00