Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								026abb9c38 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.linear.scan.*: makes it so ranges and uses are guaranteed  
							
							 
							
							... 
							
							
							
							to be vectors
Simplifies the code and makes it a little faster. 
							
						 
						
							2016-04-02 17:48:23 +02:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								76be7b54ed 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.linear-scan.*: removed start and end from live-interval-state  
							
							 
							
							... 
							
							
							
							They weren't needed because start>> was always equal to ranges min and
end>> ranges max 
							
						 
						
							2016-04-01 19:16:35 +02:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								89e261f673 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.linear-scan.ranges: remove the live-range definition and  
							
							 
							
							... 
							
							
							
							use integer pairs instead
so instead of ranges being a sequence of live-ranges it is now a
sequence of integer pairs instead. That makes the
compiler.cfg.linear-scan.ranges simpler and easier to generalize 
							
						 
						
							2015-09-22 08:51:04 +02:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								fb45bc278f 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.linear-scan.live-intervals: the reg-class slot can be  
							
							 
							
							... 
							
							
							
							removed
it's always the same as vreg>> rep-of reg-class-of so no need to store
that data twice 
							
						 
						
							2015-09-22 08:51:04 +02:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								b8d47ed845 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.linear-scan.ranges: new vocab to contain all the range  
							
							 
							
							... 
							
							
							
							related stuff from live intervals 
							
						 
						
							2015-09-22 08:51:03 +02:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								3678f62508 
								
							
								 
							
						 
						
							
							
								
								x86.64: change the register order so that RBX is allocated before RCX  
							
							 
							
							
							
						 
						
							2015-06-16 18:28:32 -07:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								8c8605d11a 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.linear-scan.*: more tests and docs for allocation and state  
							
							 
							
							
							
						 
						
							2015-06-16 18:28:32 -07:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								78fe8bf1dc 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.linear-scan.*: dont use a hashtable here, it fixes register  
							
							 
							
							... 
							
							
							
							allocation so it's always in the same order as machine-registers 
							
						 
						
							2015-06-16 18:28:32 -07:00  
						
					 
				
					
						
							
							
								 
								John Benediktsson
							
						 
						
							 
							
							
							
								
							
								dfa763434e 
								
							
								 
							
						 
						
							
							
								
								Fix tests broken by word hashcode change.  
							
							 
							
							
							
						 
						
							2015-06-09 20:37:55 -07:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								997f95196c 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.*: lots of new unit tests  
							
							 
							
							
							
						 
						
							2015-04-29 09:31:58 -07:00