Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 18 | -18/+18 |
|\ | |||||
| * | Bump copyright date. | Mike Pall | 2025-01-13 | 10 | -10/+10 |
| | | |||||
* | | Always close profiler output file. | Mike Pall | 2024-11-14 | 1 | -3/+1 |
| | | | | | | | | Reported by Guilherme Batalheiro. #1304 | ||||
* | | ARM64: Use movi to materialize FP constants. | Mike Pall | 2024-08-15 | 1 | -0/+20 |
| | | | | | | | | Thanks to Peter Cawley. #1245 | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2024-07-03 | 1 | -1/+1 |
|\| | |||||
| * | Fix typo. | Mike Pall | 2024-07-03 | 1 | -1/+1 |
| | | | | | | | | Reported by Sergey Bronnikov. #1223 | ||||
* | | OSX/iOS: Always generate 64 bit non-FAT Mach-O object files. | Mike Pall | 2024-04-19 | 1 | -121/+34 |
| | | | | | | | | Reported by Sergey Bronnikov. #1181 | ||||
* | | Show name of NYI bytecode in -jv and -jdump. | Mike Pall | 2024-04-19 | 2 | -3/+13 |
| | | | | | | | | Suggested by Sergey Kaplun. #1176 #567 | ||||
* | | Add cross-32/64 bit and deterministic bytecode generation. | Mike Pall | 2024-01-22 | 1 | -10/+21 |
| | | | | | | | | Contributed by Peter Cawley. #993 #1008 | ||||
* | | ARM64: Fix disassembly of ldp/stp offsets. | Mike Pall | 2023-11-06 | 1 | -2/+1 |
| | | | | | | | | Thanks to Peter Cawley. #1113 | ||||
* | | Add 'cc' file type for saving bytecode. | Mike Pall | 2023-10-21 | 1 | -2/+2 |
| | | | | | | | | Contributed by Sergey Bronnikov. #1105 | ||||
* | | ARM64: Fix disassembly of U12 loads. | Mike Pall | 2023-10-08 | 1 | -1/+1 |
| | | | | | | | | Thanks to Peter Cawley. #1100 | ||||
* | | ARM64: Disassemble rotates on logical operands. | Mike Pall | 2023-09-09 | 1 | -25/+17 |
| | | | | | | | | Thanks to Peter Cawley. #1076 | ||||
* | | Merge branch 'master' into v2.1v2.1.ROLLING | Mike Pall | 2023-08-21 | 5 | -5/+1 |
|\| | |||||
| * | Switch build system to rolling releases.v2.0.ROLLING | Mike Pall | 2023-08-21 | 4 | -4/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 18 | -18/+18 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2023-08-20 | 10 | -10/+10 |
| | | |||||
* | | Add -F option to override filename in jit.bcsave (luajit -b). | Mike Pall | 2022-08-15 | 1 | -7/+22 |
| | | | | | | | | Suggested by Mathias Westerdahl. | ||||
* | | OSX/iOS/ARM64: Fix generation of Mach-O object files. | Mike Pall | 2022-07-22 | 1 | -3/+3 |
| | | | | | | | | Thanks to Carlo Cabrera. | ||||
* | | OSX/iOS/ARM64: Fix bytecode embedding in Mach-O object file. | Mike Pall | 2022-07-12 | 1 | -1/+13 |
| | | | | | | | | Thanks to Carlo Cabrera. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 18 | -18/+18 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2022-01-15 | 10 | -10/+10 |
| | | |||||
* | | Windows: Fix binary output of jit.bcsave to stdout. | Mike Pall | 2021-12-17 | 1 | -0/+13 |
| | | | | | | | | Thanks to erw7. | ||||
* | | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN. | Mike Pall | 2021-09-19 | 1 | -6/+11 |
| | | | | | | | | Sponsored by OpenResty Inc. | ||||
* | | ARM: Fix symbol display in trace disassembly. | Mike Pall | 2021-09-19 | 1 | -0/+2 |
| | | |||||
* | | String buffers, part 3c: Add IRBUFHDR_WRITE mode. | Mike Pall | 2021-07-19 | 2 | -2/+2 |
| | | | | | | | | Sponsored by fmad.io. | ||||
* | | String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers. | Mike Pall | 2021-07-19 | 1 | -0/+1 |
| | | | | | | | | Sponsored by fmad.io. | ||||
* | | Add IRCONV_NONE for pass-through INT to I64/U64 type change. | Mike Pall | 2021-07-19 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-07-19 | 1 | -1/+1 |
|\| | |||||
| * | Fix jit.dump() output for IR_CONV. | Mike Pall | 2021-07-19 | 1 | -1/+1 |
| | | |||||
* | | Flush and close output file after profiling run. | Mike Pall | 2021-06-25 | 1 | -0/+1 |
| | | | | | | | | Thanks to Sergey Ostanevich. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 18 | -18/+18 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 10 | -10/+10 |
| | | |||||
* | | Fix trace exit register dump for some archs. | Mike Pall | 2021-01-02 | 1 | -2/+5 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-11-30 | 1 | -2/+1 |
|\| | |||||
| * | Fix warning. | Mike Pall | 2020-11-30 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-10-12 | 1 | -1/+1 |
|\| | |||||
* | | Add support for full-range 64 bit lightuserdata. | Mike Pall | 2020-09-30 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-22 | 1 | -1/+1 |
|\| | |||||
| * | Fix C file generation in jit.bcsave. | Mike Pall | 2020-01-22 | 1 | -1/+1 |
| | | | | | | | | Thanks to codicodi. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 18 | -18/+18 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 10 | -10/+10 |
| | | |||||
* | | MIPS: Add MIPS64 R6 port. | Mike Pall | 2020-01-20 | 4 | -61/+350 |
| | | | | | | | | | | | | Contributed by Hua Zhang, YunQiang Su from Wave Computing, and Radovan Birdic from RT-RK. Sponsored by Wave Computing. | ||||
* | | x86: Disassemble FMA3 instructions. | Mike Pall | 2018-06-05 | 1 | -1/+23 |
| | | | | | | | | Thanks to Alexander Nasonov. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-11-16 | 1 | -1/+1 |
|\| | |||||
| * | Fix saved bytecode encapsulated in ELF objects. | Mike Pall | 2017-11-16 | 1 | -1/+1 |
| | | | | | | | | Thanks to Dimitry Andric. | ||||
| * | RELEASE LuaJIT-2.0.5v2.0.5 | Mike Pall | 2017-05-01 | 4 | -4/+4 |
| | | |||||
* | | ARM64: Add big-endian support. | Mike Pall | 2017-03-30 | 2 | -4/+16 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend. | Mike Pall | 2017-02-20 | 4 | -16/+65 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 13 | -13/+13 |
|\| |