Rafael Espindola 
							
						 
					 
					
						
						
							
						
						2f8f1d34e3 
					 
					
						
						
							
							Delete -std-compile-opts.  
						
						... 
						
						
						
						These days -std-compile-opts was just a silly alias for -O3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219951  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2014-10-16 20:00:02 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						a53616d08b 
					 
					
						
						
							
							Remove support for parsing the "type i32" syntax for defining a numbered  
						
						... 
						
						
						
						top level type without a specified number.  This syntax isn't documented
and blocks forward progress.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133371  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-06-19 00:03:46 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						9c7a988e3b 
					 
					
						
						
							
							Use "opt < %s" instead of "opt %s" so that opt doesn't print the test  
						
						... 
						
						
						
						filename in the output, which interferes with the tests' grep lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81263  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-08 22:57:49 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						3e054fe9ef 
					 
					
						
						
							
							Use opt -S instead of piping bitcode output through llvm-dis.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81257  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-08 22:34:10 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						b1e1e82c54 
					 
					
						
						
							
							Change these tests to feed the assembly files to opt directly, instead  
						
						... 
						
						
						
						of using llvm-as, now that opt supports this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81226  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-08 16:50:01 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						ab6b226978 
					 
					
						
						
							
							Don't load values out of global constants with weak  
						
						... 
						
						
						
						linkage: the value may be replaced with something
different at link time.  (Frontends that want to
allow values to be loaded out of weak constants can
give their constants weak_odr linkage).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67407  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-03-20 21:53:29 +00:00