summaryrefslogtreecommitdiff
path: root/sljit
Commit message (Expand)AuthorAgeFilesLines
...
* JIT compiler update.zherczeg2014-03-076-29/+71
* JIT compiler update (with MIPS64 support).zherczeg2014-03-0514-185/+862
* JIT compiler update.zherczeg2014-03-022-1/+1
* JIT compiler update.zherczeg2014-02-286-10/+10
* JIT compiler update.zherczeg2014-02-102-12/+12
* JIT compiler update.zherczeg2014-01-3016-921/+2897
* Little endian PowerPC systems are supported now by the JIT compiler.zherczeg2014-01-213-7/+29
* Add JIT support for the 64 bit TileGX architecture. Patch by Jiong Wang (Tile...zherczeg2013-10-146-1/+12762
* Cache flush in JIT for android. Patch by Giuseppe D'Angelo.zherczeg2013-06-181-0/+7
* Add pcre[16|32]_jit_free_unused_memory to forcibly free unused JIT executable...zherczeg2013-06-142-0/+24
* Fix spelling mistakes in comments.ph102013-05-101-3/+3
* Try madvise first before posix_madvise.zherczeg2013-05-011-4/+4
* JIT compiler update.zherczeg2013-03-158-9/+57
* JIT compiler update.zherczeg2013-03-041-2/+0
* JIT compiler now supports 32 bit Macs thanks to Lawrence Velazquez.zherczeg2013-02-202-1/+11
* JIT compiler update.zherczeg2013-01-296-9/+9
* JIT compiler update.zherczeg2013-01-012-33/+92
* JIT compiler updatezherczeg2012-12-065-53/+54
* 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