summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/ABI.cpp
AgeCommit message (Expand)Author
2010-04-13Fixed the crash in DSP LLE JIT on x64 by aligning the stack.skidau
2010-03-29DSPLLE: Opcode LUT CleanupXTra.KrazzY
2010-03-24Cleared out the top 16 bits in PARAM1 of the ABI_CallFunctionC16 JIT command.skidau
2010-03-24XK patch for adding jit config to audiocommon/c16 function to x64emitternakeee
2010-01-16RIP "Optimize Quantizers" option. Now using the safe quantizer code from JITI...hrydgard
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-11Fix a DSP disasm problem, misc minor stuff .. not much to see herehrydgard
2009-03-28Some code cleanupomegadox
2009-02-28Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few cr...hrydgard
2009-02-16Assorted jit64-related bugfixes. Discovered and papered over nasty codegen bu...hrydgard
2008-12-25Add a helper to make zero-argument calls from an aligned stack magumagu9
2008-12-25Reverting r1650. I don't think this change is the right approach: it magumagu9
2008-12-25Linux may not care, but Darwin will barf if we don't actuallybushing
2008-12-19Turn the X86 emitter into a class, so the code pointer is no longer a global,...hrydgard
2008-12-14Fastmem for linux. Not yet activated, Cg goes nuts, for some reason.hrydgard
2008-12-08set svn:eol-style=native for **.cppbushing
2008-11-23Optimize vertex loader with a mini JIT (only first step, more optimizations m...hrydgard
2008-09-05Fixed ProtectFunction(): it should copy parameters using the padded size. Act...Maarten ter Huurne
2008-09-05Align stack to 16-byte boundary when compiling in 32-bit mode with GCC. This ...Maarten ter Huurne
2008-08-0932-bit speedup (videos mostly affected). Lots of various cleanup and future p...hrydgard
2008-08-06Fix build on linux (grr), minor ABI fix.hrydgard
2008-08-03JIT works in linux with ALL OPTIMIZATION OFF - well, at least it's faster tha...hrydgard
2008-08-01More linux prephrydgard
2008-08-01More linux work. Getting a bit closer, but JIT does still not work.hrydgard
2008-07-31fix typo in unused function, try to fix linux 32-bit openglhrydgard
2008-07-31bugfix, more...hrydgard
2008-07-31Cleanup, preparations for Linux/Mac JIT (not yet working)hrydgard