summaryrefslogtreecommitdiff
path: root/sljit
Commit message (Expand)AuthorAgeFilesLines
* Retrieve executable code size support for the JIT compiler and fixing some wa...zherczeg2011-12-018-11/+27
* JIT should use pcre_malloc/pcre_free for allocation.zherczeg2011-11-192-6/+19
* Fix cache-flush issue on PowerPC, adding some comments and a check for disabl...zherczeg2011-11-063-5/+32
* Updating the JIT compilerzherczeg2011-10-3114-255/+292
* JIT compiler update: Make fast_call a separate call type. Allows call optimiz...zherczeg2011-10-079-42/+38
* A fix for signed/unsigned comparison warnings reported by Visual C++ in the J...zherczeg2011-10-013-6/+6
* JIT compiler update: MIPS III supportzherczeg2011-09-283-113/+158
* JIT compiler fix for MIPS position independent callszherczeg2011-09-221-7/+17
* Borland C++ JIT support by Dmitry Ukolovzherczeg2011-09-212-6/+14
* Small, MIPS related fix in the JIT compilerzherczeg2011-09-202-2/+11
* Small, ARM related fix in the JIT compilerzherczeg2011-09-031-0/+6
* JIT compiler sourceph102011-08-2216-0/+15903