summaryrefslogtreecommitdiff
path: root/sljit
Commit message (Expand)AuthorAgeFilesLines
* JIT compiler update.zherczeg2016-12-0913-1/+199
* Minor JIT compiler update.zherczeg2016-07-173-13/+4
* Fix unaligned accesses on x86. Patch by Marc Mutz.zherczeg2016-07-154-37/+69
* A racing condition is fixed in JIT reported by Mozilla.zherczeg2016-05-191-1/+4
* Support Android ARM64 cacheflush in JIT. Patch by Tavian Barnes.zherczeg2016-04-063-0/+24
* JIT compiler update.zherczeg2016-03-0411-592/+606
* JIT compiler update.zherczeg2016-02-2920-1692/+1687
* JIT compiler update.zherczeg2015-08-302-28/+126
* JIT compiler update: Tile-Gx fixes by Walter Leezherczeg2015-07-312-162/+155
* JIT compiler update.zherczeg2015-07-031-1/+3
* JIT compiler updatezherczeg2015-05-2911-95/+220
* Fix ARM64 SP alignment issue in JIT.zherczeg2015-04-231-14/+23
* Minor JIT compiler update.zherczeg2015-03-062-5/+13
* Remove computing the JIT read-only data size in advance and use on-demand mem...zherczeg2015-03-052-1/+9
* JIT compiler update.zherczeg2015-02-231-3/+3
* JIT compiler update.zherczeg2014-11-093-3/+16
* Support custom memory allocators in the JIT compiler.zherczeg2014-09-306-36/+50
* Major JIT compiler update.zherczeg2014-09-2714-1405/+1414
* JIT compiler update.zherczeg2014-08-1113-150/+210
* Minor JIT compiler update.zherczeg2014-07-096-22/+36
* Major JIT compiler update.zherczeg2014-07-0716-914/+1145
* Major JIT compiler update. zherczeg2014-06-1712-549/+1251
* JIT compiler update.zherczeg2014-03-261-3/+4
* JIT compiler update.zherczeg2014-03-132-30/+71
* 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