Commit Graph

  • 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
  • d168c7936e Fix slices of slices in procedures for -llvm-api gingerBill 2021-01-27 15:56:32 +00:00
  • aed63a6e8b Update package reflect gingerBill 2021-01-27 15:27:59 +00:00
  • 98521618e6 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-01-27 15:27:45 +00:00
  • e64eb74eef Fix #831 gingerBill 2021-01-27 15:27:38 +00:00
  • 31528f5ea2 Merge pull request #836 from laleksic/master gingerBill 2021-01-26 12:29:33 +00:00
  • ac184957db Fix CI Luka Aleksić 2021-01-21 20:55:58 +01:00
  • 92e23ec397 * Add some procedures to path_unix to mirror the path_windows API * Add files stat_linux and dir_linux to mirror the stat/dir_windows API * Add helper functions to os_linux that are used by the above Luka Aleksić 2021-01-21 20:20:38 +01:00
  • c71c86f563 Merge pull request #821 from corruptmemory/corruptmemory/fix-for-c_vararg gingerBill 2021-01-21 16:09:50 +00:00
  • 773be83cad Merge pull request #835 from laleksic/master gingerBill 2021-01-21 16:09:20 +00:00
  • e789e1eac1 Merge pull request #834 from DanielGavin/master gingerBill 2021-01-21 16:08:30 +00:00
  • 00ebc877a1 Tracking allocator now tracks bad free calls Luka Aleksić 2021-01-21 00:19:56 +01:00
  • 3224869c29 handle expr is null in parse_binary_expr DanielGavin 2021-01-20 16:10:16 +01:00
  • 38c6182280 Merge branch 'master' of https://github.com/DanielGavin/Odin DanielGavin 2021-01-20 16:05:15 +01:00
  • 24db60eb4b Fix for c_vararg issue Jim Powers 2021-01-01 16:41:07 -05:00
  • 53d8ec4d15 Add extra error checks gingerBill 2021-01-18 11:34:09 +00:00
  • 2990b3efd5 Fix #825 gingerBill 2021-01-17 11:59:51 +00:00
  • c653e400db Add extra error checking in parser.cpp gingerBill 2021-01-15 16:15:03 +00:00
  • e884f8c165 Fix typo gingerBill 2021-01-15 15:46:15 +00:00
  • 3bcccf88d5 vet all core packages gingerBill 2021-01-09 23:43:34 +00:00
  • 9e8c46b8de Add time.Tick for performance related timings gingerBill 2021-01-09 01:08:16 +00:00
  • fba4bfb2d5 Minor cleanup of slice/slice.odin code gingerBill 2021-01-09 00:40:30 +00:00
  • 79432be784 Add the mini ginger* hashes to package hash gingerBill 2021-01-09 00:33:34 +00:00
  • 56980e51da Update package io gingerBill 2021-01-09 00:30:10 +00:00
  • 37253f2621 Add encoding/csv Writer gingerBill 2021-01-09 00:21:47 +00:00
  • da380d6fc4 Add encoding/csv Reader gingerBill 2021-01-08 23:24:35 +00:00
  • bf183b2c2c Update c/frontend/preprocessor gingerBill 2021-01-06 11:22:15 +00:00
  • a07d199a48 Add slice.map_keys, slice.map_values, slice.map_entries, slice.map_entry_infos gingerBill 2021-01-06 11:21:22 +00:00
  • fa0e4c1294 Add -no-entry-point to help gingerBill 2021-01-04 08:56:42 +00:00