| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2013-09-08 | 1 | -2/+3 |
|\ |
|
| * | FFI/x64: Fix passing of vector arguments to calls. | Mike Pall | 2013-09-08 | 1 | -2/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-09-08 | 2 | -2/+2 |
|\| |
|
| * | FFI: Fix argument checks for ffi.string(). | Mike Pall | 2013-09-08 | 2 | -2/+2 |
* | | Load jit.util module on demand (saves 1 KB). | Mike Pall | 2013-09-08 | 1 | -1/+7 |
* | | Low-overhead profiler, part 4: JIT compiler support. | Mike Pall | 2013-09-08 | 12 | -12/+151 |
* | | Add notice when no samples were collected by -jp. | Mike Pall | 2013-09-08 | 1 | -2/+4 |
* | | Fix string.format("%#X", 1). | Mike Pall | 2013-09-03 | 1 | -2/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-09-03 | 3 | -10/+17 |
|\| |
|
| * | Fix quoting in xedkbuild.bat. | Mike Pall | 2013-09-03 | 1 | -4/+4 |
| * | Recent GCC versions need more memory. | Mike Pall | 2013-09-03 | 1 | -1/+1 |
| * | Fix frame traversal for backtraces. | Mike Pall | 2013-09-03 | 1 | -5/+12 |
* | | Install new jit.* modules, too. | Mike Pall | 2013-09-02 | 1 | -2/+3 |
* | | Add low-overhead profiler. Part 3: command line interface. | Mike Pall | 2013-09-02 | 1 | -0/+216 |
* | | Add low-overhead profiler. Part 2: low-level Lua API. | Mike Pall | 2013-09-02 | 2 | -0/+142 |
* | | Add internal API to add sub-modules to package.preload. | Mike Pall | 2013-09-02 | 2 | -0/+12 |
* | | Add low-overhead profiler. Part 1: interpreter, low-level C API. | Mike Pall | 2013-09-02 | 18 | -33/+558 |
* | | Add common helper for pointer to string formatting. | Mike Pall | 2013-08-31 | 3 | -4/+9 |
* | | Save currently executing lua_State in g->cur_L. | Mike Pall | 2013-08-30 | 15 | -67/+89 |
* | | Use g->jit_base for on/off-trace detection. | Mike Pall | 2013-08-26 | 9 | -24/+31 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-08-22 | 1 | -1/+1 |
|\| |
|
| * | Fix compiler warning. | Mike Pall | 2013-08-22 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-08-17 | 0 | -0/+0 |
|\| |
|
| * | Fix argument checks for math.deg()/math.rad(). | Mike Pall | 2013-08-17 | 1 | -6/+6 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-08-11 | 1 | -1/+1 |
|\| |
|
| * | Fix jit.flush(func|true). | Mike Pall | 2013-08-11 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-08-03 | 1 | -10/+10 |
|\| |
|
| * | Compatibility fix for old GCC versions. | Mike Pall | 2013-08-03 | 1 | -10/+10 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-07-31 | 1 | -7/+7 |
|\| |
|
| * | ARM: Fix register allocation when rematerializing FPRs. | Mike Pall | 2013-07-31 | 1 | -7/+7 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-07-24 | 1 | -1/+1 |
|\| |
|
| * | FFI: Properly unload loaded DLLs. | Mike Pall | 2013-07-24 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-07-18 | 1 | -2/+8 |
|\| |
|
| * | DynASM/x64: Add VREG support to mov64. | Mike Pall | 2013-07-18 | 1 | -2/+8 |
* | | Fix compiler warning. | Mike Pall | 2013-07-18 | 1 | -6/+7 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-07-17 | 1 | -1/+1 |
|\| |
|
| * | Fix compilation on NetBSD/x64. | Mike Pall | 2013-07-17 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-07-09 | 6 | -25/+51 |
|\| |
|
| * | Add support for multilib distro builds. | Mike Pall | 2013-07-09 | 5 | -24/+50 |
| * | DynASM/x86: Add lock prefix. | Mike Pall | 2013-06-24 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-06-20 | 1 | -1/+4 |
|\| |
|
| * | FFI: Add missing GC steps for callback argument conversions. | Mike Pall | 2013-06-20 | 1 | -1/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-06-18 | 1 | -3/+12 |
|\| |
|
| * | Improve ULOAD forwarding for open upvalues. | Mike Pall | 2013-06-18 | 1 | -3/+12 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-06-03 | 4 | -5/+35 |
|\| |
|
| * | RELEASE LuaJIT-2.0.2v2.0.2 | Mike Pall | 2013-06-03 | 13 | -17/+17 |
| * | Update changelog. | Mike Pall | 2013-06-03 | 1 | -0/+30 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-06-03 | 3 | -9/+15 |
|\| |
|
| * | PPC: Add plt suffix for external calls from assembler code. | Mike Pall | 2013-06-03 | 3 | -9/+15 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-29 | 1 | -2/+3 |
|\| |
|