Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | |||||
* | Switch build system to rolling releases.v2.0.ROLLING | Mike Pall | 2023-08-21 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Add "proto" field to jit.util.funcinfo(). | Mike Pall | 2016-12-15 | 1 | -0/+1 |
| | | | | Backport. | ||||
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Fix jit.flush(func|true). | Mike Pall | 2013-08-11 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Remove some library functions for no-JIT/no-FFI builds. | Mike Pall | 2012-09-24 | 1 | -21/+6 |
| | |||||
* | x86: Simplify error message for CPUs lacking CMOV. | Mike Pall | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | Clean up ARM capability flags. Only set highest arch version. | Mike Pall | 2012-07-08 | 1 | -12/+8 |
| | |||||
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -8/+1 |
| | |||||
* | ARM/PPC: Detect more target arch variants. Detect console OS. | Mike Pall | 2012-06-09 | 1 | -5/+21 |
| | |||||
* | MIPS: Add MIPS32R2 compile-time/runtime CPU detection. | Mike Pall | 2012-03-30 | 1 | -1/+15 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | MIPS: Add build rules (non-functional, yet). | Mike Pall | 2011-12-15 | 1 | -0/+2 |
| | |||||
* | PPC: Add support for per-trace exit stubs. | Mike Pall | 2011-10-24 | 1 | -1/+13 |
| | |||||
* | ARM: Disable CPU detection for interpreter-only builds. | Mike Pall | 2011-09-08 | 1 | -0/+2 |
| | |||||
* | PPC: Untangle PPC vs. PPCSPE target defines. | Mike Pall | 2011-07-02 | 1 | -1/+1 |
| | |||||
* | Reorganize trace linking and track link types. | Mike Pall | 2011-06-28 | 1 | -1/+9 |
| | |||||
* | Add recursive dump option to jit.bc.dump(). | Mike Pall | 2011-06-12 | 1 | -0/+2 |
| | |||||
* | Cleanup prototype flags. | Mike Pall | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | Flatten and compress in-memory debug info (saves ~70%). | Mike Pall | 2011-06-09 | 1 | -3/+3 |
| | |||||
* | Move debugging/introspection functionality to lj_debug.c. | Mike Pall | 2011-06-07 | 1 | -3/+3 |
| | |||||
* | ARM: Add CPU detection. | Mike Pall | 2011-05-26 | 1 | -1/+25 |
| | |||||
* | Move IR_CALL* definitions to lj_ircall.h. | Mike Pall | 2011-05-22 | 1 | -0/+1 |
| | |||||
* | Cleanup of target dependencies. | Mike Pall | 2011-05-16 | 1 | -4/+1 |
| | |||||
* | Fix some portability issues with the JIT compiler. | Mike Pall | 2011-05-09 | 1 | -0/+4 |
| | |||||
* | DUALNUM: Add integer type to core VM. | Mike Pall | 2011-02-17 | 1 | -11/+14 |
| | |||||
* | Use names defined in lualib.h for library registration. | Mike Pall | 2011-02-02 | 1 | -3/+3 |
| | |||||
* | Add SSE3 CPU feature detection. | Mike Pall | 2011-02-01 | 1 | -0/+1 |
| | |||||
* | ARM: Add ARM target architecture selection (disabled). | Mike Pall | 2011-01-25 | 1 | -0/+2 |
| | |||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | Fix display of branches to exit stubs in 32 bit disassembly. | Mike Pall | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | Allow running C functions with coroutine.create(), too. | Mike Pall | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | Add jit.os string. | Mike Pall | 2010-11-16 | 1 | -0/+2 |
| | |||||
* | Show names of IR calls in disassembler output. | Mike Pall | 2010-09-15 | 1 | -1/+13 |
| | |||||
* | PPC: Add build rules and preprocessed skeleton for PPCSPE target. | Mike Pall | 2010-08-27 | 1 | -1/+3 |
| | |||||
* | Use independent hash for VM event dispatch. | Mike Pall | 2010-07-21 | 1 | -1/+4 |
| | |||||
* | Turn TValue setter macros into inline functions. | Mike Pall | 2010-04-26 | 1 | -1/+1 |
| | |||||
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 1 | -10/+9 |
| | |||||
* | Fix 64 bit conversion warnings. | Mike Pall | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Just disable JIT compiler for non-SSE2 CPUs instead of aborting. | Mike Pall | 2010-02-16 | 1 | -11/+9 |
| | |||||
* | Add generic function handling for debug modules. | Mike Pall | 2010-02-15 | 1 | -2/+5 |
| | | | | Don't call record vmevent for non-Lua functions. | ||||
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -4/+4 |
| | | | | | | | | | | | Drop call gates. Use function headers, dispatched like bytecodes. Emit BC_FUNCF/BC_FUNCV bytecode at PC 0 for all Lua functions. C functions and ASM fast functions get extra bytecodes. Modify internal calling convention: new base in BASE (formerly in RA). Can now use better C function wrapper semantics (dynamic on/off). Prerequisite for call hooks with zero-overhead if disabled. Prerequisite for compiling recursive calls. Prerequisite for efficient 32/64 bit prototype guards. |