Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								4b8067f37b 
								
							 
						 
						
							
							
								
								Undo removal of the runtime libraries. While this may have been a bit  
							
							 
							
							... 
							
							
							
							premature, these libraries will be going away for the 2.0 release. Other
arrangements for profiling, gc, etc. should be made in the next few months.
llvm-svn: 31807 
							
						 
						
							2006-11-17 03:32:33 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								3f97d03f86 
								
							 
						 
						
							
							
								
								In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will  
							
							 
							
							... 
							
							
							
							be dropped. This patch pertains to removing the runtime directory from LLVM.
llvm-svn: 31793 
							
						 
						
							2006-11-16 23:17:27 +00:00  
						
					 
				
					
						
							
							
								 
								John Criswell
							
						 
						
							 
							
							
							
							
								
							
							
								e6330aeb36 
								
							 
						 
						
							
							
								
								Describe and date modifications we made per LGPL requirements.  
							
							 
							
							... 
							
							
							
							llvm-svn: 29569 
							
						 
						
							2006-08-08 14:47:54 +00:00  
						
					 
				
					
						
							
							
								 
								John Criswell
							
						 
						
							 
							
							
							
							
								
							
							
								05de6a9297 
								
							 
						 
						
							
							
								
								Make information more complete.  
							
							 
							
							... 
							
							
							
							llvm-svn: 29568 
							
						 
						
							2006-08-08 14:47:33 +00:00  
						
					 
				
					
						
							
							
								 
								John Criswell
							
						 
						
							 
							
							
							
							
								
							
							
								6878ce38aa 
								
							 
						 
						
							
							
								
								Reverted previous commit.  Thanks, Chris.  
							
							 
							
							... 
							
							
							
							llvm-svn: 29388 
							
						 
						
							2006-07-28 18:30:52 +00:00  
						
					 
				
					
						
							
							
								 
								John Criswell
							
						 
						
							 
							
							
							
							
								
							
							
								4e31ae8611 
								
							 
						 
						
							
							
								
								Added in the LGPL text and copyright information.  This needs to be  
							
							 
							
							... 
							
							
							
							included in the distribution.
Also added the glibc LICENSES file, which should be included as well.
llvm-svn: 29386 
							
						 
						
							2006-07-28 18:16:00 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								a647c7ff42 
								
							 
						 
						
							
							
								
								Use archive libraries instead of object files for VMCore, BCReader,  
							
							 
							
							... 
							
							
							
							BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate
these changes. This was done to speed up link times.
llvm-svn: 28610 
							
						 
						
							2006-06-01 01:30:27 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								08b0747be9 
								
							 
						 
						
							
							
								
								Optimizing to calloc() to malloc() + memset() can be bad on some platforms.  
							
							 
							
							... 
							
							
							
							llvm-svn: 26732 
							
						 
						
							2006-03-13 21:22:43 +00:00  
						
					 
				
					
						
							
							
								 
								John Criswell
							
						 
						
							 
							
							
							
							
								
							
							
								62ef23839c 
								
							 
						 
						
							
							
								
								Add the remove() function from the C library.  
							
							 
							
							... 
							
							
							
							llvm-svn: 24498 
							
						 
						
							2005-11-28 15:49:15 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								e301401118 
								
							 
						 
						
							
							
								
								For PR432:  
							
							 
							
							... 
							
							
							
							* Variable name change: cferuntime_libdir -> CFERuntimeLibDir
llvm-svn: 19096 
							
						 
						
							2004-12-22 05:57:33 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								c6de5b56a3 
								
							 
						 
						
							
							
								
								Use the new BYTECODE_DESTINATION to override the default bytecode install  
							
							 
							
							... 
							
							
							
							destination for this library so that it goes to $(cferuntime_libdir) rather
than just $(libdir). Normal bytecode libraries should be installed in the
$(libdir), but these ones are "special" because they're part of the the
C/C++ front end.
llvm-svn: 18882 
							
						 
						
							2004-12-13 07:40:50 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								53c59689d1 
								
							 
						 
						
							
							
								
								Standardize the makefiles with space around = to match the rest of LLVM.  
							
							 
							
							... 
							
							
							
							llvm-svn: 18429 
							
						 
						
							2004-12-02 09:58:09 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								30d8baea8d 
								
							 
						 
						
							
							
								
								Adjust to changes in Makefile.rules  
							
							 
							
							... 
							
							
							
							llvm-svn: 17167 
							
						 
						
							2004-10-22 21:02:08 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								c1c320c335 
								
							 
						 
						
							
							
								
								We won't use automake  
							
							 
							
							... 
							
							
							
							llvm-svn: 17155 
							
						 
						
							2004-10-22 03:35:04 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								6a11a75f31 
								
							 
						 
						
							
							
								
								Initial automake generated Makefile template  
							
							 
							
							... 
							
							
							
							llvm-svn: 17136 
							
						 
						
							2004-10-18 23:55:41 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								94ffa656eb 
								
							 
						 
						
							
							
								
								Initial Makefile.am for building with automake  
							
							 
							
							... 
							
							
							
							llvm-svn: 17073 
							
						 
						
							2004-10-17 00:24:24 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								c0ec7a65a6 
								
							 
						 
						
							
							
								
								Make sure that for systems where the string functions are actually macros  
							
							 
							
							... 
							
							
							
							that we undefine the macro before using its name in the definition. This
