summaryrefslogtreecommitdiff
path: root/src/vm_ppc.dasc (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-12PPC: Fix disassembly of rldcl/rldcr.Mike Pall1-1/+1
2012-06-12DynASM/PPC: Add missing 64 bit rotates and mtocrf/mfocrf.Mike Pall1-4/+33
2012-06-12x64: Fix DynASM defines.Mike Pall2-3/+6
2012-06-12Improved target detection for msvcbuild.bat.Mike Pall1-5/+4
2012-06-11OSX: Change dylib names to be consistent with other platforms.Mike Pall2-5/+4
2012-06-11MIPS: Cleanup interpreter.Mike Pall1-75/+75
2012-06-11PPC/e500: Cleanup interpreter.Mike Pall1-37/+37
2012-06-11PPC: Cleanup interpreter.Mike Pall1-740/+740
2012-06-11ARM: Cleanup interpreter.Mike Pall2-135/+141
2012-06-11x86/x64: More interpreter cleanups.Mike Pall1-6/+6
2012-06-11PPC: Fix interpreter state setup in callbacks.Mike Pall1-0/+2
2012-06-10Fix userdata __gc separations at state close.Mike Pall1-2/+2
2012-06-10x86/x64: Clean up interpreter.Mike Pall3-1176/+1076
2012-06-10Pass various build, arch and OS flags to DynASM.Mike Pall3-8/+48
2012-06-10CONSOLE: Minor PS3 build fixes.Mike Pall2-1/+3
2012-06-10CONSOLE: Fix PS3 build.Mike Pall12-29/+73
2012-06-09CONSOLE: Handle unimplemented features for console toolchains.Mike Pall6-2/+41
2012-06-09ARM/PPC: Detect more target arch variants. Detect console OS.Mike Pall2-8/+83
2012-06-09Avoid potential store-forwarding stalls in GC marking.Mike Pall1-9/+11
2012-06-09Fix check for minimum GCC version.Mike Pall1-6/+6
2012-06-09Reorganize build process.Mike Pall24-41378/+116
2012-06-09Add minified Lua interpreter (minilua). Used by the build process.Mike Pall3-0/+8273
2012-06-09DynASM: Compatibility with minilua.Mike Pall1-3/+14
2012-06-09FFI: Fix address calculation for refs.Mike Pall1-8/+10
2012-06-08Move lib/* to src/jit/*.Mike Pall15-4/+4
2012-06-08Correctly preserve snapshot #0 PC for root traces (insert NOP).Mike Pall1-2/+7
2012-06-08Rearrange OSX vs. iOS defines. Disable callbacks on iOS.Mike Pall7-76/+94
2012-06-07Link to LuaJIT Roadmap 2012/2013.Mike Pall1-2/+2
2012-06-06Print version and JIT status to stdout, not stderr.Mike Pall1-6/+7
2012-06-05Split-off large-file support flags to TARGET_LFSFLAGS.Mike Pall1-1/+2
2012-06-05Add uninstall target to top-level Makefile.Mike Pall1-3/+24
2012-06-04MIPS: Support generation of mips/mipsel bytecode object files.Mike Pall1-3/+7
2012-06-04FFI: Use CNEWI/FLOAD to box/access ffi.new("int", x) (for varargs).Mike Pall3-19/+23
2012-05-31Link to LuaJIT wiki.Mike Pall15-0/+36
2012-05-29FFI: Convert io.* file handle to FILE * pointer (but as a void *).Mike Pall3-11/+23
2012-05-28Fix argument checks for coroutine.create().Mike Pall1-1/+2
2012-05-23PPC/e500: Fix tailcall from fast function (esp. tostring).Mike Pall2-171/+173
2012-05-23FFI: Equality comparisons never raise an error.Mike Pall3-6/+19
2012-05-14Preserve snapshot #0 PC for root traces.Mike Pall1-0/+5
2012-05-14FFI: Don't call FreeLibrary() on our own EXE/DLL.Mike Pall1-1/+1
2012-05-10ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring).Mike Pall6-1029/+1041
2012-05-10ARM: Fix modulo operator and math.floor/ceil for inf/nan.Mike Pall1-0/+2
2012-05-10ARM: Fix tonumber() argument check.Mike Pall2-2/+5
2012-05-09RELEASE LuaJIT-2.0.0-beta10v2.0.0-beta10Mike Pall9-20/+20
2012-05-09Remove stray comment.Mike Pall1-1/+1
2012-05-09Update changelog.Mike Pall1-0/+72
2012-05-09Fix typo.Mike Pall1-1/+1
2012-05-09FFI: Fix recording of test for bool result of call.Mike Pall1-7/+10
2012-05-08FFI: Don't record test for bool result of call, if ignored.Mike Pall1-1/+3
2012-05-08FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy.Mike Pall3-9/+16