Commit History

Author SHA1 Message Date
  Mike Pall 0c8696dfbf No need for L argument to lj_str_initbuf(). 14 years ago
  Mike Pall 287de611a2 FFI: Support __tostring metamethod for pointers to structs, too. 14 years ago
  Mike Pall a58eb604f4 Make .eh_frame section read-write on Solaris. 14 years ago
  Mike Pall 27d8d3b5d9 Fix check for missing arguments in string.format(). 14 years ago
  Mike Pall b6a7fc5330 Cleanup prototype flags. 14 years ago
  Mike Pall 96cc99bd6a Remove bogus assertion for GC estimate vs. threshold. 14 years ago
  Mike Pall 8c32b38ca3 Flatten and compress in-memory debug info (saves ~70%). 14 years ago
  Mike Pall 585cf05dbd Move debugging/introspection functionality to lj_debug.c. 14 years ago
  Mike Pall b44ccd4263 Fix compiler warning. 14 years ago
  Mike Pall a0840d2695 FFI: Print NULL pointers as "cdata<... *>: NULL". 14 years ago
  Mike Pall a7ca722dca FFI: Show address pointed to for tostring(pointer). 14 years ago
  Mike Pall 51ee3d951e Minor change to bytecode penalty code for consistency. 14 years ago
  Mike Pall f50d8986d8 Fix data-flow analysis for BC_UCLO. 14 years ago
  Mike Pall 22946f268b FFI: Change tonumber(cdata) semantics. Return nil for non-numbers. 14 years ago
  Mike Pall a48058a791 ARM: Add fast assembler implementation of floor/ceil/trunc. 14 years ago
  Mike Pall a175754ab7 PPC: Add lj_vm_floor which is callable from C. 14 years ago
  Mike Pall 7ad4908a48 ARM: Fuse XLOAD/XSTORE operands. 14 years ago
  Mike Pall b88eaa11f3 Add stdint.h replacement for Symbian. Sigh. 14 years ago
  Mike Pall 8c5935000d Add narrowing of modulo operator. 14 years ago
  Mike Pall eec28aa9fd Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian. 14 years ago
  Mike Pall 77bb8de93d ARM: Disable C++ exception catching on Symbian. 14 years ago
  Mike Pall 84e33332a7 ARM: Enable JIT compiler (except for iOS). 14 years ago
  Mike Pall 5d82cfd091 ARM: Add ARM-specific assembler backend. 14 years ago
  Mike Pall fff2fb31f9 ARM: Don't generate unaligned XLOADs. 14 years ago
  Mike Pall a770bf3741 Many soft-float-related fixes to SPLIT pass and assembler backend. 14 years ago
  Mike Pall 9e153003b4 ARM: Catch C++ exceptions in interpreter frames. 14 years ago
  Mike Pall 8dd09d5041 DUALNUM: Fix missing type check for loop index slot. 14 years ago
  Mike Pall 2d0b32500e ARM: Tune rematerialization scheduler. 14 years ago
  Mike Pall 865ec114a7 FFI: Fix recording of casts from 32 bit pointers to integers. 14 years ago
  Mike Pall a522087371 x86/x64: Minor cleanup in assembler backend. 14 years ago