Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\ | |||||
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | |||||
* | | MIPS: Fix TSETR barrier. | Mike Pall | 2016-11-16 | 1 | -1/+1 |
| | | | | | | | | Thanks to tongwell. | ||||
* | | MIPS64, part 1: Add MIPS64 support to interpreter. | Mike Pall | 2016-05-28 | 1 | -1/+1 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-14 | 1 | -17/+17 |
|\| | |||||
| * | MIPS: Fix BC_ISNEXT fallback path. | Mike Pall | 2016-04-14 | 1 | -17/+17 |
| | | | | | | | | Thanks to RT-RK.com. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-30 | 1 | -3/+6 |
|\| | |||||
| * | MIPS: Fix use of ffgccheck delay slots in interpreter. | Mike Pall | 2016-03-30 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | |||||
* | | MIPS: Add soft-float support to JIT compiler backend. | Mike Pall | 2016-02-10 | 1 | -2/+28 |
| | | |||||
* | | MIPS: Switch to dual-number mode. Fix soft-float interpreter. | Mike Pall | 2016-01-29 | 1 | -1388/+1354 |
| | | |||||
* | | MIPS soft-float, part 1: Add soft-float support to interpreter. | Mike Pall | 2015-12-17 | 1 | -219/+1137 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | Re-enable trace stitching. | Mike Pall | 2015-08-29 | 1 | -7/+3 |
| | | | | | | | | Thanks to Vyacheslav Egorov. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-12-27 | 1 | -1/+1 |
|\| | |||||
| * | MIPS: Fix excess stack growth in interpreter. | Mike Pall | 2014-12-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | |||||
* | | Fix KBASE for Lua functions below stitched fast functions. | Mike Pall | 2014-01-16 | 1 | -2/+20 |
| | | |||||
* | | Add trace stitching. | Mike Pall | 2013-12-25 | 1 | -2/+56 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-12-25 | 1 | -1/+1 |
|\| | |||||
| * | MIPS: Cosmetic fix for interpreter. | Mike Pall | 2013-12-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-12-02 | 1 | -2/+2 |
|\| | |||||
| * | x64: Fix store to upvalue for lightuserdata values. | Mike Pall | 2013-12-02 | 1 | -2/+2 |
| | | |||||
* | | Add low-overhead profiler. Part 1: interpreter, low-level C API. | Mike Pall | 2013-09-02 | 1 | -0/+14 |
| | | |||||
* | | Save currently executing lua_State in g->cur_L. | Mike Pall | 2013-08-30 | 1 | -15/+19 |
| | | | | | | | | | | | | This is only a good approximation due to deficiencies in the design of the Lua/C API. It indicates _some_ valid state that is/was executing. Also reorder L->cframe stores to achieve a synchronously consistent state. | ||||
* | | Use g->jit_base for on/off-trace detection. | Mike Pall | 2013-08-26 | 1 | -4/+6 |
| | | |||||
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -2/+2 |
| | | |||||
* | | Refactor string.rep(). | Mike Pall | 2013-04-26 | 1 | -35/+0 |
| | | |||||
* | | Replace string.len with bytecode builtin. | Mike Pall | 2013-04-26 | 1 | -7/+0 |
| | | |||||
* | | Refactor string.reverse(), string.lower(), string.upper(). | Mike Pall | 2013-04-26 | 1 | -50/+21 |
| | | |||||
* | | Compile string concatenations (BC_CAT). | Mike Pall | 2013-04-21 | 1 | -0/+1 |
| | | |||||
* | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 1 | -12/+14 |
| | | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers. | ||||
* | | Replace table.getn/foreach/foreachi with bytecode builtins. | Mike Pall | 2013-02-23 | 1 | -12/+0 |
| | | |||||
* | | Add special bytecodes for builtins. | Mike Pall | 2013-02-23 | 1 | -0/+108 |
| | | | | | | | | | | BC_ISTYPE, BC_ISNUM: fast type checks/coercions. BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key. | ||||
* | | Remove obsolete non-truncating number to integer conversions. | Mike Pall | 2013-02-23 | 1 | -6/+6 |
| | | |||||
* | | Replace math.deg/math.rad with builtin Lua function. | Mike Pall | 2013-02-22 | 1 | -6/+0 |
|/ | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Don't use stack unwinding for lua_yield(). | Mike Pall | 2012-10-09 | 1 | -1/+3 |
| | |||||
* | From Lua 5.2: Add string.rep(s, n, sep). | Mike Pall | 2012-10-07 | 1 | -1/+1 |
| | |||||
* | From Lua 5.2: Add math.log(x, base). | Mike Pall | 2012-10-07 | 1 | -1/+13 |
| | |||||
* | Fix despecialization of ITERN when already running. | Mike Pall | 2012-09-12 | 1 | -0/+3 |
| | |||||
* | Use 0/1 macro for Lua 5.2 compatibility. | Mike Pall | 2012-09-12 | 1 | -6/+6 |
| | |||||
* | MIPS: Fix calls to floor/ceil/trunc. | Mike Pall | 2012-08-19 | 1 | -1/+1 |
| | |||||
* | MIPS: Cleanup interpreter. | Mike Pall | 2012-06-11 | 1 | -75/+75 |
| | | | | Use DynASM defines instead of C defines. | ||||
* | Reorganize build process. | Mike Pall | 2012-06-09 | 1 | -0/+4224 |
Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture. |