MerryMage
|
60d9392b5c
|
block_of_code: BlockOfCode should provide cpu info
|
2020-04-22 20:22:01 +01:00 |
|
MerryMage
|
f6cf265bc5
|
block_of_code: BlockOfCode::ABI_* should be const
|
2017-09-29 01:35:24 +01:00 |
|
MerryMage
|
568b52d4ba
|
externals: Update Xbyak to v5.51
Xbyak now supports multi-byte nops
|
2017-08-17 21:34:54 +01:00 |
|
MerryMage
|
2c9dcfa2db
|
backend_x64: Rename UnwindHandler to ExceptionHandler
|
2017-04-20 14:08:56 +01:00 |
|
MerryMage
|
0d47f50f57
|
block_of_code: Implement farcode
|
2017-04-19 18:58:36 +01:00 |
|
MerryMage
|
1b37420459
|
backend_x64: Simplify dispatcher
|
2017-04-08 09:35:45 +01:00 |
|
MerryMage
|
d9c69ad997
|
constant_pool: Implement a constant pool
|
2017-03-19 13:08:04 +00:00 |
|
MerryMage
|
74a95ea51e
|
block_of_code: Rename alloc to AllocateFromCodeSpace
|
2016-12-18 23:43:48 +00:00 |
|
MerryMage
|
5bea2e1680
|
block_of_code: Support stack unwinding on Windows
|
2016-12-12 07:49:18 +00:00 |
|
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 |
|