index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DSPCore
/
Src
/
disassemble.cpp
Age
Commit message (
Expand
)
Author
2010-04-07
DSP LLE Jit, joined work with XK and skidu.
nakeee
2010-03-24
Remove the UDSP union
nakeee
2010-03-22
DSPLLE - small fix
Marko Pusljar
2010-02-21
Warning cleanup, mainly shadowed variables, const/non-const and ctor initiali...
j4ck.fr0st
2010-02-02
Linux global build. At least the basic footwork is done here.
Glenn Rice
2009-12-08
DSPLLE stuff (2 new opcodes)
Marko Pusljar
2009-11-06
DSPLLE dissasm fix
Marko Pusljar
2009-09-08
Linux: Tons of warning cleanup plus workaround a nasty crash problem in Statu...
hrydgard
2009-07-24
DSPLLE: make ext opcodes to use table as well (tell me if you get
nakeee
2009-07-12
Rearrange LogManager includes. The main purpose is to make it possible to mod...
Nolan Check
2009-06-21
New DSP debugger: step one. (not ready yet, but try loading zelda WW and look...
hrydgard
2009-06-07
DSP LLE: Just some renaming and cleanup. Prepared for proper base address sup...
hrydgard
2009-05-03
DSP: add a crazy little shell script that will build DSPCore into DSPSpy. mak...
hrydgard
2009-04-25
Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (c...
XTra.KrazzY
2009-04-18
DSPtool: Better code comparer + cmdline interface added. header generator bug...
hrydgard
2009-04-18
DSP: More work on dsptool. Minor bugfixes. Add some testdata for dsptool.
hrydgard
2009-04-14
DSP: Give the assembler and disassembler saner public APIs. Fix bug in fileut...
hrydgard
2009-04-14
DSP asm/disasm: Lots of cleanup, mostly. I may have broken the DSP debugger a...
hrydgard
2009-04-12
DSP: I seem to have forgotten assemble.h? Killed the globals in assemble.cpp ...
hrydgard
2009-04-12
DSP asm/disasm: improve the shift instructions so they at least round-trip. n...
hrydgard
2009-04-12
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start c...
hrydgard