summaryrefslogtreecommitdiff
path: root/sljit
Commit message (Expand)AuthorAgeFilesLines
* opcode lengths must be private for printint and fixed some compiler warningszherczeg2012-01-241-0/+1
* JIT test prints cpu infozherczeg2012-01-176-18/+32
* JIT compiler update (rename GENERAL to SAVED)zherczeg2012-01-159-285/+283
* JIT compiler updatezherczeg2012-01-149-56/+100
* JIT compiler updatezherczeg2012-01-136-42/+196
* rename PCRE_SCHAR16 to PCRE_UCHAR16 and JIT compiler updatezherczeg2012-01-0911-112/+249
* add pcre16_callout_block and pcre16_extrazherczeg2012-01-043-12/+22
* fix signed/unsigned half load mismatches and JIT compiler updatezherczeg2012-01-0310-100/+366
* endianness fixes and JIT compiler updatezherczeg2011-12-308-10/+151
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-2816-27/+46
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-288-27/+11
* 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