Eric Christopher 
							
						 
					 
					
						
						
							
						
						eec5008e77 
					 
					
						
						
							
							Fix PR7809 by creating a header for just llvm variables that can be  
						
						... 
						
						
						
						included in exported interfaces.  Update a couple of exported interfaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110532  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-08-08 02:44:17 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Christopher 
							
						 
					 
					
						
						
							
						
						ca3ca138d8 
					 
					
						
						
							
							80 columns.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108126  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-07-12 05:13:35 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						c799c55a33 
					 
					
						
						
							
							add some more (void)'s to prototypes for PR6961  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102667  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-04-29 23:27:32 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						ff33d83322 
					 
					
						
						
							
							declare targets with (void) instead of () since this is a C header.  
						
						... 
						
						
						
						Patch by Lars R in PR6961.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102523  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-04-28 20:24:45 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						10bc755d9f 
					 
					
						
						
							
							hopefully unbreak the ocaml bindings.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93082  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-01-09 23:25:21 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						d686c8e73f 
					 
					
						
						
							
							"In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for."  
						
						... 
						
						
						
						Patch by James Y Knight!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93079  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-01-09 22:27:07 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						b6219ba3d6 
					 
					
						
						
							
							improve compatibility with SWIG, patch by James Knight!  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91822  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-12-21 07:52:40 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						baf3eddc78 
					 
					
						
						
							
							Add LLVMInitializeAllTargetInfos for C api, and update  
						
						... 
						
						
						
						LLVMInitializeNativeTarget to initialize target info.
 - Patch by Jose Fonseca.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79307  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-18 03:03:27 +00:00 
						 
				 
			
				
					
						
							
							
								Bob Wilson 
							
						 
					 
					
						
						
							
						
						a96751fc8f 
					 
					
						
						
							
							Provide InitializeAllTargets and InitializeNativeTarget functions in the  
						
						... 
						
						
						
						C bindings.  Change all the backend "Initialize" functions to have C linkage.
Change the "llvm/Config/Targets.def" header to use C-style comments to avoid
compile warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74026  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-06-23 23:59:40 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						777d2306b3 
					 
					
						
						
							
							Rename PaddedSize to AllocSize, in the hope that this  
						
						... 
						
						
						
						will make it more obvious what it represents, and stop
it being confused with the StoreSize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71349  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-05-09 07:06:46 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						ceb4d1aecb 
					 
					
						
						
							
							Rename getABITypeSize to getTypePaddedSize, as  
						
						... 
						
						
						
						suggested by Chris.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62099  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-01-12 20:38:59 +00:00 
						 
				 
			
				
					
						
							
							
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						3e0c835593 
					 
					
						
						
							
							C and Objective Caml bindings for the TargetData class.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48422  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-16 20:08:03 +00:00