Mike Pall
|
f05280e415
|
x86/x64: Fix instruction length decoder.
Thanks to Peter Cawley.
|
2016-05-06 12:08:00 +02:00 |
|
Mike Pall
|
7b26e9c998
|
Fix GCC 6 -Wmisleading-indentation warnings.
Thanks to Roman Tsisyk.
|
2016-04-24 17:13:45 +02:00 |
|
Mike Pall
|
2f0001fad0
|
Fix handling of non-numeric strings in arithmetic coercions.
Thanks to Vyacheslav Egorov.
|
2016-04-21 17:00:58 +02:00 |
|
Mike Pall
|
cc4f5d056a
|
Whitespace.
|
2016-04-18 13:40:49 +02:00 |
|
Mike Pall
|
73680a5fc7
|
x86/x64: Search for exit jumps with instruction length decoder.
Contributed by Peter Cawley.
|
2016-04-18 11:16:13 +02:00 |
|
Mike Pall
|
e5b5e079c3
|
MIPS: Fix BC_ISNEXT fallback path.
Thanks to RT-RK.com.
|
2016-04-14 00:14:42 +02:00 |
|
Mike Pall
|
1c6fd13dbd
|
Fix recording of select(n, ...) with off-trace varargs
Thanks to Peter Cawley.
|
2016-04-03 19:12:28 +02:00 |
|
Mike Pall
|
4ab6367b21
|
Cygwin: Allow cross-builds to non-Cygwin targets.
|
2016-04-03 19:07:19 +02:00 |
|
Mike Pall
|
62af101524
|
MIPS: Fix use of ffgccheck delay slots in interpreter.
|
2016-03-30 16:26:27 +02:00 |
|
Mike Pall
|
9531eb235b
|
Windows: Remove intermediate files at end of build.
|
2016-03-28 22:23:37 +02:00 |
|
Mike Pall
|
e23fc10883
|
Fix display of NULL (light)userdata in -jdump.
Thanks to Peter Cawley.
|
2016-03-28 22:15:13 +02:00 |
|
Mike Pall
|
7e05355a08
|
Fix install for cross-builds.
|
2016-03-22 22:22:43 +01:00 |
|
Mike Pall
|
ddadbe8099
|
Fix compiler warnings.
Thanks to Demetri Obenour.
|
2016-03-22 20:40:41 +01:00 |
|
Mike Pall
|
db1b399af1
|
Bump copyright date to 2016.
|
2016-03-03 12:02:22 +01:00 |
|
Mike Pall
|
a443889677
|
Don't allocate unused 2nd result register in JIT compiler backend.
|
2016-02-10 18:51:02 +01:00 |
|
Mike Pall
|
3d4c9f9639
|
FFI: Fix SPLIT pass for CONV i64.u64.
Thanks to Vyacheslav Egorov.
|
2015-11-26 22:25:13 +01:00 |
|
Mike Pall
|
367cba29ea
|
DynASM/x86: Add rdpmc instruction.
Thanks to Cosmin Apreutesei.
|
2015-11-04 14:04:19 +01:00 |
|
Mike Pall
|
7991a669dd
|
Extend Valgrind suppressions for non-inlined C code.
Thanks to Dennis Schridde.
|
2015-11-04 14:02:33 +01:00 |
|
Mike Pall
|
1393b2f681
|
Update build instructions.
|
2015-10-24 19:24:53 +02:00 |
|
Mike Pall
|
f416cf6a64
|
OSX: Switch to Clang as the default compiler.
|
2015-10-24 19:10:40 +02:00 |
|
Mike Pall
|
3639ff4142
|
iOS: Disable os.execute() when building for iOS >= 8.0.
Thanks to Vyacheslav Egorov.
|
2015-10-24 19:02:15 +02:00 |
|
Mike Pall
|
7579b161af
|
DynASM/x86: Restrict shld/shrd to operands with same width.
Thanks to Peter Cawley.
|
2015-10-24 18:15:44 +02:00 |
|
Mike Pall
|
9dc785e0af
|
DynASM/x86: Fix some SSE instruction templates.
Thanks to Peter Cawley.
|
2015-10-24 18:12:40 +02:00 |
|
Mike Pall
|
e5f4cb1ccb
|
FFI: Fix ipairs() recording.
Thanks to Vyacheslav Egorov.
|
2015-10-24 17:59:44 +02:00 |
|
Mike Pall
|
4808e62a9a
|
Drop marks from replayed instructions when sinking.
Reported by Vyacheslav Egorov.
|
2015-10-15 02:28:04 +02:00 |
|
Mike Pall
|
2e85af8836
|
Flush symbol tables in jit.dump on trace flush.
|
2015-10-01 16:32:30 +02:00 |
|
Mike Pall
|
ef087aa678
|
Fix unsinking check.
Reported by Elias Hogstvedt. Debugged and fixed by Vyacheslav Egorov.
|
2015-10-01 16:12:48 +02:00 |
|
Mike Pall
|
076d625dc6
|
Fix Cygwin support. Note: this is not a supported target.
Contributed by Yaakov Selkowitz.
|
2015-09-20 19:17:02 +02:00 |
|
Mike Pall
|
8715ae65c1
|
Properly handle OOM in trace_save().
Thanks to Vyacheslav Egorov.
|
2015-08-20 01:10:30 +02:00 |
|
Mike Pall
|
424940ffc3
|
Fix NYICF error message.
Thanks to Vyacheslav Egorov.
|
2015-08-20 00:49:20 +02:00 |
|
Mike Pall
|
a5b1c4d98e
|
FFI: Don't propagate qualifiers into subtypes of complex.
|
2015-07-17 23:14:21 +02:00 |
|
Mike Pall
|
575bfe5028
|
Limit number of arguments given to io.lines() and fp:lines().
|
2015-07-10 03:42:51 +02:00 |
|
Mike Pall
|
7f454aed82
|
Fix narrowing of TOBIT.
|
2015-06-10 16:14:41 +02:00 |
|
Mike Pall
|
72347895ed
|
x64: Allow building without external unwinder.
Required for PS4 SDK 2.5. Thanks to James Park.
|
2015-06-09 22:08:40 +02:00 |
|
Mike Pall
|
69e5342eb8
|
RELEASE LuaJIT-2.0.4
|
2015-05-14 20:29:31 +02:00 |
|
Mike Pall
|
cd4c59f5a2
|
Update changelog.
|
2015-05-14 20:15:09 +02:00 |
|
Mike Pall
|
9622d6b8b2
|
x86/x64: Fix argument check for bit shifts.
|
2015-05-04 06:36:16 +02:00 |
|
Mike Pall
|
11106aa833
|
Fix stack check in narrowing optimization.
Thanks to Robert Nix.
|
2015-04-28 20:28:16 +02:00 |
|
Mike Pall
|
a9fd686744
|
Doc cleanup.
|
2015-03-11 17:47:24 +01:00 |
|
Mike Pall
|
8b6af89ba7
|
Fix Lua/C API typecheck error for special indexes.
|
2015-03-05 12:19:11 +01:00 |
|
Mike Pall
|
1f578bd424
|
FFI: Fix FOLD rule for TOBIT + CONV num.u32.
Thanks to Jiale Zhi.
|
2015-03-02 17:34:06 +01:00 |
|
Mike Pall
|
5c0e33c2aa
|
ARM: Handle more arch defines.
|
2015-02-25 18:10:54 +01:00 |
|
Mike Pall
|
7ff476804e
|
Properly fail unsupported cross-compile to MIPS64.
|
2015-02-25 18:02:31 +01:00 |
|
Mike Pall
|
e6b0875a7e
|
Fix string to number conversion.
Thanks to Lesley De Cruz.
|
2015-02-22 23:07:49 +01:00 |
|
Mike Pall
|
4fa51affe8
|
x86/x64: Fix code generation for fused test/arith ops.
Thanks to Alexander Nasonov and AFL.
|
2015-02-21 21:44:41 +01:00 |
|
Mike Pall
|
704280fb80
|
FFI: Prevent DSE across ffi.string().
|
2015-02-18 16:00:15 +01:00 |
|
Mike Pall
|
dfa173b929
|
Fix lexer error for chunks without tokens.
|
2015-02-02 11:03:39 +01:00 |
|
Mike Pall
|
7f013005f6
|
Don't compile IR_RETF after CALLT to ff with-side effects.
|
2015-01-17 14:50:41 +01:00 |
|
Mike Pall
|
b876d6dada
|
OpenBSD/x86: Better executable memory allocation for W^X mode.
|
2015-01-17 12:55:04 +01:00 |
|
Mike Pall
|
86913b9bbf
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
|