| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										alias-analysis
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.alias-analysis: fix bug in lazy alias class instantiation
						
					
				 | 
				2010-09-27 20:12:43 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										block-joining
									
								
							
						
					
				 | 
				
					
						
							
							Revert "compiler.cfg: change linear ordering to place GC call blocks at the end"
						
					
				 | 
				2010-07-27 23:58:41 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										branch-splitting
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.branch-splitting was totally broken
						
					
				 | 
				2011-02-27 16:43:26 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										build-stack-frame
									
								
							
						
					
				 | 
				
					
						
							
							compiler: now that FFI has been deconcatenatized, we no longer need the special ##unary-float-function and ##binary-float-function fastpaths
						
					
				 | 
				2010-08-13 23:59:19 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										builder
									
								
							
						
					
				 | 
				
					
						
							
							alien.libraries, compiler.cfg.builder.alien: if `dlopen` fails during `<library>`, call `dlerror` and store the error message in the library object; put the dlerror message in the linkage-error when a word from the library is compiled
						
					
				 | 
				2011-09-12 23:25:59 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										checker
									
								
							
						
					
				 | 
				
					
						
							
							FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions
						
					
				 | 
				2010-05-09 21:36:52 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										comparisons
									
								
							
						
					
				 | 
				
					
						
							
							New GC checks work in progress
						
					
				 | 
				2010-05-03 17:34:16 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										copy-prop
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg: now that kill-blocks cannot contain instructions that define vregs we can skip them all
						
					
				 | 
				2010-07-27 12:40:31 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										dataflow-analysis
									
								
							
						
					
				 | 
				
					
						
							
							FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions
						
					
				 | 
				2010-05-09 21:36:52 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										dce
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg: Reading the return value of a float-returning function on x86-32 had a side effect of popping the x87 stack, so it was not correct for DCE to just eliminate this if the return value was not used. Fix this by adding a new dead-outputs slot to alien-call-insns and having DCE move dead returns there
						
					
				 | 
				2010-08-13 23:19:56 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										debugger
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.debugger: add random-scheduling word.
						
					
				 | 
				2011-08-28 21:25:37 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										def-use
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg: now that kill-blocks cannot contain instructions that define vregs we can skip them all
						
					
				 | 
				2010-07-27 12:40:31 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										dependence
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.dependence: Add ##allot to control dependency chain, so that we don't re-order an allocation and initialization with an alien call. The alien call might GC, exposing uninitialized memory to the GC. Fixes #53, fixes #58, fixes #20.
						
					
				 | 
				2011-08-28 21:25:39 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										dominance
									
								
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										finalization
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg: fix major facepalm with write barrier elimination
						
					
				 | 
				2010-09-05 21:39:45 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										gc-checks
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg: Reading the return value of a float-returning function on x86-32 had a side effect of popping the x87 stack, so it was not correct for DCE to just eliminate this if the return value was not used. Fix this by adding a new dead-outputs slot to alien-call-insns and having DCE move dead returns there
						
					
				 | 
				2010-08-13 23:19:56 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										hats
									
								
							
						
					
				 | 
				
					
						
							
							compiler: re-architect low-level optimizer to allow more than one output value per instruction
						
					
				 | 
				2010-07-13 07:40:14 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										height
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.height: clean it up a bit
						
					
				 | 
				2010-06-22 04:14:03 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										instructions
									
								
							
						
					
				 | 
				
					
						
							
							compiler: preliminary implementation of tracking derived pointers in GC maps
						
					
				 | 
				2010-09-27 20:12:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										intrinsics
									
								
							
						
					
				 | 
				
					
						
							
							compiler: now that FFI has been deconcatenatized, we no longer need the special ##unary-float-function and ##binary-float-function fastpaths
						
					
				 | 
				2010-08-13 23:59:19 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										linear-scan
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.linear-scan: extend lifetime intervals of base pointers correctly (reported by Anton Gorenko)
						
					
				 | 
				2010-09-30 20:49:03 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										linearization
									
								
							
						
					
				 | 
				
					
						
							
							Revert "compiler.cfg: change linear ordering to place GC call blocks at the end"
						
					
				 | 
				2010-07-27 23:58:41 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										liveness
									
								
							
						
					
				 | 
				
					
						
							
							compiler: preliminary implementation of tracking derived pointers in GC maps
						
					
				 | 
				2010-09-27 20:12:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										loop-detection
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.representations: add more peephole optimizations to reduce fixnum tagging and untagging overhead
						
					
				 | 
				2010-05-03 17:34:11 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										optimizer
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg: fix major facepalm with write barrier elimination
						
					
				 | 
				2010-09-05 21:39:45 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										parallel-copy
									
								
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										predecessors
									
								
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										registers
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.value-numbering: fix typo in unit test
						
					
				 | 
				2010-05-03 22:11:29 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										renaming
									
								
							
						
					
				 | 
				
					
						
							
							compiler: re-architect low-level optimizer to allow more than one output value per instruction
						
					
				 | 
				2010-07-13 07:40:14 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										representations
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg: now that kill-blocks cannot contain instructions that define vregs we can skip them all
						
					
				 | 
				2010-07-27 12:40:31 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										rpo
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg: more silly optimizations
						
					
				 | 
				2010-05-14 18:37:09 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										save-contexts
									
								
							
						
					
				 | 
				
					
						
							
							compiler: now that FFI has been deconcatenatized, we no longer need the special ##unary-float-function and ##binary-float-function fastpaths
						
					
				 | 
				2010-08-13 23:59:19 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										scheduling
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.scheduling: remove old scheduling test code, adding a better way of testing scheduling
						
					
				 | 
				2011-08-28 21:25:35 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										ssa
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.ssa.construction: update unit tests for nths change
						
					
				 | 
				2011-02-25 21:05:38 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										stack-frame
									
								
							
						
					
				 | 
				
					
						
							
							Stack allocation improvements
						
					
				 | 
				2010-05-22 02:37:00 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										stacks
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.ssa: fixing test failures
						
					
				 | 
				2010-06-15 17:18:51 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										tco
									
								
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										useless-conditionals
									
								
							
						
					
				 | 
				
					
						
							
							Debugging untagged fixnums
						
					
				 | 
				2010-05-03 17:34:02 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										utilities
									
								
							
						
					
				 | 
				
					
						
							
							FFI rewrite part 6: deconcatenatize
						
					
				 | 
				2010-07-02 15:44:12 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										value-numbering
									
								
							
						
					
				 | 
				
					
						
							
							32 and 64 bit Linux PPC support
						
					
				 | 
				2011-05-23 23:36:14 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										write-barrier
									
								
							
						
					
				 | 
				
					
						
							
							compiler.cfg.write-barrier: fix soundness issue with ##copy that never came up but probably should've been fixed anyway
						
					
				 | 
				2010-09-06 17:01:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								cfg.factor
							
						
					
				 | 
				
					
						
							
							Stack allocation improvements
						
					
				 | 
				2010-05-22 02:37:00 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								summary.txt
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 |