aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove internal __mode = "K" and replace with safe check.Mike Pall2017-03-082-6/+13
|
* Fix annoying warning, due to deterministic binutils configuration.Mike Pall2017-03-081-3/+1
|
* MIPS: Don't use RID_GP as a scratch register.Mike Pall2017-02-201-3/+4
|
* MIPS: Fix emitted code for U32 to float conversion.Mike Pall2017-02-201-11/+7
|
* MIPS: Backport workaround for compact unwind tables.Mike Pall2017-02-202-0/+7
|
* Bump copyright date to 2017.Mike Pall2017-01-17146-147/+147
|
* Fix cross-endian jit.bcsave for MIPS target.Mike Pall2017-01-171-1/+1
|
* Add "proto" field to jit.util.funcinfo().Mike Pall2016-12-151-0/+1
| | | | Backport.
* Fix GC step size calculation.Mike Pall2016-10-131-1/+1
| | | | Thanks to Igor Ehrlich.
* ARM: Fix BLX encoding for Thumb interworking calls.Mike Pall2016-10-021-1/+1
| | | | Thanks to Charles Baylis.
* Looks like COLORTERM has gone out of fashion.Mike Pall2016-09-191-1/+2
|
* Initialize uv->immutable for upvalues of loaded chunks.Mike Pall2016-09-191-1/+3
| | | | Thanks to Peter Cawley.
* Revert "OSX: Switch to Clang as the default compiler."Mike Pall2016-07-311-4/+0
| | | | | It breaks cross-compilation to Android. And host "gcc" aliases to "clang", anyway.
* Adjust comment with defines.Mike Pall2016-07-171-7/+7
|
* Fix for cdata vs. non-cdata arithmetics/comparisons.Mike Pall2016-07-171-1/+2
| | | | Thanks to Vyacheslav Egorov.
* Fix unused vars etc. in internal Lua files.Mike Pall2016-07-175-11/+11
| | | | Thanks to François Perrad.
* Drop leftover regs in 'for' iterator assignment, too.Mike Pall2016-06-271-2/+2
|
* Fix PHI remarking in SINK pass.Mike Pall2016-06-051-3/+2
| | | | Thanks to Vyacheslav Egorov.
* Fix Valgrind suppressions.Mike Pall2016-06-031-3/+3
|
* Don't try to record outermost pcall() return to lower frame.Mike Pall2016-06-031-1/+1
|
* x86: Don't spill an explicit REF_BASE in the IR.Mike Pall2016-05-231-3/+3
| | | | Thanks to Vyacheslav Egorov.
* Add guard for obscure aliasing between open upvalues and SSA slots.Mike Pall2016-05-205-6/+8
| | | | Thanks to Peter Cawley.
* Remove assumption that lj_math_random_step() doesn't clobber FPRs.Mike Pall2016-05-201-7/+1
|
* x86/x64: Fix instruction length decoder.Mike Pall2016-05-061-3/+3
| | | | Thanks to Peter Cawley.
* Fix GCC 6 -Wmisleading-indentation warnings.Mike Pall2016-04-241-5/+10
| | | | Thanks to Roman Tsisyk.
* Fix handling of non-numeric strings in arithmetic coercions.Mike Pall2016-04-214-28/+28
| | | | Thanks to Vyacheslav Egorov.
* Whitespace.Mike Pall2016-04-181-11/+11
|
* x86/x64: Search for exit jumps with instruction length decoder.Mike Pall2016-04-181-9/+104
| | | | Contributed by Peter Cawley.
* MIPS: Fix BC_ISNEXT fallback path.Mike Pall2016-04-141-17/+17
| | | | Thanks to RT-RK.com.
* Fix recording of select(n, ...) with off-trace varargsMike Pall2016-04-031-1/+4
| | | | Thanks to Peter Cawley.
* Cygwin: Allow cross-builds to non-Cygwin targets.Mike Pall2016-04-033-8/+11
|
* MIPS: Fix use of ffgccheck delay slots in interpreter.Mike Pall2016-03-301-0/+5
|
* Windows: Remove intermediate files at end of build.Mike Pall2016-03-281-0/+2
|
* Fix display of NULL (light)userdata in -jdump.Mike Pall2016-03-281-1/+1
| | | | Thanks to Peter Cawley.
* Fix compiler warnings.Mike Pall2016-03-223-2/+3
| | | | Thanks to Demetri Obenour.
* Bump copyright date to 2016.Mike Pall2016-03-03146-149/+148
|
* Don't allocate unused 2nd result register in JIT compiler backend.Mike Pall2016-02-104-4/+4
|
* FFI: Fix SPLIT pass for CONV i64.u64.Mike Pall2015-11-261-1/+2
| | | | Thanks to Vyacheslav Egorov.
* Extend Valgrind suppressions for non-inlined C code.Mike Pall2015-11-041-0/+15
| | | | Thanks to Dennis Schridde.
* OSX: Switch to Clang as the default compiler.Mike Pall2015-10-241-18/+28
|
* iOS: Disable os.execute() when building for iOS >= 8.0.Mike Pall2015-10-242-1/+4
| | | | Thanks to Vyacheslav Egorov.
* FFI: Fix ipairs() recording.Mike Pall2015-10-241-4/+5
| | | | Thanks to Vyacheslav Egorov.
* Drop marks from replayed instructions when sinking.Mike Pall2015-10-151-1/+1
| | | | Reported by Vyacheslav Egorov.
* Flush symbol tables in jit.dump on trace flush.Mike Pall2015-10-011-0/+1
|
* Fix unsinking check.Mike Pall2015-10-011-15/+11
| | | | Reported by Elias Hogstvedt. Debugged and fixed by Vyacheslav Egorov.
* Fix Cygwin support. Note: this is not a supported target.Mike Pall2015-09-203-4/+10
| | | | Contributed by Yaakov Selkowitz.
* Properly handle OOM in trace_save().Mike Pall2015-08-201-4/+12
| | | | Thanks to Vyacheslav Egorov.
* Fix NYICF error message.Mike Pall2015-08-201-1/+1
| | | | Thanks to Vyacheslav Egorov.
* FFI: Don't propagate qualifiers into subtypes of complex.Mike Pall2015-07-171-0/+4
|
* Limit number of arguments given to io.lines() and fp:lines().Mike Pall2015-07-101-4/+11
|