| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								basicblock.c
							
						
					
				 | 
				
					
						
							
							Perform SSA conversion of locals. Much, *much* better code now, at least
						
					
				 | 
				2016-10-02 17:50:34 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								basicblock.h
							
						
					
				 | 
				
					
						
							
							Perform SSA conversion of locals. Much, *much* better code now, at least
						
					
				 | 
				2016-10-02 17:50:34 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								build.lua
							
						
					
				 | 
				
					
						
							
							Actually, I don't need vregs: hops work just as well. Particularly if I
						
					
				 | 
				2016-09-27 23:38:47 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								data.c
							
						
					
				 | 
				
					
						
							
							Archival checking of the half-written IR treebuilder.
						
					
				 | 
				2016-09-18 23:24:54 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								hop.c
							
						
					
				 | 
				
					
						
							
							Get quite a long way towards basic output-register equality constraints (needed
						
					
				 | 
				2016-10-02 23:25:54 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								hop.h
							
						
					
				 | 
				
					
						
							
							Get quite a long way towards basic output-register equality constraints (needed
						
					
				 | 
				2016-10-02 23:25:54 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								ir.c
							
						
					
				 | 
				
					
						
							
							Perform SSA conversion of locals. Much, *much* better code now, at least
						
					
				 | 
				2016-10-02 17:50:34 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								ir.h
							
						
					
				 | 
				
					
						
							
							Instruction selection now happens on a shadow tree, rather than on the IR tree
						
					
				 | 
				2016-10-03 20:52:36 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								main.c
							
						
					
				 | 
				
					
						
							
							Perform SSA conversion of locals. Much, *much* better code now, at least
						
					
				 | 
				2016-10-02 17:50:34 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mcg.h
							
						
					
				 | 
				
					
						
							
							Get quite a long way towards basic output-register equality constraints (needed
						
					
				 | 
				2016-10-02 23:25:54 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mcgg_generated_footer.h
							
						
					
				 | 
				
					
						
							
							Some instruction selection is now happening.
						
					
				 | 
				2016-09-24 22:46:08 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mcgg_generated_header.h
							
						
					
				 | 
				
					
						
							
							Instruction selection now happens on a shadow tree, rather than on the IR tree
						
					
				 | 
				2016-10-03 20:52:36 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								parse_em.c
							
						
					
				 | 
				
					
						
							
							Refactor mcg.h as it's getting a bit big; keep track of register variables.
						
					
				 | 
				2016-10-02 00:30:33 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pass_convertstackops.c
							
						
					
				 | 
				
					
						
							
							Perform SSA conversion of locals. Much, *much* better code now, at least
						
					
				 | 
				2016-10-02 17:50:34 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pass_eliminatetrivialblocks.c
							
						
					
				 | 
				
					
						
							
							Revamp the array module not to use nasty macros any more. Slightly more verbose
						
					
				 | 
				2016-09-26 22:48:58 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pass_groupirs.c
							
						
					
				 | 
				
					
						
							
							More rigorous dealing of IR groups; no need for is_generated and is_root any
						
					
				 | 
				2016-10-01 22:58:29 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pass_instructionselection.c
							
						
					
				 | 
				
					
						
							
							Instruction selection now happens on a shadow tree, rather than on the IR tree
						
					
				 | 
				2016-10-03 20:52:36 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pass_promotefloatops.c
							
						
					
				 | 
				
					
						
							
							We're going to need some type inference after all, I think. Let's do a little
						
					
				 | 
				2016-10-01 19:10:22 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pass_removedeadblocks.c
							
						
					
				 | 
				
					
						
							
							Revamp the array module not to use nasty macros any more. Slightly more verbose
						
					
				 | 
				2016-09-26 22:48:58 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pass_ssa.c
							
						
					
				 | 
				
					
						
							
							Instruction selection now happens on a shadow tree, rather than on the IR tree
						
					
				 | 
				2016-10-03 20:52:36 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								procedure.c
							
						
					
				 | 
				
					
						
							
							Perform SSA conversion of locals. Much, *much* better code now, at least
						
					
				 | 
				2016-10-02 17:50:34 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								procedure.h
							
						
					
				 | 
				
					
						
							
							Add zrl opcode. Keep track of local sizes as well as offsets.
						
					
				 | 
				2016-10-02 16:08:46 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								symbol.c
							
						
					
				 | 
				
					
						
							
							Fix some late-night typo bugs.
						
					
				 | 
				2016-09-24 01:09:32 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								table
							
						
					
				 | 
				
					
						
							
							Instruction selection now happens on a shadow tree, rather than on the IR tree
						
					
				 | 
				2016-10-03 20:52:36 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								treebuilder.c
							
						
					
				 | 
				
					
						
							
							Add zrl opcode. Keep track of local sizes as well as offsets.
						
					
				 | 
				2016-10-02 16:08:46 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								vreg.c
							
						
					
				 | 
				
					
						
							
							Get quite a long way towards basic output-register equality constraints (needed
						
					
				 | 
				2016-10-02 23:25:54 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								vreg.h
							
						
					
				 | 
				
					
						
							
							Get quite a long way towards basic output-register equality constraints (needed
						
					
				 | 
				2016-10-02 23:25:54 +02:00 |