magumagu9 
							
						 
					 
					
						
						
							
						
						7ad6b0b5bb 
					 
					
						
						
							
							Add a missing include; this was causing a crash on 32-bit Linux because  
						
						... 
						
						
						
						the _M_IX86 define was getting missed when this was included in 
JitAsm.cpp.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1598  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-20 06:41:15 +00:00 
						 
				 
			
				
					
						
							
							
								hrydgard 
							
						 
					 
					
						
						
							
						
						104acd5bc1 
					 
					
						
						
							
							Turn the X86 emitter into a class, so the code pointer is no longer a global, yay! Created XCodeBlock that derives from XEmitter, and the Jit now derives from XCodeBlock so it can call all ADD SUB JNZ etc without having to prefix them with "emit.". I think someone's gonna like this.  
						
						... 
						
						
						
						There's some cleanup still to be done, but hey, it works. There shouldn't be a noticable speed difference.
I hope GCC doesn't have a problem with the "member function pointers" I used.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1594  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-19 21:24:52 +00:00 
						 
				 
			
				
					
						
							
							
								bushing 
							
						 
					 
					
						
						
							
						
						30c883bcfc 
					 
					
						
						
							
							set svn:eol-style=native for **.h  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1438  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-08 04:46:09 +00:00 
						 
				 
			
				
					
						
							
							
								hrydgard 
							
						 
					 
					
						
						
							
						
						5c58227702 
					 
					
						
						
							
							Optimize vertex loader with a mini JIT (only first step, more optimizations may follow). Some various error message and warning fixes.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1276  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-11-23 17:46:14 +00:00 
						 
				 
			
				
					
						
							
							
								Maarten ter Huurne 
							
						 
					 
					
						
						
							
						
						cf36d4ba58 
					 
					
						
						
							
							Fixed ProtectFunction(): it should copy parameters using the padded size. Actually, I am not sure this function is correct, but at least its implementation is now equivalent to the original (before rev 439).  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@441  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-09-05 01:48:16 +00:00 
						 
				 
			
				
					
						
							
							
								Maarten ter Huurne 
							
						 
					 
					
						
						
							
						
						722ea233a1 
					 
					
						
						
							
							Align stack to 16-byte boundary when compiling in 32-bit mode with GCC. This is required to run anything on OS X and to support SSE instructions on Linux.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@439  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-09-05 00:02:53 +00:00 
						 
				 
			
				
					
						
							
							
								hrydgard 
							
						 
					 
					
						
						
							
						
						575bdd9166 
					 
					
						
						
							
							Lots of various changes. CPU detect fix. Maybe a minor speed increase. CPU bugs remain.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@180  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-08-12 20:05:45 +00:00 
						 
				 
			
				
					
						
							
							
								hrydgard 
							
						 
					 
					
						
						
							
						
						e3d21c0b11 
					 
					
						
						
							
							32-bit speedup (videos mostly affected). Lots of various cleanup and future proofing. A small debugger feature.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@162  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-08-09 16:56:24 +00:00 
						 
				 
			
				
					
						
							
							
								hrydgard 
							
						 
					 
					
						
						
							
						
						814af6c7b9 
					 
					
						
						
							
							More linux prep  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@121  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-08-01 09:30:04 +00:00 
						 
				 
			
				
					
						
							
							
								hrydgard 
							
						 
					 
					
						
						
							
						
						53ee26711e 
					 
					
						
						
							
							More linux work. Getting a bit closer, but JIT does still not work.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@119  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-08-01 08:37:19 +00:00 
						 
				 
			
				
					
						
							
							
								hrydgard 
							
						 
					 
					
						
						
							
						
						0c21d95606 
					 
					
						
						
							
							bugfix, more...  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@116  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-07-31 21:02:19 +00:00 
						 
				 
			
				
					
						
							
							
								hrydgard 
							
						 
					 
					
						
						
							
						
						d8fa3113ea 
					 
					
						
						
							
							Cleanup, preparations for Linux/Mac JIT (not yet working)  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@114  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-07-31 20:22:35 +00:00