summaryrefslogtreecommitdiff
path: root/sljit
Commit message (Expand)AuthorAgeFilesLines
* JIT compiler update.zherczeg2012-11-197-39/+81
* Last minute fixes and some documentation update in the JIT compiler.zherczeg2012-11-092-43/+64
* Large JIT compiler update again.zherczeg2012-11-0911-562/+681
* JIT compiler update.zherczeg2012-11-078-35/+77
* JIT compiler update.zherczeg2012-11-061-66/+4
* JIT compiler update.zherczeg2012-11-058-117/+149
* JIT compiler update.zherczeg2012-11-044-859/+1064
* Another huge JIT compiler update.zherczeg2012-11-0117-1450/+1690
* Change 0 to NULL for mmap in the JIT compiler.zherczeg2012-10-282-4/+4
* JIT compiler update.zherczeg2012-10-2815-120/+211
* JIT compiler update.zherczeg2012-10-263-2/+34
* Major JIT compiler update with experimental Sparc 32 support.zherczeg2012-10-2016-804/+2354
* Final touches on Power/PowerPC cache flushzherczeg2012-08-031-6/+10
* Improved instruction cache flush for POWER/PowerPCzherczeg2012-07-272-13/+26
* Improved cache flush for AIXzherczeg2012-07-122-6/+13
* IBM AIX OS support for PPCzherczeg2012-07-114-25/+44
* Supporting IBM XL C compilers for PPC architectures in the JIT compiler.zherczeg2012-07-074-9/+22
* Put spaces around SLJIT_PRINT_D in the JIT compilerzherczeg2012-05-271-7/+7
* cache flush for Apple deviceszherczeg2012-05-141-6/+15
* JIT compiler updatezherczeg2012-05-142-2/+6
* JIT compiler update: fix x86-64 alignemnt issuezherczeg2012-04-043-65/+57
* JIT compiler updatezherczeg2012-04-0310-536/+461
* comment fixeszherczeg2012-03-162-5/+12
* JIT compiler updatezherczeg2012-03-153-1/+41
* Rename madvise to posix_madvisezherczeg2012-03-081-1/+1
* 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