Henrik Rydgård
|
635b2ada43
|
Remove a function that didn't make a lot of sense.
|
2017-01-26 09:50:16 +01:00 |
|
Florent Castelli
|
4145b60a0e
|
symbian: Remove!
|
2016-10-11 18:49:08 +02:00 |
|
Unknown W. Brackets
|
e55198f7e7
|
Correct some initialization order warnings.
Also, another missing init with IRBlocks.
|
2016-08-05 10:46:11 -07:00 |
|
Henrik Rydgard
|
eb72a746b9
|
Fix one possible (reproducible!) startup crash in IRJit. May help #8848
|
2016-07-25 00:21:01 +02:00 |
|
Henrik Rydgård
|
c6d4966067
|
Make really sure we're not using the IRBlock copy constructor other than on Symbian.
Turns out it ended up being used on Mac, and our asserts just debugprint and don't actually assert...
|
2016-07-09 09:32:41 +02:00 |
|
Henrik Rydgard
|
e0845b876f
|
Fix some bugs in the IRJit. Hopefully helps #8848
|
2016-07-08 00:05:44 +02:00 |
|
Unknown W. Brackets
|
1df08518ae
|
jit-ir: Implement basic icache clear.
|
2016-07-01 17:27:24 -07:00 |
|
Unknown W. Brackets
|
b09c2b1f75
|
Add some missing override definitions.
|
2016-05-21 09:29:03 -07:00 |
|
Unknown W. Brackets
|
e37777648e
|
jit-ir: Restore emuhacks before saving state.
Let's just ask jit to do this, not its block cache directly.
|
2016-05-14 08:59:44 -07:00 |
|
Unknown W. Brackets
|
b74df87db0
|
jit-ir: Clear emuhacks on block destroy.
|
2016-05-14 08:40:53 -07:00 |
|
Unknown W. Brackets
|
efc8a8e353
|
Hack to make Symbian build.
|
2016-05-13 23:56:17 -07:00 |
|
Henrik Rydgard
|
2cbfb192c4
|
IR: Lots more VFPU support, some with SIMD
|
2016-05-12 12:17:25 +02:00 |
|
Henrik Rydgard
|
e711a47a75
|
Complete the separation of the IR compiler frontend from the "Jit"
|
2016-05-09 20:05:06 +02:00 |
|
Henrik Rydgard
|
e806c369b2
|
Separate the IR frontend from the IR "Jit"
|
2016-05-09 19:57:18 +02:00 |
|
Henrik Rydgard
|
6e44e97ffa
|
Refactor prep: Split JitInterface into MIPSFrontendInterface and JitInterface
|
2016-05-09 19:41:39 +02:00 |
|
Unknown W. Brackets
|
5dbac165f4
|
Qt, gcc, and Symbian buildfixes.
|
2016-05-08 14:10:07 -07:00 |
|
Henrik Rydgard
|
4e52f613f1
|
Additional fixes and buildfixes
|
2016-05-08 22:23:51 +02:00 |
|
Henrik Rydgard
|
492ea5fac4
|
Address a bunch of comments, thanks for the review
|
2016-05-08 21:38:03 +02:00 |
|
Henrik Rydgard
|
a33f8b68c6
|
ir-jit: Get rid of the regcache. Should be replaced with optimization passes.
|
2016-05-07 23:12:53 +02:00 |
|
Henrik Rydgard
|
12edfcea5a
|
Enough to run cpu_alu.prx.
|
2016-05-07 21:00:30 +02:00 |
|
Henrik Rydgard
|
4acf85aa06
|
It's kind of starting to run
|
2016-05-07 17:37:19 +02:00 |
|
Henrik Rydgard
|
d399c4a470
|
Initial commit for IRJit
|
2016-05-07 13:58:29 +02:00 |
|