Vincent Lejeune
|
72375d9e3d
|
build: Add a separate project for ppu llvm recompiler
Fix some defect found by static analysis.
|
2016-03-02 14:53:14 +01:00 |
|
Nekotekina
|
960668ecf1
|
For #1355
offsetof() eliminated
OFFSET_32, SIZE_32, ALIGN_32 used
|
2016-01-14 19:07:27 +03:00 |
|
Vincent Lejeune
|
082815f93e
|
llvm: Implement trap instructions
|
2015-12-29 22:25:19 +01:00 |
|
Vincent Lejeune
|
243bc0d06e
|
PPU/LLVM: Use interp version of some instruction for debugging purpose.
|
2015-12-23 17:03:01 +01:00 |
|
Nekotekina
|
3ed603074c
|
Changes done by [DH] rewritten
Added rsx_program_decompiler submodule
Added fs::dir iterator
Added fmt::match
|
2015-12-22 23:11:20 +03:00 |
|
Vincent Lejeune
|
8e451126ac
|
llvm: Make Compiler class a module builder only class.
|
2015-12-06 23:51:50 +01:00 |
|
Nekotekina
|
a974ee009e
|
vm::var improved, cleanup
Mostly vm::var initialization introduced.
Added vm::make_var function.
|
2015-10-14 18:17:37 +03:00 |
|
Nekotekina
|
59f1077a36
|
Cleanup, be_t fixed
Some functions renamed:
get_ps3_function_name
execute_syscall_by_index
|
2015-09-22 13:28:34 +03:00 |
|
Danila Malyutin
|
11eeab0a1a
|
PPU/LLVM: Added noexcept and some fixes
|
2015-09-19 17:09:50 +03:00 |
|
Danila Malyutin
|
3208a7713f
|
PPU/LLVM: Fix for crashes on exit with jit
|
2015-09-19 17:09:49 +03:00 |
|
Vincent Lejeune
|
9d18bba1df
|
PPU/LLVM: Propagate exceptions
It fixes a crash in Retro City Rampage with low (ie 10) llvm threshold.
|
2015-09-15 19:21:39 +02:00 |
|
Vincent Lejeune
|
58181c5c17
|
PPU/LLVM: Remove indirect call completly
|
2015-09-01 18:58:14 +03:00 |
|
Vincent Lejeune
|
eb90e509f9
|
PPU/LLVM: Avoid using an indirect call for function call
|
2015-08-26 21:54:39 +02:00 |
|
Danila Malyutin
|
8ea7da56ec
|
PPU/LLVM: Fix SUBFIC instruction
Fixes sprites in Disgaea 3
|
2015-08-26 14:39:48 +03:00 |
|
Nekotekina
|
ce494f8847
|
fmt::by_value, fmt::Format removed
|
2015-08-24 21:22:42 +03:00 |
|
Nekotekina
|
6f3c50eba2
|
u128 renamed to v128
Since it's vector union type
|
2015-08-24 21:22:23 +03:00 |
|
Danila Malyutin
|
aeee0758c2
|
Ignore warnings in VS from llvm headers
|
2015-08-16 23:40:03 +03:00 |
|
Danila Malyutin
|
98a3cbdf84
|
Fix MTOCRF instruction
to be the same as interpreter.
|
2015-08-06 03:43:48 +03:00 |
|
Vincent Lejeune
|
09347ba92a
|
PPU/LLVM: Fix MTOCRF instruction
|
2015-08-05 17:27:59 +02:00 |
|
Danila Malyutin
|
6849192b39
|
Tabify
|
2015-07-26 18:09:31 +03:00 |
|
vlj
|
26f6b89530
|
PPU/LLVM: Remove duplicate m_address_to_ordinal map and improve cleaning
|
2015-07-22 02:11:00 +03:00 |
|
vlj
|
501c14fc65
|
PPU/LLVM: Clean code
Replace auto with real type, reduce indent and useless variables...
|
2015-07-22 02:10:58 +03:00 |
|