summaryrefslogtreecommitdiff
path: root/src/lj_ir.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
|
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Add table of IR type sizes.Mike Pall2012-08-271-0/+8
|
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-0/+1
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Generate a portable vmdef.lua.Mike Pall2011-09-201-2/+2
|
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-66/+0
|
* Simplify helper routines for soft-float targets. Add POW rejoin.Mike Pall2011-05-261-1/+66
|
* Split up FP IR instructions with SPLIT pass for soft-float targets.Mike Pall2011-05-221-0/+1
|
* Move IR_CALL* definitions to lj_ircall.h.Mike Pall2011-05-221-0/+1
|
* DUALNUM: Add integer variant of MIN/MAX.Mike Pall2011-03-111-0/+12
|
* Get rid of the remaining silly cast macros from Lua.Mike Pall2011-03-101-1/+1
|
* DUALNUM: Handle integer type in JIT compiler.Mike Pall2011-03-101-26/+0
|
* FFI: Move code for cdata arithmetic to lj_carith.c.Mike Pall2011-01-261-0/+1
|
* Differentiate between IR_KPTR and IR_KKPTR.Mike Pall2011-01-191-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 Pall2011-01-091-1/+1
|
* Use cdata to pass IR_KINT64 to -jdump.Mike Pall2011-01-021-2/+12
|
* Improve uint64_t <-> FP conversions in x64 backend.Mike Pall2011-01-021-3/+3
|
* Refactoring of conversion ops, part 4: use CONV instead of TOINT/TONUM.Mike Pall2010-12-311-2/+2
| | | | Also narrow CONV.int.num and CONV.i64.num.
* Avoid compiler warnings.Mike Pall2010-12-061-1/+1
|
* Simplify lj_ir_kvalue(). Fix IR_KNULL + IRT_P64 case.Mike Pall2010-12-061-20/+9
|
* Add IR_KINT64.Mike Pall2010-12-051-42/+52
|
* Rename IRT_PTR to IRT_P32.Mike Pall2010-12-051-4/+4
|
* Turn TValue setter macros into inline functions.Mike Pall2010-04-261-1/+1
|
* Move SIMD constants to jit_State to keep them in the low 4GB.Mike Pall2010-02-241-6/+1
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Fast forward to sync public repo.Mike Pall2009-12-081-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-beta2Mike Pall2009-12-081-0/+1
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+461