summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* luajit2: add morphologybaserock/morphRichard Maw2012-05-311-0/+12
| | | | | | This uses the amalg build target so more optimisations are possible, but this increases build time and memory requirements. This took 2.5 minutes on the ARM build machine.
* RELEASE LuaJIT-2.0.0-beta10v2.0.0-beta10Mike Pall2012-05-099-20/+20
|
* Remove stray comment.Mike Pall2012-05-091-1/+1
|
* Update changelog.Mike Pall2012-05-091-0/+72
|
* Fix typo.Mike Pall2012-05-091-1/+1
|
* FFI: Fix recording of test for bool result of call.Mike Pall2012-05-091-7/+10
|
* FFI: Don't record test for bool result of call, if ignored.Mike Pall2012-05-081-1/+3
|
* FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy.Mike Pall2012-05-083-9/+16
|
* Fix PHI stack slot syncing.Mike Pall2012-05-078-5/+97
|
* FFI: Use correct PC in FFI metamethod error message.Mike Pall2012-05-051-0/+1
|
* Add links to LuaJIT mailing list.Mike Pall2012-05-0414-12/+37
|
* Disable loading bytecode with an extra header (BOM or #!).Mike Pall2012-05-032-1/+18
|
* ARM: Fix compilation of math.sinh/cosh/tanh.Mike Pall2012-04-302-4/+4
|
* ARM: Fix rejoin of pow in SPLIT pass.Mike Pall2012-04-301-1/+1
|
* ARM: Handle all CALL* ops with double results in SPLIT pass.Mike Pall2012-04-291-0/+2
|
* Add more comparison variants to Valgrind suppressions file.Mike Pall2012-04-262-1/+12
|
* ARM/FFI: Invoke SPLIT pass for double args in FFI call.Mike Pall2012-04-261-0/+2
|
* ARM: Fix conditional branch fixup for OBAR.Mike Pall2012-04-261-2/+2
|
* ARM: Fix register allocation for ldrd-optimized HREFK.Mike Pall2012-04-261-1/+2
|
* ARM: Reorder type/value tests to silence Valgrind.Mike Pall2012-04-263-17/+16
|
* FFI: Clarify docs wrt. 'local ffi = ...' and the interactive prompt.Mike Pall2012-04-191-0/+5
|
* Update changelog.Mike Pall2012-04-191-1/+7
|
* Add required PHIs for implicit conversions (via XREF fwd).Mike Pall2012-04-191-21/+29
|
* FFI: Fix result type of pointer difference.Mike Pall2012-04-171-1/+1
|
* Fix dependencies.Mike Pall2012-04-171-1/+2
|
* FFI: Fix blacklisting of C functions calling callbacks.Mike Pall2012-04-121-0/+3
|
* Make lua_concat() work from C hook with partial frame.Mike Pall2012-04-122-2/+7
|
* Fix DSE of USTORE. Have to remove OBAR, too.Mike Pall2012-04-111-0/+13
|
* Fix bytecode JMP slot range after const + and/or optimization.Mike Pall2012-04-111-12/+15
|
* Limit number of userdata __gc separations at state close.Mike Pall2012-04-111-1/+3
|
* Ensure running __gc of userdata created in __gc at state close.Mike Pall2012-04-111-2/+7
|
* Fix discharge order of comparisons in Lua parser.Mike Pall2012-04-091-2/+3
|
* MIPS: Update docs.Mike Pall2012-04-021-1/+1
|
* MIPS: Add support for GDB JIT API.Mike Pall2012-04-011-4/+14
|
* FFI: Fix symbol resolving error messages on Windows.Mike Pall2012-03-311-6/+11
|
* FFI: Fix resolving of function name redirects on Windows/x86.Mike Pall2012-03-311-3/+4
|
* MIPS: Integrate and enable JIT compiler.Mike Pall2012-03-3010-25/+2308
|
* MIPS: Add MIPS32R2 compile-time/runtime CPU detection.Mike Pall2012-03-302-1/+21
|
* MIPS: Interpreter/JIT integrationMike Pall2012-03-302-219/+577
|
* PPC: Use builtin D-Cache/I-Cache sync code.Mike Pall2012-03-294-420/+458
|
* PPC: Fix HREFK code generation for huge tables.Mike Pall2012-03-291-3/+3
|
* PPC: Fix fusion of floating-point XLOAD/XSTORE.Mike Pall2012-03-291-3/+4
|
* Fix OSX build issues. Bump minimum required OSX version to 10.4Mike Pall2012-03-282-8/+11
| | | | | Only set MACOSX_DEPLOYMENT_TARGET to 10.4 if not set. Always force -fno-stack-protector.
* Replace unwind.h definitions with our own.Mike Pall2012-03-251-19/+63
|
* FFI: Change ffi.load() library name resolution for Cygwin.Mike Pall2012-03-211-3/+20
|
* Avoid recursive GC steps after GC-triggered trace exit.Mike Pall2012-03-201-3/+5
|
* Fix compilation on OpenBSD.Mike Pall2012-03-152-3/+3
| | | | Thanks to Laurence Tratt.
* Add missing mcode limit check in assembler backend.Mike Pall2012-03-121-1/+3
|
* FFI: Finalize cdata before userdata when closing the state.Mike Pall2012-03-051-1/+1
|
* Fix argument error handling on Lua stacks without a frame.Mike Pall2012-02-221-0/+2
|