Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -jp=fl mode and minor fixes. | Mike Pall | 2013-09-10 | 3 | -8/+19 |
| | |||||
* | Low-overhead profiler, part 5: add annotation mode for -jp. | Mike Pall | 2013-09-09 | 1 | -7/+88 |
| | |||||
* | Switch from -jp=n<top_n> to -jp=m<min_pct> as a threshold. | Mike Pall | 2013-09-09 | 1 | -7/+9 |
| | |||||
* | 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 |
| | | |||||
* | | 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 |
| | | | | | | | | | | | | 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 | 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 |
| | | |||||
| * | 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 |
| | | |||||
* | | 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 |
| | | | | | | | | Thanks to Justin Cormack. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-07-09 | 2 | -19/+40 |
|\| | |||||
| * | Add support for multilib distro builds. | Mike Pall | 2013-07-09 | 2 | -19/+40 |
| | | |||||
* | | 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 | 1 | -1/+1 |
|\| | |||||
| * | RELEASE LuaJIT-2.0.2v2.0.2 | Mike Pall | 2013-06-03 | 7 | -10/+10 |
| | | |||||
* | | 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 |
|\| | |||||
| * | FFI: Preserve intermediate string for const char * conversion. | Mike Pall | 2013-05-29 | 1 | -2/+3 |
| | | | | | | | | Otherwise the trailing NUL is lost. | ||||
* | | Refactor string buffer growth helpers. | Mike Pall | 2013-05-29 | 3 | -21/+31 |
| | | |||||
* | | Fix -jdump broken by 2ef2c34d. | Mike Pall | 2013-05-29 | 1 | -1/+6 |
| | |