Guochun Shi 
							
						 
					 
					
						
						
							
						
						0e93687cca 
					 
					
						
						
							
							add some comments  
						
						... 
						
						
						
						add a function ModuloScheduling::dumpFinalSchedule() to print out final schedule
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6677  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-06-10 20:04:30 +00:00 
						 
				 
			
				
					
						
							
							
								Guochun Shi 
							
						 
					 
					
						
						
							
						
						e95b827db2 
					 
					
						
						
							
							add an brief instruction what this pass is  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6676  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-06-10 20:03:39 +00:00 
						 
				 
			
				
					
						
							
							
								Guochun Shi 
							
						 
					 
					
						
						
							
						
						0b970dad72 
					 
					
						
						
							
							a simple introduction to this pass  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6675  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-06-10 20:02:16 +00:00 
						 
				 
			
				
					
						
							
							
								Guochun Shi 
							
						 
					 
					
						
						
							
						
						f325261856 
					 
					
						
						
							
							cleaned code  
						
						... 
						
						
						
						add some comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6674  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-06-10 19:09:00 +00:00 
						 
				 
			
				
					
						
							
							
								Guochun Shi 
							
						 
					 
					
						
						
							
						
						8f1d4ab409 
					 
					
						
						
							
							delete useless functions  
						
						... 
						
						
						
						add comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6673  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-06-08 23:16:07 +00:00 
						 
				 
			
				
					
						
							
							
								Guochun Shi 
							
						 
					 
					
						
						
							
						
						33280524f4 
					 
					
						
						
							
							change DEBUG  to DEBUG_PRINT  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6672  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-06-08 20:40:47 +00:00 
						 
				 
			
				
					
						
							
							
								Guochun Shi 
							
						 
					 
					
						
						
							
						
						099b064a46 
					 
					
						
						
							
							compiled with the new SchedGraphCommon  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6545  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-06-02 17:48:56 +00:00 
						 
				 
			
				
					
						
							
							
								Guochun Shi 
							
						 
					 
					
						
						
							
						
						139f0c279d 
					 
					
						
						
							
							so far everything compiles  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6423  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-05-30 00:17:09 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						63e04f3ccb 
					 
					
						
						
							
							Just some code beautification changes I had sitting around in my tree.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5859  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-04-22 23:00:08 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						2c821cc06e 
					 
					
						
						
							
							Fixed compilation errors, command-line argument declarations, cleaned up code to  
						
						... 
						
						
						
						look nicer and removed useless stuff.
Also renamed a few variables, moved them into namespaces, converted outputting
to a file into a print to std::cerr with a DEBUG() guard, as all passes should
do anyway.
No functional changes have been made. However, this code now compiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5769  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-04-10 19:19:23 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						8baa01c1d7 
					 
					
						
						
							
							Made the code readable:  
						
						... 
						
						
						
						* Lines must be wrapped at 80 chars. This is a hard limit.
* Consistent style on functions, braces, if, for, etc. Code must be readable.
No functional changes have been made, even though I added a new typedef.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5768  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-04-09 21:51:34 +00:00 
						 
				 
			
				
					
						
							
							
								Guochun Shi 
							
						 
					 
					
						
						
							
						
						6fbe5fbce1 
					 
					
						
						
							
							change the include file names and some class names to make it compile  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5764  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-04-06 23:56:19 +00:00 
						 
				 
			
				
					
						
							
							
								Guochun Shi 
							
						 
					 
					
						
						
							
						
						f1c154f5e6 
					 
					
						
						
							
							*** empty log message ***  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5755  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-03-27 17:57:44 +00:00