Historique des commits

Auteur SHA1 Message Date
  Andy Wingo 27669781b7 More precise value representations for bv-contents, $code il y a 1 an
  Andy Wingo dc4fe9741f Add new $calli expression type. il y a 3 ans
  Andy Wingo 4fcd643adb Refactor send and receive shuffles in slot allocation il y a 3 ans
  Andy Wingo 8fab68f8b1 Move live variable computation routines to utils and graphs. il y a 3 ans
  Andy Wingo 8aacaad96a Allow $kargs as entry of $kfun il y a 3 ans
  Andy Wingo cd5ab6377b Add $switch CPS term kind il y a 4 ans
  Ludovic Courtès 7e7d8b778c Remove duplicate procedure in slot-allocation.scm. il y a 5 ans
  Andy Wingo d1cf892880 Optimize fixnum or s64 -> f64 conversions il y a 5 ans
  Andy Wingo b1564df298 Unbox floor/ceiling and trigonometric functions where possible il y a 5 ans
  Andy Wingo 382cc5c246 Add support for optimized unboxed abs and sqrt il y a 5 ans
  Andy Wingo 73a769fc2b Add support no closure in $callk il y a 5 ans
  Andy Wingo f6c07e4eb2 Add compiler support for eliding closure bindings il y a 5 ans
  Andy Wingo 39729e8448 Rename $closure to $const-fun il y a 6 ans
  Andy Wingo 950a762dc2 Multiple-value returns now start from slot 0, not slot 1 il y a 6 ans
  Andy Wingo 043432fd57 Reserve frame word for machine return address il y a 6 ans
  Andy Wingo b1705bd0f0 Prepare for frames having separate virtual and machine return addrs il y a 6 ans
  Andy Wingo 9f98b4a5b1 Add $code CPS expression type il y a 6 ans
  Andy Wingo 21d5897b4c Instruction explosion for char->integer il y a 6 ans
  Andy Wingo 91d0db1bf7 Add VM ops needed for string-ref il y a 6 ans
  Andy Wingo 39fb7e540b CPS conversion lowers string-length il y a 6 ans
  Andy Wingo 8573d94404 Remove optimizer and backend support for bv-u8-ref et al il y a 7 ans
  Andy Wingo 4829cb3ce9 Add assume-u64 and assume-s64 dataflow restrictions il y a 7 ans
  Andy Wingo 73f55cb9ae Rename gc-pointer-ref to pointer-ref il y a 7 ans
  Andy Wingo 13cafca168 Add raw u8-ref, etc instructions il y a 7 ans
  Andy Wingo d355b42a3e Add optimizer and backend support for gc-pointer-ref il y a 7 ans
  Andy Wingo 6e100c9ba6 CPS pass now expects exploded vector primitives il y a 7 ans
  Andy Wingo 06cf66d6cc Mark word-ref and word-ref/immediate as producing U64 values il y a 7 ans
  Andy Wingo 8248649966 Simplify prompt slot allocation now that bailouts can't continue il y a 7 ans
  Andy Wingo ad55ee83c3 $throw is a new kind of CPS term il y a 7 ans
  Andy Wingo de5c81b1d1 Fix add-prompt-control-flow-edges for terms with no continuation il y a 7 ans