summaryrefslogtreecommitdiff
path: root/sljit
Commit message (Expand)AuthorAgeFilesLines
* Fix ARMv5 JIT improper handling of labels right after a constant pool.zherczeg2019-11-291-0/+2
* JIT compiler update.zherczeg2019-11-195-5/+36
* JIT compiler update.zherczeg2019-07-182-3/+4
* JIT compiler update.zherczeg2019-07-1715-202/+865
* JIT compiler update.zherczeg2019-03-054-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
* JIT compielr update.zherczeg2018-01-103-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-241-2/+1
* JIT compiler update.zherczeg2017-06-152-2/+2
* JIT compiler update.zherczeg2017-05-0714-561/+587
* JIT compiler 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
* Minor JIT compiler update.zherczeg2017-02-152-0/+26
* Major JIT compiler update.zherczeg2017-01-2323-2444/+2314
* 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