Commit Verlauf

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