summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/JitWindow.cpp
AgeCommit message (Expand)Author
2010-02-21Warning cleanup, mainly shadowed variables, const/non-const and ctor initiali...j4ck.fr0st
2010-02-12Some more leak hunting/housekeeping, probably wont affect Issue 2184 in a not...j4ck.fr0st
2010-01-19JitIL is no longer a separate .exe/binary - it's now a simple option, Dolphin...hrydgard
2009-09-15GUI : Added possibility to move the logwindow around in non-debugger mode, fi...sl1nk3.s
2009-09-07GUI: make some elements such as memory jit and breakpoint windows into nakeee
2009-08-02some more fixes for the switch to unicode. Thanks sl1nk3.sLPFaint99
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-26Fix up all copyright dates.death2droid
2009-07-15Roll back R3801. Dolphin works again. Seriously, if you're not even testing h...hrydgard
2009-07-15Tons of reworking of the cores to make them more...generalized, not quite the...Sonicadvance1
2009-06-12JITIL 64 - fix stupid bug in IR.cpp. Almost there... loadstorepaired left. fi...hrydgard
2009-02-23Introduce JitCommon folder to share things between the two jits.hrydgard
2009-02-09Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should g...hrydgard
2009-02-06Allow changing of the debugger font and some cleanupShawn Hoffman
2009-01-21misc debugger improvements - hle:d code can be read in disasm window, memview...hrydgard
2008-12-29This is an ugly hack, but increase the size of the buffer... I managed magumagu9
2008-12-20Even more code reorganization + first step towards being able to single step ...hrydgard
2008-12-20Fix 32-bit lmw/stmw (well, disable). Merge the two dispatchers.hrydgard
2008-12-20More code reorganization.hrydgard
2008-12-19misc cleanup, bugfix for x86 display in jit windowhrydgard
2008-12-19Some stats for the jit window.hrydgard
2008-12-18add ppc disassembly to jit results viewer windowTurn the JIT into a class. In...hrydgard
2008-12-18add ppc disassembly to jit results viewer windowhrydgard
2008-12-08set svn:eol-style=native for **.cppbushing
2008-09-22change src to Srcnakeee