Henrik Rydgard
|
ffe4c266ef
|
Add CodeBlockCommon base class to remove further arch-specificity in JitBlockCache
Remove unused ArmThunk.
|
2016-05-01 11:40:00 +02:00 |
|
latot
|
afeb012d04
|
Add missing include files to unittest
|
2015-10-24 13:24:05 -03:00 |
|
Henrik Rydgard
|
0be2b93ceb
|
More ARM32 NEON encoding horrors (VMOVL, VSHLL)
|
2015-07-10 23:56:42 +02:00 |
|
Henrik Rydgard
|
59164cdbfb
|
ARM32: Disasm and emit NEON shifts-by-immediate
|
2015-07-09 00:24:57 +02:00 |
|
Henrik Rydgård
|
d014d420db
|
Unify JitOptions across the backends.
This is required to make ExtractIR not a member of the various backends.
|
2015-04-12 11:41:26 -07:00 |
|
Henrik Rydgard
|
8945b2476d
|
Add the beginnings of a rudimentary ARM64 disassembler
|
2015-04-06 18:13:03 +02:00 |
|
Henrik Rydgard
|
05a8e2e35d
|
Some work towards being able to build two JITs together
This will be useful for testing/debugging, but not there yet.
|
2014-12-13 21:13:54 +01:00 |
|
Henrik Rydgard
|
50bb3e1e05
|
Minor fixes
|
2014-12-08 00:18:13 +01:00 |
|
Henrik Rydgard
|
8c128508a5
|
disarm: Fix a couple of bugs, and disable a broken test to get to the good stuff in ArmEmitter unittest...
|
2014-12-07 23:24:39 +01:00 |
|
Henrik Rydgard
|
7740caeade
|
Buildfix the arm emitter test in the unittest.
Also do some preparation for being able to have two JITs compiled at the same time
which may be useful in testing parts of the ARM jit on Windows.
|
2014-12-07 14:12:13 +01:00 |
|
Henrik Rydgard
|
8f016d3e48
|
Merge some matrix utils and stuff from the NEON branch
|
2014-11-29 11:37:45 +01:00 |
|