| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PPC: Add register assignments and type definitions. | Mike Pall | 2010-08-31 | 2 | -0/+75 |
* | Minor tweaks to integration of assembler part. | Mike Pall | 2010-08-29 | 6 | -2580/+2600 |
* | PPC: Clean up masked shift/rotate target settings. | Mike Pall | 2010-08-29 | 3 | -17/+14 |
* | PPC: Add stack frame layout for PPCSPE target. | Mike Pall | 2010-08-27 | 3 | -2/+68 |
* | Improve target architecture detection in src/Makefile. | Mike Pall | 2010-08-27 | 1 | -3/+14 |
* | PPC: Add build rules and preprocessed skeleton for PPCSPE target. | Mike Pall | 2010-08-27 | 4 | -21/+1122 |
* | PPC: Add skeleton for PowerPC interpreter. | Mike Pall | 2010-08-27 | 1 | -0/+850 |
* | Always enable check mode for DynASM (only used at build-time). | Mike Pall | 2010-08-27 | 1 | -0/+1 |
* | PPC: Add support for word-wise relocations to buildvm asm targets. | Mike Pall | 2010-08-27 | 1 | -0/+56 |
* | PPC: Add PowerPC target architecture selection. | Mike Pall | 2010-08-25 | 5 | -18/+61 |
* | Fix string.format() for non-finite numbers. | Mike Pall | 2010-08-24 | 1 | -0/+1 |
* | RELEASE LuaJIT-2.0.0-beta5v2.0.0-beta5 | Mike Pall | 2010-08-24 | 2 | -4/+4 |
* | Fix formatting of canonicalized number to string conversions. | Mike Pall | 2010-08-23 | 1 | -6/+9 |
* | Fix encoding of doubles for mixed-endian cross builds. | Mike Pall | 2010-08-09 | 1 | -1/+1 |
* | Clean up some more DynASM target dependencies. | Mike Pall | 2010-08-08 | 1 | -5/+1 |
* | Fix return from pcall within active hook. | Mike Pall | 2010-08-07 | 4 | -2968/+2979 |
* | Keep framesize in RA of FUNCC/FUNCCW instructions, too | Mike Pall | 2010-08-06 | 2 | -3/+3 |
* | Fix lua_cpcall(). Duplicate save corrupted C frame chain. | Mike Pall | 2010-08-06 | 4 | -15/+15 |
* | Fix some compiler warnings. | Mike Pall | 2010-08-03 | 1 | -3/+5 |
* | Untangle some target dependencies. | Mike Pall | 2010-08-03 | 11 | -110/+114 |
* | Use FuncState typedef in favor of struct. | Mike Pall | 2010-08-03 | 1 | -1/+1 |
* | Speed up string compares in string interning. | Mike Pall | 2010-07-21 | 2 | -6/+51 |
* | Switch to fast string hash. | Mike Pall | 2010-07-21 | 4 | -7/+25 |
* | Abstract out pointer hash to hashrot(). Tune hash constants. | Mike Pall | 2010-07-21 | 4 | -32/+32 |
* | Use independent hash for VM event dispatch. | Mike Pall | 2010-07-21 | 2 | -5/+8 |
* | Fix arg check for two-arg SSE math functions in interpreter. | Mike Pall | 2010-07-14 | 4 | -19/+19 |
* | Fix passing of constant args in FPRs on x64. | Mike Pall | 2010-07-14 | 1 | -1/+1 |
* | Rechain pseudo-resurrected string keys with colliding hashes. | Mike Pall | 2010-07-04 | 1 | -0/+12 |
* | Do not eliminate PHIs for values only referenced from side exits. | Mike Pall | 2010-06-30 | 1 | -23/+28 |
* | Fix frame setup for error handling in next(). | Mike Pall | 2010-06-28 | 4 | -2614/+2616 |
* | Fallback to metamethod resolving for tostring in print(). | Mike Pall | 2010-06-16 | 1 | -2/+9 |
* | Fix string.char() range check on x64. | Mike Pall | 2010-05-30 | 4 | -2094/+2095 |
* | Canonicalize string conversion of nan, inf, -inf. | Mike Pall | 2010-05-20 | 4 | -12/+42 |
* | Fix handling of failed fp:read(..., "*n"). | Mike Pall | 2010-05-15 | 1 | -0/+1 |
* | Avoid name clash with standard POSIX function. | Mike Pall | 2010-05-09 | 1 | -6/+6 |
* | Avoid string allocation in GDB JIT API. | Mike Pall | 2010-05-09 | 2 | -8/+11 |
* | Add weak guards. Emit TNEW/TDUP with a guard bit. | Mike Pall | 2010-05-08 | 4 | -61/+61 |
* | Create symbol table of JIT-compiled code for use with Linux perf tools. | Mike Pall | 2010-05-01 | 1 | -0/+41 |
* | Fix PHI elimination: mark right PHI as used, too. | Mike Pall | 2010-04-28 | 1 | -1/+5 |
* | Turn TValue setter macros into inline functions. | Mike Pall | 2010-04-26 | 5 | -118/+127 |
* | Treat the tag of a TValue as unsigned everywhere. | Mike Pall | 2010-04-25 | 7 | -40/+39 |
* | Avoid starting a GC cycle immediately after library init. | Mike Pall | 2010-04-25 | 2 | -2/+2 |
* | Fix TNEW in x64 interpreter. Do not force a full GC (ouch). | Mike Pall | 2010-04-25 | 4 | -359/+346 |
* | Make metamethod names proper GC roots. | Mike Pall | 2010-04-25 | 12 | -29/+26 |
* | Reorganize and fix placement of generated machine code on x64. | Mike Pall | 2010-04-25 | 1 | -53/+57 |
* | Simplify management of current trace. Drop lazy save. | Mike Pall | 2010-04-25 | 7 | -79/+80 |
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 23 | -195/+186 |
* | Simplify lexer a bit. | Mike Pall | 2010-04-24 | 1 | -14/+12 |
* | Add assertions to guard against using lua_*call on dead coroutines. | Mike Pall | 2010-04-23 | 1 | -3/+6 |
* | Avoid compiler warning. | Mike Pall | 2010-04-23 | 1 | -1/+1 |