Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Workaround for MinGW headers lacking some exception definitions. | Mike Pall | 2016-05-20 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2016-05-20 | 1 | -7/+1 |
|\ | |||||
| * | Remove assumption that lj_math_random_step() doesn't clobber FPRs. | Mike Pall | 2016-05-20 | 1 | -7/+1 |
| | | |||||
* | | Fix dependencies. | Mike Pall | 2016-05-19 | 1 | -13/+13 |
| | | |||||
* | | Windows/x86: Add full exception interoperability. | Mike Pall | 2016-05-07 | 6 | -14/+147 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-05-06 | 1 | -3/+3 |
|\| | |||||
| * | x86/x64: Fix instruction length decoder. | Mike Pall | 2016-05-06 | 1 | -3/+3 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Use the GDB JIT API in a thread-safe manner. | Mike Pall | 2016-05-03 | 1 | -0/+18 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers. | Mike Pall | 2016-04-24 | 4 | -16/+9 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-24 | 2 | -7/+16 |
|\| | |||||
| * | Fix GCC 6 -Wmisleading-indentation warnings. | Mike Pall | 2016-04-24 | 1 | -5/+10 |
| | | | | | | | | Thanks to Roman Tsisyk. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-21 | 4 | -28/+28 |
|\| | |||||
| * | Fix handling of non-numeric strings in arithmetic coercions. | Mike Pall | 2016-04-21 | 4 | -28/+28 |
| | | | | | | | | Thanks to Vyacheslav Egorov. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-18 | 1 | -11/+11 |
|\| | |||||
| * | Whitespace. | Mike Pall | 2016-04-18 | 1 | -11/+11 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-18 | 1 | -9/+104 |
|\| | |||||
| * | x86/x64: Search for exit jumps with instruction length decoder. | Mike Pall | 2016-04-18 | 1 | -9/+104 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Rewrite memory block allocator. | Mike Pall | 2016-04-18 | 1 | -85/+170 |
| | | | | | | | | | | | | Use a mix of linear probing and pseudo-random probing. Workaround for 1GB MAP_32BIT limit on Linux/x64. Now 2GB with !LJ_GC64. Enforce 128TB LJ_GC64 limit for > 47 bit memory layouts (ARM64). | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-14 | 1 | -17/+17 |
|\| | |||||
| * | MIPS: Fix BC_ISNEXT fallback path. | Mike Pall | 2016-04-14 | 1 | -17/+17 |
| | | | | | | | | Thanks to RT-RK.com. | ||||
* | | x64/LJ_GC64: Fix BC_UCLO check for fast-path. | Mike Pall | 2016-04-13 | 1 | -1/+1 |
| | | | | | | | | Thanks to Vyacheslav Egorov. | ||||
* | | x86: Improve disassembly of BMI2 instructions. | Mike Pall | 2016-04-05 | 1 | -4/+4 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-03 | 1 | -1/+4 |
|\| | |||||
| * | Fix recording of select(n, ...) with off-trace varargs | Mike Pall | 2016-04-03 | 1 | -1/+4 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-03 | 3 | -8/+11 |
|\| | |||||
| * | Cygwin: Allow cross-builds to non-Cygwin targets. | Mike Pall | 2016-04-03 | 3 | -8/+11 |
| | | |||||
* | | Windows/x64/LJ_GC64: Fix math.frexp() and math.modf() (again). | Mike Pall | 2016-03-31 | 1 | -5/+4 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-30 | 1 | -3/+6 |
|\| | |||||
| * | MIPS: Fix use of ffgccheck delay slots in interpreter. | Mike Pall | 2016-03-30 | 1 | -0/+5 |
| | | |||||
* | | x86: Generate BMI2 shifts and rotates, if available. | Mike Pall | 2016-03-28 | 5 | -7/+51 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | x86: Detect BMI2 instruction support. | Mike Pall | 2016-03-28 | 4 | -1/+10 |
| | | |||||
* | | x64/LJ_GC64: Fix JIT glue code in interpreter. | Mike Pall | 2016-03-28 | 1 | -12/+12 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-28 | 1 | -0/+2 |
|\| | |||||
| * | Windows: Remove intermediate files at end of build. | Mike Pall | 2016-03-28 | 1 | -0/+2 |
| | | |||||
* | | Fix compiler warnings. | Mike Pall | 2016-03-28 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-28 | 1 | -1/+1 |
|\| | |||||
| * | Fix display of NULL (light)userdata in -jdump. | Mike Pall | 2016-03-28 | 1 | -1/+1 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Fix formatting of some small denormals at low precision. | Mike Pall | 2016-03-28 | 1 | -0/+1 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-22 | 3 | -2/+3 |
|\| | |||||
| * | Fix compiler warnings. | Mike Pall | 2016-03-22 | 3 | -2/+3 |
| | | | | | | | | Thanks to Demetri Obenour. | ||||
* | | ARM: Fix build problem with external frame unwinding. | Mike Pall | 2016-03-15 | 1 | -1/+0 |
| | | |||||
* | | MIPS soft-float: Fix code generation for HREF. | Mike Pall | 2016-03-10 | 1 | -2/+1 |
| | | |||||
* | | RELEASE LuaJIT-2.1.0-beta2v2.1.0-beta2 | Mike Pall | 2016-03-03 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 158 | -159/+159 |
|\| | |||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 146 | -149/+148 |
| | | |||||
* | | Fix Android/x86 build. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | |||||
* | | Fix build with JIT disabled. | Mike Pall | 2016-03-01 | 2 | -4/+0 |
| | | | | | | | | Thanks to Peter Melnichenko. | ||||
* | | Use internal implementation for converting FP numbers to strings. | Mike Pall | 2016-02-26 | 11 | -121/+627 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Windows/x64/LJ_GC64: Fix math.frexp() and math.modf(). | Mike Pall | 2016-02-22 | 1 | -0/+8 |
| | | | | | | | | Thanks to Eddie Edwards. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-02-10 | 3 | -3/+3 |
|\| |