aboutsummaryrefslogtreecommitdiff
path: root/src/lj_gdbjit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2023-12-101-1/+1
|\|
| * Fix .debug_abbrev section in GDB JIT API.Mike Pall2023-12-101-1/+1
| | | | | | | | Thanks to Dmitry Stogov. #1129
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | Cleanup some arch defines and fix builds.Mike Pall2020-06-151-1/+1
| |
* | Improve assertions.Mike Pall2020-06-151-2/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | ARM64: Add JIT compiler backend.Mike Pall2016-11-201-0/+12
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Use the GDB JIT API in a thread-safe manner.Mike Pall2016-05-031-0/+18
| | | | | | | | Thanks to Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | x64: Add LJ_GC64 mode interpreter.Mike Pall2015-05-041-2/+2
| | | | | | | | Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-10-071-0/+2
|\|
| * Fix DragonFly build (unsupported).Mike Pall2014-10-071-0/+2
| | | | | | | | Thanks to Robin Hahling, Alex Hornung and Joris Giovannangeli.
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-1/+2
| |
* | String buffer refactoring, part 2.Mike Pall2013-02-271-11/+2
|/ | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers.
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Remove fictitious Solaris define.Mike Pall2013-01-111-1/+1
|
* MIPS: Add support for GDB JIT API.Mike Pall2012-04-011-4/+14
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* PPC: Add support for GDB JIT API.Mike Pall2011-10-241-0/+21
|
* More fixes for the Solaris/x86 build. Thanks to Will Metcalf.Mike Pall2011-06-141-1/+1
|
* Flatten and compress in-memory debug info (saves ~70%).Mike Pall2011-06-091-1/+1
|
* Move debugging/introspection functionality to lj_debug.c.Mike Pall2011-06-071-4/+3
|
* ARM: Add support for GDB JIT API.Mike Pall2011-05-161-0/+12
|
* Cleanup and fix trace flush logic.Mike Pall2011-01-181-2/+1
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-1/+1
|
* Avoid string allocation in GDB JIT API.Mike Pall2010-05-091-7/+10
|
* Simplify management of current trace. Drop lazy save.Mike Pall2010-04-251-2/+2
|
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-4/+5
|
* Fix pc to line number translation for GDB JIT API.Mike Pall2010-03-011-1/+4
|
* Add frame info for x64 GDB JIT API.Mike Pall2010-02-281-3/+9
|
* Major redesign of function call handling.Mike Pall2010-02-131-4/+1
| | | | | | | | | | | 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.
* Redesign of prototype generation, part 5: colocation of protoype arrays.Mike Pall2010-02-081-1/+1
|
* 32/64 bit memory ref cleanup, part 3: GCproto ->lineinfo.Mike Pall2010-02-051-1/+1
|
* 32/64 bit memory ref cleanup, part 2: GCproto ->uvname and ->chunkname.Mike Pall2010-02-051-1/+1
|