summaryrefslogtreecommitdiff
path: root/src/sljit
Commit message (Expand)AuthorAgeFilesLines
* JIT compiler updatezherczeg2021-05-2716-891/+1218
* JIT compiler update.zherczeg2021-04-263-11/+24
* JIT compiler update.zherczeg2021-02-123-71/+87
* JIT compiler update.zherczeg2020-11-032-5/+5
* JIT compiler update.zherczeg2020-10-197-12768/+2887
* JIT compiler update.zherczeg2020-08-2721-434/+685
* JIT compiler update.zherczeg2020-04-144-18/+62
* Improve memory clearing in JIT.zherczeg2020-03-025-3/+16
* JIT compiler update.zherczeg2020-02-213-5/+13
* JIT compiler update.zherczeg2020-01-2819-389/+934
* Fix ARMv5 JIT improper handling of labels right after a constant pool.zherczeg2019-11-291-0/+2
* Fixed the incorrect computation of jump sizes on x86 CPUs in JIT.zherczeg2019-11-191-0/+1
* JIT compiler update and disable wrong assert.zherczeg2019-10-162-4/+30
* Follow the partial matching changes in JIT.zherczeg2019-07-232-1/+5
* Rework alternative matching in JIT.zherczeg2019-07-182-3/+4
* JIT compiler update.zherczeg2019-07-1715-202/+865
* JIT compiler update.zherczeg2019-02-144-34/+165
* JIT compiler update.zherczeg2019-01-221-7/+8
* JIT compiler update.zherczeg2019-01-033-12/+12
* Use TARGET_OS_MAC macro in the executable allocator.zherczeg2018-12-141-5/+13
* Fix MAP_JIT issues on Mac. Patch by Carlo Arenas.zherczeg2018-12-131-15/+14
* Improve MAP_JIT flag usage on MacOS. Patch by Rich Siegel.zherczeg2018-11-251-3/+35
* JIT compiler update.zherczeg2018-08-133-12/+19
* MIPS-JIT compiler fix: flags were not preserved for fast return.zherczeg2018-03-193-13/+43
* JIT compiler update.zherczeg2018-03-137-210/+405
* Update some register assignments and the JIT compiler.zherczeg2018-01-093-86/+81
* JIT compiler update.zherczeg2018-01-0512-1677/+1247
* JIT compiler update.zherczeg2017-11-2918-624/+2533
* Minor JIT compiler update.zherczeg2017-08-014-8/+28
* JIT compiler update.zherczeg2017-07-242-6/+4
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-3/+4
* JIT compiler update.zherczeg2017-06-152-2/+2
* JIT compiler update.zherczeg2017-05-0714-561/+587
* JIT compielr update.zherczeg2017-04-2616-375/+783
* JIT compiler update.zherczeg2017-04-036-99/+180
* Minor JIT compiler update.zherczeg2017-03-282-7/+16
* Reverse the jit-stack to top-down.zherczeg2017-03-272-54/+56
* Major JIT compiler update.zherczeg2017-02-1523-2126/+1677
* JIT compiler update. Patch insipred by Christian Persch.zherczeg2017-01-123-18/+88
* JIT compiler update.zherczeg2017-01-0516-195/+270
* JIT compiler update.zherczeg2017-01-0213-122/+322
* 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
* SSE2 refactor, JIT compiler update.zherczeg2015-08-302-28/+126
* JIT compiler update: Tile-Gx fixes by Walter Leezherczeg2015-07-312-162/+155