Commit History

Author SHA1 Message Date
  Andy Wingo e0d022c347 Fix error when argument to < not a real 4 years ago
  Andy Wingo 83023160b1 Simplify module variable lookup slow-path 4 years ago
  Andy Wingo 4274d615cc Add new lookup, lookup-bound intrinsics 5 years ago
  Andy Wingo d6b6392cfb Rename "lookup" intrinsic to "module-variable" 5 years ago
  Andy Wingo d6b6daca37 Add intrinsics for a baseline compiler 5 years ago
  Andy Wingo d1cf892880 Optimize fixnum or s64 -> f64 conversions 6 years ago
  Andy Wingo b02d1b08d7 Compiler allocates boxed flonums in unmarked space 6 years ago
  Andy Wingo 0a3591c374 Fix fatan2 intrinsic initialization 6 years ago
  Andy Wingo b1564df298 Unbox floor/ceiling and trigonometric functions where possible 6 years ago
  Andy Wingo 382cc5c246 Add support for optimized unboxed abs and sqrt 6 years ago
  Andy Wingo 89e28df1c9 Add an inlined jit fast-path for allocate-words/immediate 6 years ago
  Andy Wingo 1fb39929f9 Reapply atomics inlining 6 years ago
  Andy Wingo 2ba50e2fe6 Revert "Inline the atomic intrinsics" 6 years ago
  Andy Wingo 230a555976 Inline the atomic intrinsics 6 years ago
  Andy Wingo d1c2d7de2f Switch to use atomic_compare_exchange_strong 6 years ago
  Mark H Weaver f65ccc6afe Fix 'atomic-box-compare-and-swap!'. 7 years ago
  Andy Wingo 6cd9b3114f Fix use of uninstalled header by installed headers 7 years ago
  Andy Wingo f2089ceee9 Add fast paths to intrinsics 7 years ago
  Andy Wingo e6304fb242 Define intrinsics for atomic ops 7 years ago
  Andy Wingo 0188bd3816 64-bit intrinsic args and return values passed indirectly on 32-bit 7 years ago
  Andy Wingo d4abe8bbed Avoid needless 64-bit args on 32-bit machines for some intrinsics 7 years ago
  Andy Wingo 11940f4c72 Update error-wrong-num-args intrinsic prototype 7 years ago
  Andy Wingo a20feea43e Continuations capture machine code address 7 years ago
  Andy Wingo b1705bd0f0 Prepare for frames having separate virtual and machine return addrs 7 years ago
  Andy Wingo 64d114817a Intrinsics take registers from thread 7 years ago
  Andy Wingo 294e627c6b Intrinsic for "prompt" 7 years ago
  Andy Wingo 8918165c40 Compile current-module as intrinsic call 7 years ago
  Andy Wingo 0faa4144d1 allocate-words intrinsic 7 years ago
  Andy Wingo 6eb4735149 Add intrinsics for error conditions (wrong num args etc) 7 years ago
  Andy Wingo 0ce9a1f870 VM throw uses intrinsics 7 years ago