| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | Fix handling of floats in x86/x64 backend. | Mike Pall | 2011-01-05 | 1 | -0/+1 |
* | FFI: Record 64 bit integer arithmetic. | Mike Pall | 2011-01-03 | 1 | -0/+7 |
* | Use cdata to pass IR_KINT64 to -jdump. | Mike Pall | 2011-01-02 | 1 | -0/+1 |
* | Refactoring of conversion ops, part 5: drop TOINT/TOI64/TONUM. | Mike Pall | 2010-12-31 | 1 | -13/+0 |
* | Refactoring of conversion ops, part 4: use CONV instead of TOINT/TONUM. | Mike Pall | 2010-12-31 | 1 | -0/+4 |
* | Copy destination type for CONV from ir->t to op2, too. | Mike Pall | 2010-12-31 | 1 | -5/+7 |
* | Refactoring of conversion ops, part 2: cleanup cdata conversions. | Mike Pall | 2010-12-30 | 1 | -0/+2 |
* | Refactoring of conversion ops, part 1: add IR_CONV. | Mike Pall | 2010-12-30 | 1 | -0/+11 |
* | Use macro-map for IRT_* enum. Add IRT_FLOAT. | Mike Pall | 2010-12-28 | 1 | -30/+19 |
* | FFI: Drop IR_CNEWI. Add IR_CNEWP only for pointers/refs. | Mike Pall | 2010-12-17 | 1 | -4/+2 |
* | FFI: Add IR_CNEW/IR_CNEWI to allocate/init cdata objects. | Mike Pall | 2010-12-11 | 1 | -2/+8 |
* | FFI: Record cdata index operations (preliminary, lots of NYI cases). | Mike Pall | 2010-12-08 | 1 | -2/+6 |
* | Add IR_TOI64. | Mike Pall | 2010-12-06 | 1 | -2/+6 |
* | Use native IRT_PTR instead of IRT_LIGHTUD workaround for FILE*. | Mike Pall | 2010-12-06 | 1 | -0/+3 |
* | Add IR_XSTORE. | Mike Pall | 2010-12-06 | 1 | -0/+2 |
* | Add support for 64 bit integer arithmetic to x64 backend. | Mike Pall | 2010-12-06 | 1 | -2/+7 |
* | Add IR_KINT64. | Mike Pall | 2010-12-05 | 1 | -18/+22 |
* | Cleanup 64 bit IR type handling. | Mike Pall | 2010-12-05 | 1 | -6/+15 |
* | Rename IRT_PTR to IRT_P32. | Mike Pall | 2010-12-05 | 1 | -2/+2 |
* | Make sure to use irt_toitype() macro everywhere. | Mike Pall | 2010-12-05 | 1 | -1/+0 |
* | FFI: Add cdata object type. | Mike Pall | 2010-11-26 | 1 | -1/+2 |
* | Decouple SLOAD type and optional conversion. | Mike Pall | 2010-10-11 | 1 | -5/+6 |
* | Add IR_VLOAD for vararg loads. | Mike Pall | 2010-09-14 | 1 | -1/+2 |
* | Record vararg expressions with varargs defined off-trace. | Mike Pall | 2010-09-13 | 1 | -4/+5 |
* | Add weak guards. Emit TNEW/TDUP with a guard bit. | Mike Pall | 2010-05-08 | 1 | -37/+40 |
* | Treat the tag of a TValue as unsigned everywhere. | Mike Pall | 2010-04-25 | 1 | -2/+2 |
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 1 | -1/+1 |
* | No longer let the GC replace dead keys with the LJ_TDEADKEY tag. | Mike Pall | 2010-04-21 | 1 | -1/+1 |
* | Major 32/64 bit cleanups in assembler and exit handling. | Mike Pall | 2010-02-24 | 1 | -3/+15 |
* | RETF modifies BASE. Treat it like a store or it gets CSEd. | Mike Pall | 2010-02-04 | 1 | -1/+2 |
* | Compile return to lower frame. Only for Lua frames right now. | Mike Pall | 2010-01-29 | 1 | -1/+1 |
* | Eliminate IR_FRAME. Replace with KGC and TRef/SnapEntry flags. | Mike Pall | 2010-01-27 | 1 | -4/+4 |
* | Add frame and continuation flags to TRef and SnapEntry. | Mike Pall | 2010-01-27 | 1 | -7/+18 |
* | Decouple guard vs. INT check vs. TYPECHECK semantics for SLOAD. | Mike Pall | 2010-01-19 | 1 | -0/+1 |
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -17/+97 |
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+429 |