MerryMage
|
4962d92b79
|
block_of_code: Do not regenerate prelude when clearing cache
|
2016-12-12 07:49:18 +00:00 |
|
MerryMage
|
179a3388f9
|
block_of_code: Provide an alloc function to allocate space in the code block
|
2016-12-12 07:49:18 +00:00 |
|
Mat M
|
858796a029
|
Eliminate variable shadowing warnings with MSVC (#17)
|
2016-09-04 11:30:57 +01:00 |
|
Mat M
|
fb6d838bd9
|
dynarmic: Remove poison_memory ClearCache parameter (#1)
Unused since the switch to Xbyak
|
2016-09-01 09:47:09 +01:00 |
|
MerryMage
|
3b5c43b427
|
Optimization: Read page-table directly for memory access
|
2016-09-01 00:58:02 +01:00 |
|
Lioncash
|
ea6a4e82b5
|
block_of_code: Make CallFunction accept function pointers only
|
2016-08-31 21:51:44 +01:00 |
|
MerryMage
|
41c8dabf0b
|
block_of_code: nop should probably default to a size of 1
|
2016-08-27 10:57:48 +01:00 |
|
MerryMage
|
9901ed0f51
|
block_of_code: Optimize nops
|
2016-08-26 13:46:19 +01:00 |
|
MerryMage
|
d04b9eaa81
|
backend_x64/block_of_code: Reset labels when ClearCache() is called
|
2016-08-25 16:18:18 +01:00 |
|
MerryMage
|
e32812cd00
|
Port x64 backend to xbyak
|
2016-08-25 16:18:17 +01:00 |
|
MerryMage
|
72250b119f
|
backend_x64/block_of_code: Add more floating point constants
* MFloatPositiveZero32
* MFloatPositiveZero64
* MFloatMinS32
* MFloatMaxS32
* MFloatMinU32
* MFloatMaxU32
|
2016-08-22 15:54:19 +01:00 |
|
MerryMage
|
960d14d18e
|
Optimization: Implement Return Stack Buffer
|
2016-08-13 00:10:23 +01:00 |
|
MerryMage
|
1029fd27ce
|
Update documentation (2016-08-12)
|
2016-08-12 18:17:31 +01:00 |
|
MerryMage
|
04c1a0d2de
|
EmitX64: Switch MXCSR when switching to interpreter
|
2016-08-07 22:47:17 +01:00 |
|
MerryMage
|
aba705f6b9
|
BackendX64: Merge Routines into BlockOfCode
|
2016-08-07 18:08:48 +01:00 |
|