summaryrefslogtreecommitdiff
path: root/src/lj_trace.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-0/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | 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
| |
* | Make the IR immovable after assembly.Mike Pall2016-05-221-0/+1
| | | | | | | | | | This allows embedding pointers to IR constants in the machine code. Contributed by Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | 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-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Add trace stitching.Mike Pall2013-12-251-0/+1
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Fix check for enabled JIT compiler in lj_trace.h.Mike Pall2010-11-301-2/+2
|
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-3/+2
|
* Move SIMD constants to jit_State to keep them in the low 4GB.Mike Pall2010-02-241-0/+2
|
* Rethrow errors from trace exit handling from the right C frame.Mike Pall2010-02-191-1/+1
|
* Minor cleanup of trace event handling.Mike Pall2010-02-151-1/+1
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Use fastcall for remaining 1-arg/2-arg calls from interpreter.Mike Pall2009-12-271-2/+2
| | | | Simplifies conversion to x64 calling conventions.
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-081-1/+1
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+52