can happen on Linux if _GNU_SOURCE is defined.
llvm-svn: 17071 
							
						 
						
							2004-10-17 00:17:54 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								76319a83bd 
								
							 
						 
						
							
							
								
								Don't call memset if malloc returns a null pointer  
							
							 
							
							... 
							
							
							
							llvm-svn: 16797 
							
						 
						
							2004-10-06 23:08:03 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								33f9071aae 
								
							 
						 
						
							
							
								
								Add a simple implementation of strncpy  
							
							 
							
							... 
							
							
							
							llvm-svn: 11672 
							
						 
						
							2004-02-20 20:15:47 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								74b387dea1 
								
							 
						 
						
							
							
								
								Add strndup  
							
							 
							
							... 
							
							
							
							llvm-svn: 11638 
							
						 
						
							2004-02-19 21:44:41 +00:00  
						
					 
				
					
						
							
							
								 
								Misha Brukman
							
						 
						
							 
							
							
							
							
								
							
							
								91ed92fe5f 
								
							 
						 
						
							
							
								
								Disable __attribute__((weak)) on Mac OS X and other lame platforms.  
							
							 
							
							... 
							
							
							
							llvm-svn: 10489 
							
						 
						
							2003-12-16 22:57:30 +00:00  
						
					 
				
					
						
							
							
								 
								Misha Brukman
							
						 
						
							 
							
							
							
							
								
							
							
								97f451555d 
								
							 
						 
						
							
							
								
								Make all memory functions have weak linkage so that they can be overridden with  
							
							 
							
							... 
							
							
							
							custom memory-management implementations (e.g., bash).
llvm-svn: 10478 
							
						 
						
							2003-12-15 22:32:50 +00:00  
						
					 
				
					
						
							
							
								 
								Misha Brukman
							
						 
						
							 
							
							
							
							
								
							
							
								1608115bfc 
								
							 
						 
						
							
							
								
								Fixed word order.  
							
							 
							
							... 
							
							
							
							llvm-svn: 9978 
							
						 
						
							2003-11-13 18:03:11 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								5382729e0c 
								
							 
						 
						
							
							
								
								Fix strcpy implementation and trie  
							
							 
							
							... 
							
							
							
							llvm-svn: 9338 
							
						 
						
							2003-10-21 17:53:16 +00:00  
						
					 
				
					
						
							
							
								 
								John Criswell
							
						 
						
							 
							
							
							
							
								
							
							
								abe5cdcf21 
								
							 
						 
						
							
							
								
								Added LLVM copyright to Makefiles.  
							
							 
							
							... 
							
							
							
							llvm-svn: 9314 
							
						 
						
							2003-10-20 22:29:16 +00:00  
						
					 
				
					
						
							
							
								 
								John Criswell
							
						 
						
							 
							
							
							
							
								
							
							
								49a9b67858 
								
							 
						 
						
							
							
								
								Adding additional license information to these files.  
							
							 
							
							... 
							
							
							
							llvm-svn: 9102 
							
						 
						
							2003-10-13 20:34:27 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								1c725dda63 
								
							 
						 
						
							
							
								
								Squelch warning  
							
							 
							
							... 
							
							
							
							llvm-svn: 8170 
							
						 
						
							2003-08-28 14:35:12 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								2a6b89bec5 
								
							 
						 
						
							
							
								
								Convert libraries into the BYTECODE_LIBRARY style  
							
							 
							
							... 
							
							
							
							llvm-svn: 7858 
							
						 
						
							2003-08-15 02:20:32 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								ecc3ec0ca9 
								
							 
						 
						
							
							
								
								Disable this support stuff, it doesn't work under linux anyway  
							
							 
							
							... 
							
							
							
							llvm-svn: 7849 
							
						 
						
							2003-08-14 20:55:38 +00:00  
						
					 
				
					
						
							
							
								 
								Misha Brukman
							
						 
						
							 
							
							
							
							
								
							
							
								064192d260 
								
							 
						 
						
							
							
								
								Prevent lines from wrapping.  
							
							 
							
							... 
							
							
							
							llvm-svn: 6419 
							
						 
						
							2003-05-29 22:12:35 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								01246aa56d 
								
							 
						 
						
							
							
								
								Initial checkin  
							
							 
							
							... 
							
							
							
							llvm-svn: 6414 
							
						 
						
							2003-05-29 20:24:54 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								e5325ff767 
								
							 
						 
						
							
							
								
								Remove support for memset  
							
							 
							
							... 
							
							
							
							llvm-svn: 5599 
							
						 
						
							2003-02-18 20:42:15 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								4f6a098c84 
								
							 
						 
						
							
							
								
								Fixes to be LP64 correct  
							
							 
							
							... 
							
							
							
							llvm-svn: 2950 
							
						 
						
							2002-07-18 00:15:29 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								10b85921ef 
								
							 
						 
						
							
							
								
								Add strcat function  
							
							 
							
							... 
							
							
							
							llvm-svn: 1847 
							
						 
						
							2002-03-11 17:46:50 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								06eccf0f75 
								
							 
						 
						
							
							
								
								Checkin library infrastructure for building stuff to be linked with  
							
							 
							
							... 
							
							
							
							gccld
llvm-svn: 1842 
							
						 
						
							2002-03-08 23:20:52 +00:00