S Gopal Rajagopal
|
87accc624f
|
Fixed some errors thrown by gcc/clang
|
2014-11-10 12:49:48 +05:30 |
|
S Gopal Rajagopal
|
18251b784f
|
Merge remote-tracking branch 'upstream/master' into ppu_llvm_recompiler
|
2014-11-10 11:30:44 +05:30 |
|
raven02
|
ea7ec448dd
|
WIN32: set timer resolution clock to 1 ms
|
2014-11-10 07:34:28 +08:00 |
|
S Gopal Rajagopal
|
06a4c301cd
|
Merge remote-tracking branch 'upstream/master' into ppu_llvm_recompiler
Conflicts:
rpcs3/Emu/Cell/PPUInterpreter.h
rpcs3/Emu/Cell/PPULLVMRecompiler.cpp
rpcs3/Emu/Cell/PPULLVMRecompiler.h
rpcs3/Emu/Cell/PPUThread.cpp
rpcs3/emucore.vcxproj.filters
rpcs3/rpcs3.vcxproj
|
2014-11-10 02:31:35 +05:30 |
|
S Gopal Rajagopal
|
c12a98510c
|
Utilize idle time to combine blocks
|
2014-11-10 01:04:21 +05:30 |
|
S Gopal Rajagopal
|
71c12360c7
|
Always inline functions
|
2014-11-09 14:03:36 +05:30 |
|
S Gopal Rajagopal
|
5c468d7591
|
Disabled call stack tracing when using the PPU LLVM recompiler
|
2014-11-09 11:50:01 +05:30 |
|
S Gopal Rajagopal
|
80294e1034
|
Fixed some bugs
|
2014-11-09 02:00:19 +05:30 |
|
S Gopal Rajagopal
|
34e34910fd
|
Integrated execution engine, tracer, recompilation engine and compiler
|
2014-11-08 09:52:23 +05:30 |
|
S Gopal Rajagopal
|
ee6a239679
|
Generate code from a CFG
|
2014-11-07 16:24:59 +05:30 |
|
B1ackDaemon
|
2fb0911e2a
|
Merge pull request #855 from Nekotekina/master
Various progress
|
2014-11-06 20:39:31 +02:00 |
|
Nekotekina
|
0503f08f67
|
Hmm...
|
2014-11-06 19:20:29 +03:00 |
|
Nekotekina
|
5ba772df93
|
Some errors
|
2014-11-06 19:09:54 +03:00 |
|
Nekotekina
|
8ad141de6f
|
sceLibc: memcpy, stack arguments
|
2014-11-06 18:29:14 +03:00 |
|
Nekotekina
|
af0ab4e8ad
|
Bugfix
|
2014-11-06 03:57:34 +03:00 |
|
Nekotekina
|
7172154da7
|
ARMv7: CMP_IMM, SUB_IMM, null HLE function
|
2014-11-06 03:22:48 +03:00 |
|
Nekotekina
|
1749b95b57
|
sceRefs reading algorithm modified
|
2014-11-05 21:53:54 +03:00 |
|
Nekotekina
|
5d63c6b526
|
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
|
2014-11-05 19:20:44 +03:00 |
|
Nekotekina
|
7a2cd15173
|
sceLibm, sceLibKernel drafts
|
2014-11-05 19:07:34 +03:00 |
|
S Gopal Rajagopal
|
7c3c5ae08e
|
Construct CFG from execution traces
|
2014-11-05 01:01:20 +05:30 |
|
Hykem
|
a4e5751cff
|
Merge branch 'gopalsr83-master'
|
2014-11-04 16:49:02 +00:00 |
|
Hykem
|
e14fbda502
|
Merge branch 'master' of https://github.com/gopalsr83/rpcs3 into gopalsr83-master
|
2014-11-04 16:48:45 +00:00 |
|
Hykem
|
5a27a84f5a
|
Merge branch 'master' of https://github.com/gopalsr83/rpcs3 into gopalsr83-master
|
2014-11-04 16:45:25 +00:00 |
|
Hykem
|
321c29fe1c
|
Merge pull request #851 from Bigpet/cmakeless
remove dependency on CMake and python under Windows
|
2014-11-04 16:30:09 +00:00 |
|
Nekotekina
|
c5858de567
|
sceLibstdcxx draft
|
2014-11-04 03:51:26 +03:00 |
|
Nekotekina
|
43382a0ac6
|
Something is wrong with entry points...
|
2014-11-03 14:35:50 +03:00 |
|
gopalsr83
|
af78355570
|
Fixed linux compilation
|
2014-11-03 11:58:50 +05:30 |
|
S Gopal Rajagopal
|
c2743e6dad
|
Removed LLVM and PPU LLVM Recompiler from Debug, Release and 'Debug - MemLeak' build configurations. Added 'Release - LLVM' and 'Debug - LLVM' which include LLVM and PPU LLVM Recompiler.
|
2014-11-02 21:25:51 +05:30 |
|
Nekotekina
|
df72f5e37c
|
ARMv7: CMP_REG, LDR_IMM, LDR_LIT, STR_REG, SUB_REG
sceLibc: exit and printf drafts
This actually allows to display hello world.
|
2014-11-02 18:50:20 +03:00 |
|
Nekotekina
|
31c71b4a48
|
Compilation fix
|
2014-11-02 04:18:02 +03:00 |
|
Nekotekina
|
ddbd590bef
|
Small fix
|
2014-11-02 03:28:53 +03:00 |
|
Nekotekina
|
61e6d8af96
|
Compilation fix
|
2014-11-02 02:45:07 +03:00 |
|
Nekotekina
|
3bdfc6b499
|
ARMv7: more opcodes, some changes in loader
|
2014-11-02 02:19:14 +03:00 |
|
Hykem
|
8ff9b44abb
|
Merge pull request #853 from tambry/OpenGLUpdate
Update OpenGL definitions to 4.5 specification
|
2014-11-01 13:12:10 +00:00 |
|
Nekotekina
|
536c5a900a
|
ARMv7: more opcodes + STR
|
2014-11-01 01:00:36 +03:00 |
|
S Gopal Rajagopal
|
7846fa5829
|
Made changes to tracer so that it understand compiled blocks
|
2014-11-01 01:22:39 +05:30 |
|
Nekotekina
|
3895c083cb
|
ARMv7: BX, MOV_IMM, IT (ITSTATE register)
|
2014-10-31 04:12:07 +03:00 |
|
Nekotekina
|
de156c59e4
|
ARMv7: more opcodes
|
2014-10-30 23:07:47 +03:00 |
|
Raul Tambre
|
633078004a
|
Update OpenGL definitions to 4.5 specification
|
2014-10-30 22:02:49 +02:00 |
|
Nekotekina
|
7aeda3b0c7
|
ARMv7: more opcodes
|
2014-10-30 18:17:51 +03:00 |
|
Nekotekina
|
94213bb398
|
ARMv7: more opcodes
|
2014-10-29 18:30:35 +03:00 |
|
Nekotekina
|
bf6415accd
|
Tiny ARMv7 interpreter update
|
2014-10-29 07:13:34 +03:00 |
|
Nekotekina
|
0f602e0e13
|
Bugfix
|
2014-10-28 19:46:14 +03:00 |
|
Nekotekina
|
65ddf980e0
|
Small fix
|
2014-10-28 15:30:37 +03:00 |
|
Nekotekina
|
09a4d14f8f
|
cellAdec improved
|
2014-10-28 00:24:11 +03:00 |
|
Peter Tissen
|
1af2f5b214
|
remove dependency on CMake and python
|
2014-10-26 17:59:08 +01:00 |
|
Alexandro Sánchez Bach
|
7258ddc318
|
Merge pull request #850 from raven02/patch-4
Stub DCBI instruction
|
2014-10-26 11:59:39 +01:00 |
|
raven02
|
f54a5c6591
|
Stub DCBI instruction
|
2014-10-26 06:30:43 +08:00 |
|
Hykem
|
d26f7f696d
|
Merge pull request #848 from Dante38490/patch-1
Update README.md
|
2014-10-25 18:59:33 +01:00 |
|
S Gopal Rajagopal
|
160b58cf61
|
Fixed compilation issues
|
2014-10-25 06:56:57 +05:30 |
|