aboutsummaryrefslogtreecommitdiff
path: root/src/lj_snap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix handling of number constants in snapshots in SPLIT pass.Mike Pall2011-05-271-2/+3
* Split up FP IR instructions with SPLIT pass for soft-float targets.Mike Pall2011-05-221-2/+2
* Cleanup of target dependencies.Mike Pall2011-05-161-2/+6
* ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling.Mike Pall2011-05-161-8/+19
* Fix some portability issues with the JIT compiler.Mike Pall2011-05-091-1/+4
* Fix data-flow analysis for BC_ITERC.Mike Pall2011-03-191-1/+2
* DUALNUM: Handle integer type in JIT compiler.Mike Pall2011-03-101-1/+2
* Eliminate dead slots in snapshots using bytecode data-flow analysis.Mike Pall2011-02-221-15/+128
* DUALNUM: Add integer type to core VM.Mike Pall2011-02-171-1/+1
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* Record calls to vararg functions.Mike Pall2010-09-121-4/+3
* Turn some lua_State fields into 32 bit pointers.Mike Pall2010-09-091-3/+3
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-4/+4
* Fix setup of RD when dispatching to function headers after exit.Mike Pall2010-04-091-3/+0
* Don't copy SNAP_NORESTORE mark into loops and suppress restore in exit.Mike Pall2010-04-081-1/+1
* Restore MULTRES for snapshots pointing to CALLM etc. bytecodes.Mike Pall2010-03-131-1/+8
* Major 32/64 bit cleanups in assembler and exit handling.Mike Pall2010-02-241-0/+10
* Don't eliminate SLOAD restores across RETF.Mike Pall2010-02-231-3/+11
* Rethrow errors from trace exit handling from the right C frame.Mike Pall2010-02-191-1/+5
* Drop obsolete shadow frame link stack.Mike Pall2010-02-181-7/+31
* Minor cleanup of trace event handling.Mike Pall2010-02-151-3/+3
* Drop frame clearing in exit handling and JIT compiled code.Mike Pall2010-02-111-4/+0
* Add shadow frame link stack for trace recorder.Mike Pall2010-02-041-38/+15
* Eliminate IR_FRAME. Replace with KGC and TRef/SnapEntry flags.Mike Pall2010-01-271-28/+29
* Add frame and continuation flags to TRef and SnapEntry.Mike Pall2010-01-271-6/+7
* Compress snapshots using a simple, extensible 1D-compression.Mike Pall2010-01-261-116/+131
* Fill gaps in frames (caused by metamethod calls) with nil.Mike Pall2010-01-261-2/+2
* Use dedicated type for snapshot map entry.Mike Pall2010-01-251-12/+13
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* Fast forward to sync public repo.Mike Pall2009-12-081-16/+12
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+286