Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add table of IR type sizes. | Mike Pall | 2012-08-27 | 1 | -0/+8 |
| | |||||
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -0/+1 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Generate a portable vmdef.lua. | Mike Pall | 2011-09-20 | 1 | -2/+2 |
| | |||||
* | Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian. | Mike Pall | 2011-06-03 | 1 | -66/+0 |
| | |||||
* | Simplify helper routines for soft-float targets. Add POW rejoin. | Mike Pall | 2011-05-26 | 1 | -1/+66 |
| | |||||
* | Split up FP IR instructions with SPLIT pass for soft-float targets. | Mike Pall | 2011-05-22 | 1 | -0/+1 |
| | |||||
* | Move IR_CALL* definitions to lj_ircall.h. | Mike Pall | 2011-05-22 | 1 | -0/+1 |
| | |||||
* | DUALNUM: Add integer variant of MIN/MAX. | Mike Pall | 2011-03-11 | 1 | -0/+12 |
| | |||||
* | Get rid of the remaining silly cast macros from Lua. | Mike Pall | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | DUALNUM: Handle integer type in JIT compiler. | Mike Pall | 2011-03-10 | 1 | -26/+0 |
| | |||||
* | FFI: Move code for cdata arithmetic to lj_carith.c. | Mike Pall | 2011-01-26 | 1 | -0/+1 |
| | |||||
* | Differentiate between IR_KPTR and IR_KKPTR. | Mike Pall | 2011-01-19 | 1 | -6/+8 |
| | | | | | | | IR_KPTR holds a const pointer to possibly non-const content. IR_KKPTR holds a const pointer to definitely const content. Note that only content known by the VM to be const qualifies. Content tagged as const by users (e.g. const char *) doesn't. | ||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | Use cdata to pass IR_KINT64 to -jdump. | Mike Pall | 2011-01-02 | 1 | -2/+12 |
| | |||||
* | Improve uint64_t <-> FP conversions in x64 backend. | Mike Pall | 2011-01-02 | 1 | -3/+3 |
| | |||||
* | Refactoring of conversion ops, part 4: use CONV instead of TOINT/TONUM. | Mike Pall | 2010-12-31 | 1 | -2/+2 |
| | | | | Also narrow CONV.int.num and CONV.i64.num. | ||||
* | Avoid compiler warnings. | Mike Pall | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | Simplify lj_ir_kvalue(). Fix IR_KNULL + IRT_P64 case. | Mike Pall | 2010-12-06 | 1 | -20/+9 |
| | |||||
* | Add IR_KINT64. | Mike Pall | 2010-12-05 | 1 | -42/+52 |
| | |||||
* | Rename IRT_PTR to IRT_P32. | Mike Pall | 2010-12-05 | 1 | -4/+4 |
| | |||||
* | Turn TValue setter macros into inline functions. | Mike Pall | 2010-04-26 | 1 | -1/+1 |
| | |||||
* | Move SIMD constants to jit_State to keep them in the low 4GB. | Mike Pall | 2010-02-24 | 1 | -6/+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 | -0/+36 |
| | | | | | | | | Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR. | ||||
* | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -0/+1 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+461 |