aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Low-overhead profiler, part 7: console ports.Mike Pall2013-09-103-3/+25
|
* Fix non-FFI build.Mike Pall2013-09-103-6/+7
|
* Fix PS3 build.Mike Pall2013-09-101-1/+1
|
* Low-overhead profiler, part 6: documentation.Mike Pall2013-09-1015-1/+400
|
* Add -jp=fl mode and minor fixes.Mike Pall2013-09-103-8/+19
|
* Low-overhead profiler, part 5: add annotation mode for -jp.Mike Pall2013-09-091-7/+88
|
* Switch from -jp=n<top_n> to -jp=m<min_pct> as a threshold.Mike Pall2013-09-091-7/+9
|
* Merge branch 'master' into v2.1Mike Pall2013-09-081-2/+3
|\
| * FFI/x64: Fix passing of vector arguments to calls.Mike Pall2013-09-081-2/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2013-09-082-2/+2
|\|
| * FFI: Fix argument checks for ffi.string().Mike Pall2013-09-082-2/+2
| |
* | Load jit.util module on demand (saves 1 KB).Mike Pall2013-09-081-1/+7
| |
* | Low-overhead profiler, part 4: JIT compiler support.Mike Pall2013-09-0812-12/+151
| |
* | Add notice when no samples were collected by -jp.Mike Pall2013-09-081-2/+4
| |
* | Fix string.format("%#X", 1).Mike Pall2013-09-031-2/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2013-09-033-10/+17
|\|
| * Fix quoting in xedkbuild.bat.Mike Pall2013-09-031-4/+4
| |
| * Recent GCC versions need more memory.Mike Pall2013-09-031-1/+1
| |
| * Fix frame traversal for backtraces.Mike Pall2013-09-031-5/+12
| |
* | Install new jit.* modules, too.Mike Pall2013-09-021-2/+3
| |
* | Add low-overhead profiler. Part 3: command line interface.Mike Pall2013-09-021-0/+216
| |
* | Add low-overhead profiler. Part 2: low-level Lua API.Mike Pall2013-09-022-0/+142
| |
* | Add internal API to add sub-modules to package.preload.Mike Pall2013-09-022-0/+12
| |
* | Add low-overhead profiler. Part 1: interpreter, low-level C API.Mike Pall2013-09-0218-33/+558
| |
* | Add common helper for pointer to string formatting.Mike Pall2013-08-313-4/+9
| |
* | Save currently executing lua_State in g->cur_L.Mike Pall2013-08-3015-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 Pall2013-08-269-24/+31
| |
* | Merge branch 'master' into v2.1Mike Pall2013-08-221-1/+1
|\|
| * Fix compiler warning.Mike Pall2013-08-221-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-08-170-0/+0
|\|
| * Fix argument checks for math.deg()/math.rad().Mike Pall2013-08-171-6/+6
| |
* | Merge branch 'master' into v2.1Mike Pall2013-08-111-1/+1
|\|
| * Fix jit.flush(func|true).Mike Pall2013-08-111-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-08-031-10/+10
|\|
| * Compatibility fix for old GCC versions.Mike Pall2013-08-031-10/+10
| |
* | Merge branch 'master' into v2.1Mike Pall2013-07-311-7/+7
|\|
| * ARM: Fix register allocation when rematerializing FPRs.Mike Pall2013-07-311-7/+7
| |
* | Merge branch 'master' into v2.1Mike Pall2013-07-241-1/+1
|\|
| * FFI: Properly unload loaded DLLs.Mike Pall2013-07-241-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-07-181-2/+8
|\|
| * DynASM/x64: Add VREG support to mov64.Mike Pall2013-07-181-2/+8
| | | | | | | | Thanks to Peter Cawley.
* | Fix compiler warning.Mike Pall2013-07-181-6/+7
| |
* | Merge branch 'master' into v2.1Mike Pall2013-07-171-1/+1
|\|
| * Fix compilation on NetBSD/x64.Mike Pall2013-07-171-1/+1
| | | | | | | | Thanks to Justin Cormack.
* | Merge branch 'master' into v2.1Mike Pall2013-07-096-25/+51
|\|
| * Add support for multilib distro builds.Mike Pall2013-07-095-24/+50
| |
| * DynASM/x86: Add lock prefix.Mike Pall2013-06-241-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-06-201-1/+4
|\|
| * FFI: Add missing GC steps for callback argument conversions.Mike Pall2013-06-201-1/+4
| |
* | Merge branch 'master' into v2.1Mike Pall2013-06-181-3/+12
|\|