summaryrefslogtreecommitdiff
path: root/dynasm/dynasm.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-10Fix -jp=a mode.Mike Pall1-2/+4
2013-09-10Low-overhead profiler, part 7: console ports.Mike Pall3-3/+25
2013-09-10Fix non-FFI build.Mike Pall3-6/+7
2013-09-10Fix PS3 build.Mike Pall1-1/+1
2013-09-10Low-overhead profiler, part 6: documentation.Mike Pall15-1/+400
2013-09-10Add -jp=fl mode and minor fixes.Mike Pall3-8/+19
2013-09-09Low-overhead profiler, part 5: add annotation mode for -jp.Mike Pall1-7/+88
2013-09-09Switch from -jp=n<top_n> to -jp=m<min_pct> as a threshold.Mike Pall1-7/+9
2013-09-08FFI/x64: Fix passing of vector arguments to calls.Mike Pall1-2/+3
2013-09-08FFI: Fix argument checks for ffi.string().Mike Pall2-2/+2
2013-09-08Load jit.util module on demand (saves 1 KB).Mike Pall1-1/+7
2013-09-08Low-overhead profiler, part 4: JIT compiler support.Mike Pall12-12/+151
2013-09-08Add notice when no samples were collected by -jp.Mike Pall1-2/+4
2013-09-03Fix string.format("%#X", 1).Mike Pall1-2/+2
2013-09-03Fix quoting in xedkbuild.bat.Mike Pall1-4/+4
2013-09-03Recent GCC versions need more memory.Mike Pall1-1/+1
2013-09-03Fix frame traversal for backtraces.Mike Pall1-5/+12
2013-09-02Install new jit.* modules, too.Mike Pall1-2/+3