aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ir.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename IR_POWI to IR_POW.Mike Pall2011-02-021-1/+1
* FFI: Record 64 bit integer divide and modulo.Mike Pall2011-02-021-7/+11
* Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.Mike Pall2011-02-021-5/+16
* FFI: Split up 64 bit x^k helper into signed/unsigned.Mike Pall2011-01-281-1/+3
* FFI: Move code for cdata arithmetic to lj_carith.c.Mike Pall2011-01-261-1/+1
* Add volatile XLOADs.Mike Pall2011-01-191-1/+2
* Differentiate between IR_KPTR and IR_KKPTR.Mike Pall2011-01-191-1/+3
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* Fix handling of floats in x86/x64 backend.Mike Pall2011-01-051-0/+1
* FFI: Record 64 bit integer arithmetic.Mike Pall2011-01-031-0/+7
* Use cdata to pass IR_KINT64 to -jdump.Mike Pall2011-01-021-0/+1
* Refactoring of conversion ops, part 5: drop TOINT/TOI64/TONUM.Mike Pall2010-12-311-13/+0
* Refactoring of conversion ops, part 4: use CONV instead of TOINT/TONUM.Mike Pall2010-12-311-0/+4
* Copy destination type for CONV from ir->t to op2, too.Mike Pall2010-12-311-5/+7
* Refactoring of conversion ops, part 2: cleanup cdata conversions.Mike Pall2010-12-301-0/+2
* Refactoring of conversion ops, part 1: add IR_CONV.Mike Pall2010-12-301-0/+11
* Use macro-map for IRT_* enum. Add IRT_FLOAT.Mike Pall2010-12-281-30/+19
* FFI: Drop IR_CNEWI. Add IR_CNEWP only for pointers/refs.Mike Pall2010-12-171-4/+2
* FFI: Add IR_CNEW/IR_CNEWI to allocate/init cdata objects.Mike Pall2010-12-111-2/+8
* FFI: Record cdata index operations (preliminary, lots of NYI cases).Mike Pall2010-12-081-2/+6
* Add IR_TOI64.Mike Pall2010-12-061-2/+6
* Use native IRT_PTR instead of IRT_LIGHTUD workaround for FILE*.Mike Pall2010-12-061-0/+3
* Add IR_XSTORE.Mike Pall2010-12-061-0/+2
* Add support for 64 bit integer arithmetic to x64 backend.Mike Pall2010-12-061-2/+7
* Add IR_KINT64.Mike Pall2010-12-051-18/+22
* Cleanup 64 bit IR type handling.Mike Pall2010-12-051-6/+15
* Rename IRT_PTR to IRT_P32.Mike Pall2010-12-051-2/+2
* Make sure to use irt_toitype() macro everywhere.Mike Pall2010-12-051-1/+0
* FFI: Add cdata object type.Mike Pall2010-11-261-1/+2
* Decouple SLOAD type and optional conversion.Mike Pall2010-10-111-5/+6
* Add IR_VLOAD for vararg loads.Mike Pall2010-09-141-1/+2
* Record vararg expressions with varargs defined off-trace.Mike Pall2010-09-131-4/+5
* Add weak guards. Emit TNEW/TDUP with a guard bit.Mike Pall2010-05-081-37/+40
* Treat the tag of a TValue as unsigned everywhere.Mike Pall2010-04-251-2/+2
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-1/+1
* No longer let the GC replace dead keys with the LJ_TDEADKEY tag.Mike Pall2010-04-211-1/+1
* Major 32/64 bit cleanups in assembler and exit handling.Mike Pall2010-02-241-3/+15
* RETF modifies BASE. Treat it like a store or it gets CSEd.Mike Pall2010-02-041-1/+2
* Compile return to lower frame. Only for Lua frames right now.Mike Pall2010-01-291-1/+1
* Eliminate IR_FRAME. Replace with KGC and TRef/SnapEntry flags.Mike Pall2010-01-271-4/+4
* Add frame and continuation flags to TRef and SnapEntry.Mike Pall2010-01-271-7/+18
* Decouple guard vs. INT check vs. TYPECHECK semantics for SLOAD.Mike Pall2010-01-191-0/+1
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* Fast forward to sync public repo.Mike Pall2009-12-081-17/+97
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+429