Commit History

Author SHA1 Message Date
  gingerBill c9fb078c0f Handle `#c_vararg` 2 years ago
  gingerBill 1800030356 Correct deferred procedures 2 years ago
  gingerBill 43ba2c6226 Fix constant parameter passing 2 years ago
  gingerBill 09f366bec7 Correct purely named argument handling 2 years ago
  gingerBill 7c57dde255 Start work on parapoly args for new and improved 2 years ago
  gingerBill 9ec927b9e9 Try to get make everything work with parapoly 2 years ago
  gingerBill 6568625dea Fix line error printing for error messages 2 years ago
  gingerBill 2992ca5df1 Basic support for new procedure code (non-polymorphic, non-proc-group) 2 years ago
  gingerBill 151396507e Merge pull request #1309 from Yawning/fix/freebsd-syscall 2 years ago
  gingerBill ca6cef9a7d Fix wasm intrinsics; fix `len` for strings and slices 2 years ago
  gingerBill 4a75a1e839 Merge branch 'master' into separate-int-word-sizes 2 years ago
  gingerBill 8bf32ac697 Minor change to handling of propagation of errors with `---` as a value 2 years ago
  gingerBill 8693a045bb Revert "Change `intrinsics.read_cycle_counter` on ARM64" 2 years ago
  gingerBill b567679eb6 Change `intrinsics.read_cycle_counter` on ARM64 2 years ago
  gingerBill 685f7d0fea Rename `word_size` to `ptr_size` internally to make it clearer 2 years ago
  gingerBill 02a58c1247 Merge pull request #2464 from ap29600/simd_unaligned_load 2 years ago
  gingerBill 72a7b35513 Merge pull request #2450 from destroycomputers/master 2 years ago
  Andrea Piseri af63eff8d7 improve code generation for `intrinsics.unaligned_load/store` on `#simd` types 2 years ago
  gingerBill dc55e88588 Add `@(deferred_*_by_ptr=<proc>)` 2 years ago
  destroycomputers b6f356c211 Fix intrinsics.alloca code generation 2 years ago
  gingerBill 8dc70f797c Increase use of `temporary_allocator()` where possible 2 years ago
  gingerBill c1c7128634 Minimize severe memory usage by enforcing the `heap_allocator()` in places 2 years ago
  gingerBill 233f47cc99 Fix #2329 2 years ago
  gingerBill c08809e29d Improve handling of passing constants to implicit immutable const ref parameters 2 years ago
  gingerBill 8a16fd7699 Rename built-in procedure to `expand_values` 2 years ago
  gingerBill 0324281634 Enforce dynamic map calls for the time being 2 years ago
  gingerBill de0a3e0ab9 Minor change to `byval` for readonly parameters 2 years ago
  gingerBill 881ef69063 Use `~{}` syntax 2 years ago
  gingerBill 761a19689d Escape `$` in asm 2 years ago
  gingerBill 5d397804f7 Fix #2286 by printing an error correctly 2 years ago