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 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						d05b67dc64 
					 
					
						
						
							
							Run llvm-upgrade on this test and/or upgrade intrinsic function calls.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32133  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-12-02 20:38:10 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						e5d4efa63e 
					 
					
						
						
							
							Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and  
						
						... 
						
						
						
						older features will be dropped soon and these test cases must not rely
on the upgrade capability.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31896  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-11-23 15:14:52 +00:00 
						 
				 
			
				
					
						
							
							
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						2393a24fed 
					 
					
						
						
							
							Adding RUN lines.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17533  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-06 23:08:26 +00:00 
						 
				 
			
				
					
						
							
							
								Brian Gaeke 
							
						 
					 
					
						
						
							
						
						3d55eda9da 
					 
					
						
						
							
							Unbreak this test case - llvm-as no longer tolerates redefining names in any  
						
						... 
						
						
						
						given type plane.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10169  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-11-22 06:18:35 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						1fbaa0a1ef 
					 
					
						
						
							
							Cleanup testcase  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5292  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-01-15 18:06:37 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						f289911a6c 
					 
					
						
						
							
							Add a test for folding a GEP into a load.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4139  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-10-13 00:44:00 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						ba3b3e86d1 
					 
					
						
						
							
							Fix to avoid addition on pointers, which is no longer legal.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3850  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-09-20 00:57:37 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						ddd575101d 
					 
					
						
						
							
							Add functions castbool and boolexpr.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3448  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-08-22 03:05:13 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						0f63e22e84 
					 
					
						
						
							
							Add tests for unary NOT operations.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3340  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-08-15 14:09:56 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						d022471260 
					 
					
						
						
							
							*** empty log message ***  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3333  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-08-14 19:29:38 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						92ae901d9e 
					 
					
						
						
							
							Make testcase legal LLVM  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3201  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-08-01 20:48:21 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						a7a1c7e971 
					 
					
						
						
							
							Some of these are feature tests, not regression tests.  
						
						... 
						
						
						
						This directory needs to be reorganized and some of the tests
need changes to make them executable.  Also comments would help...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2865  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-07-10 21:54:05 +00:00