Dmitri Gribenko 
							
						 
					 
					
						
						
							
						
						a6542923b8 
					 
					
						
						
							
							Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID  
						
						... 
						
						
						
						This is done to avoid odd test failures, like the one fixed in r171243.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171250  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-12-30 02:33:22 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						98a42b2fc3 
					 
					
						
						
							
							fix PR9856, an incorrectly conservative assertion: a global can be  
						
						... 
						
						
						
						"stored once" even if its address is compared.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131849  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-05-22 07:15:13 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						d91ed10b70 
					 
					
						
						
							
							fix a globalopt crash on two Adobe-C++ testcases that the recent  
						
						... 
						
						
						
						loop idiom pass exposed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122674  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-01-01 22:31:46 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						e971131695 
					 
					
						
						
							
							fix PR8063, a crash in globalopt in the malloc analysis code.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113109  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-09-05 17:20:46 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						a2fb234b04 
					 
					
						
						
							
							fix PR6760, a missing check in heap SRoA.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100936  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-04-10 18:19:22 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						a0e9a2475c 
					 
					
						
						
							
							fix a globalopt crash on 'bullet' (handling evaluation of a store  
						
						... 
						
						
						
						to an element of a vector in a static ctor) which occurs with an 
unrelated patch I'm testing.  Annoyingly, EvaluateStoreInto basically 
does exactly the same stuff as InsertElement constant folding, but it
now handles vectors, and you can't insertelement into a vector.  It
would be 'really nice' if GEP into a vector were not legal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92889  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-01-07 01:16:21 +00:00