Dan Gohman 
							
						 
					 
					
						
						
							
						
						fce288fc91 
					 
					
						
						
							
							Eliminate more uses of llvm-as and llvm-dis.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81293  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-09 00:09:15 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						ae3a0be92e 
					 
					
						
						
							
							Split the Add, Sub, and Mul instruction opcodes into separate  
						
						... 
						
						
						
						integer and floating-point opcodes, introducing
FAdd, FSub, and FMul.
For now, the AsmParser, BitcodeReader, and IRBuilder all preserve
backwards compatability, and the Core LLVM APIs preserve backwards
compatibility for IR producers. Most front-ends won't need to change
immediately.
This implements the first step of the plan outlined here:
http://nondot.org/sabre/LLVMNotes/IntegerOverflow.txt 
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72897  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-06-04 22:49:04 +00:00 
						 
				 
			
				
					
						
							
							
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						53a66d10f0 
					 
					
						
						
							
							Remove llvm-upgrade and update tests.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47296  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-19 01:41:04 +00:00 
						 
				 
			
				
					
						
							
							
								Dale Johannesen 
							
						 
					 
					
						
						
							
						
						c2ec2baf3d 
					 
					
						
						
							
							Change all floating constants that are not exactly  
						
						... 
						
						
						
						representable to use hex format.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41722  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-05 17:50:36 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						4857b1b320 
					 
					
						
						
							
							remove this bogus t-t  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38464  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-09 17:31:07 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						9dd446c561 
					 
					
						
						
							
							Split target dependent test portions to target-specific directories.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36612  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-05-01 02:56:15 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						eb1d74e0c8 
					 
					
						
						
							
							For PR1319:  
						
						... 
						
						
						
						Remove && from the end of the lines to prevent tests from throwing run
lines into the background. Also, clean up places where the same command
is run multiple times by using a temporary file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36142  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-04-16 17:36:08 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						69ccadd753 
					 
					
						
						
							
							Use the llvm-upgrade program to upgrade llvm assembly.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32115  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-12-02 04:23:10 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						5ecc0acfbb 
					 
					
						
						
							
							New testcase  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28444  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-05-24 00:12:50 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						8981f06a44 
					 
					
						
						
							
							Add a run with an unusual target triple, revert the patch that sent output to  
						
						... 
						
						
						
						dev null as it broke the test and doesn't add anything.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27656  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-04-13 17:10:03 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						67263ba611 
					 
					
						
						
							
							Don't dump the llc assembly output to stdout.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27631  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-04-12 21:03:04 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						bf9341493a 
					 
					
						
						
							
							Make this test harder, always check generic x86 and SSE-enabled x86.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27295  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-03-31 17:59:16 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						5d37acc917 
					 
					
						
						
							
							add some tests for typecasts and extract_element  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26998  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-03-23 21:15:57 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						4d2182a729 
					 
					
						
						
							
							Add an integer splat test  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26923  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-03-21 18:27:27 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						7ca9777e08 
					 
					
						
						
							
							add a new testcase.  This insertelement should be a noop on SSE.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26859  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-03-19 05:46:51 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						00e2c94788 
					 
					
						
						
							
							add another testcase, explicitly check stuff works with G5 and G3 codegen on  
						
						... 
						
						
						
						PPC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26854  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-03-19 04:45:11 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						152c72d88a 
					 
					
						
						
							
							add two new insert_element tests  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26850  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-03-19 01:27:04 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						1e4af78b95 
					 
					
						
						
							
							Add three new testcases  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26844  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-03-19 00:20:03 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						95ab268594 
					 
					
						
						
							
							new testcase  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26832  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-03-17 20:04:40 +00:00