summaryrefslogtreecommitdiff
path: root/src/jit
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-1510-10/+10
* Fix jit.dump() output for IR_CONV.Mike Pall2021-07-191-1/+1
* Bump copyright date.Mike Pall2021-01-0210-10/+10
* Fix warning.Mike Pall2020-11-301-2/+1
* Fix C file generation in jit.bcsave.Mike Pall2020-01-221-1/+1
* Bump copyright date.Mike Pall2020-01-2010-10/+10
* Fix saved bytecode encapsulated in ELF objects.Mike Pall2017-11-161-1/+1
* RELEASE LuaJIT-2.0.5v2.0.5Mike Pall2017-05-014-4/+4
* Bump copyright date to 2017.Mike Pall2017-01-1710-10/+10
* Fix cross-endian jit.bcsave for MIPS target.Mike Pall2017-01-171-1/+1
* Looks like COLORTERM has gone out of fashion.Mike Pall2016-09-191-1/+2
* Fix unused vars etc. in internal Lua files.Mike Pall2016-07-174-7/+7
* Fix display of NULL (light)userdata in -jdump.Mike Pall2016-03-281-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-0310-10/+10
* Flush symbol tables in jit.dump on trace flush.Mike Pall2015-10-011-0/+1
* RELEASE LuaJIT-2.0.4v2.0.4Mike Pall2015-05-144-4/+4
* Bump copyright date to 2015.Mike Pall2015-01-0510-10/+10
* Fix DragonFly build (unsupported).Mike Pall2014-10-071-1/+1
* RELEASE LuaJIT-2.0.3v2.0.3Mike Pall2014-03-124-4/+4
* Fix frame depth display for bytecode dump in -jdump.Mike Pall2014-02-281-2/+0
* Fix for -jdump docs.Mike Pall2014-02-271-0/+1
* Bump copyright date to 2014.Mike Pall2014-01-1610-10/+10
* RELEASE LuaJIT-2.0.2v2.0.2Mike Pall2013-06-034-4/+4
* RELEASE LuaJIT-2.0.1 (fixed)v2.0.1-fixedMike Pall2013-02-194-4/+4
* OSX: Add support for Mach-O object files to -b option.Mike Pall2013-02-111-1/+159
* Bump copyright date to 2013.Mike Pall2013-02-1110-10/+10
* Remove redundant code in jit/*.lua.Mike Pall2013-01-112-2/+0
* ARM: Add VFP and hard-float ABI variants to JIT compiler.Mike Pall2012-08-091-1/+2
* ARM: Add VFP instructions to ARM disassembler.Mike Pall2012-07-291-9/+154
* Drop range limit for sunk stores relative to sunk allocation.Mike Pall2012-07-041-1/+1
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-5/+10
* Allow parsing bcsave.lua (-b option) without FFI.Mike Pall2012-06-121-1/+2
* PPC: Fix disassembly of rldcl/rldcr.Mike Pall2012-06-121-1/+1
* Move lib/* to src/jit/*.Mike Pall2012-06-0811-0/+3994