summaryrefslogtreecommitdiff
path: root/sljit
Commit message (Expand)AuthorAgeFilesLines
* fixing existing and adding new byte-order related functionszherczeg2011-12-191-0/+3
* renaming utf8 to utf, JIT compiler update, disallowing invalid utf charszherczeg2011-12-038-11/+27
* Make simple patterns work in PCRE16zherczeg2011-11-262-4/+4
* 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