Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						56b8f1d3ee 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48148  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-10 15:49:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						e707216cb9 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48008  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-07 18:20:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						41ef25bfef 
					 
					
						
						
							
							Use AC_PATH_PROG correctly:  
						
						 
						
						... 
						
						
						
						http://www.gnu.org/software/autoconf/manual/autoconf.html#Generic-Programs 
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47943  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-05 09:28:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devang Patel 
							
						 
					 
					
						
						
							
						
						e45252efee 
					 
					
						
						
							
							Remove use of ltdl  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47065  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-13 17:11:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						399c7c76cf 
					 
					
						
						
							
							regenerate  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46761  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-05 19:43:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						cf067674a0 
					 
					
						
						
							
							Update version to 2.3svn  
						
						 
						
						... 
						
						
						
						Regenerate configure with 2.60. 
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46119  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-01-17 05:57:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nate Begeman 
							
						 
					 
					
						
						
							
						
						57b1efb3a2 
					 
					
						
						
							
							Do not build CBackend and MSIL regardless of configured targets  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44973  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-13 01:18:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						67f1c493d1 
					 
					
						
						
							
							Remove host endianness info from TargetData and  
						
						 
						
						... 
						
						
						
						put it in a new header System/Host.h instead.
Instead of getting the endianness from configure,
calculate it directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44959  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-12 23:03:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						1eff70451f 
					 
					
						
						
							
							Fix PR1836: in the interpreter, read and write apints  
						
						 
						
						... 
						
						
						
						using the minimum possible number of bytes.  For little
endian targets run on little endian machines, apints are
stored in memory from LSB to MSB as before.  For big endian
targets on big endian machines they are stored from MSB to
LSB which wasn't always the case before (if the target and
host endianness doesn't match values are stored according
to the host's endianness).  Doing this requires knowing the
endianness of the host, which is determined when configuring -
thanks go to Anton for this.  Only having access to little
endian machines I was unable to properly test the big endian
part, which is also the most complicated...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44796  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-10 17:43:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Michel 
							
						 
					 
					
						
						
							
						
						96dcd2b620 
					 
					
						
						
							
							Regenerated configure after autoconf/configure.ac change.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44628  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-05 21:24:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devang Patel 
							
						 
					 
					
						
						
							
						
						5d28b888b9 
					 
					
						
						
							
							Add --with-llvmgcc= and --with-llvmgxx= configure options.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44586  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-04 22:54:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Christopher 
							
						 
					 
					
						
						
							
						
						790e11cdff 
					 
					
						
						
							
							Add target triple to include/llvm/Config/config.h.in. Regenerate all files.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44478  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-01 00:34:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						0abe116022 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42575  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-10-03 12:07:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						f091568375 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42533  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-10-02 16:42:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						bae4adc7de 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42529  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-10-02 10:14:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						c0efff86a5 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42527  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-10-02 09:50:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						9b7a24831e 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42461  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-29 00:42:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						92f0dca1e3 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42241  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-22 21:36:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						c20f5b086e 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42164  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-20 16:48:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						54c7e12164 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42092  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-18 12:27:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						856585b6d6 
					 
					
						
						
							
							Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42066  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-17 21:41:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						5c70954d97 
					 
					
						
						
							
							Change to 2.2svn.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41941  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-14 01:24:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						dde567f194 
					 
					
						
						
							
							Updating configure script to enable MIPS.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41568  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-29 16:38:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						be3e419280 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41138  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-17 05:45:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						9372f15d45 
					 
					
						
						
							
							Regenerate for __dso_handle, per Anton's request.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40601  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-30 20:13:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrew Lenharth 
							
						 
					 
					
						
						
							
						
						0af32251c7 
					 
					
						
						
							
							support poolalloc as checked out from svn  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39983  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-17 20:37:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						96cf58777b 
					 
					
						
						
							
							Regenerate to pick up Gabor's changes.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39802  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-13 10:05:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						53b2486c8f 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38444  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-09 08:10:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anton Korobeynikov 
							
						 
					 
					
						
						
							
						
						080d6872f3 
					 
					
						
						
							
							Revert last change until issue reported by Owen, won't be fixed.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37854  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-03 17:16:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anton Korobeynikov 
							
						 
					 
					
						
						
							
						
						ed51321bcb 
					 
					
						
						
							
							Rename llvm-test => test-suite. By Dave Greene.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37852  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-03 17:01:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Greene 
							
						 
					 
					
						
						
							
						
						a696d24ad2 
					 
					
						
						
							
							Add support for building with _GLIBCXX_DEBUG.  New configure option  
						
						 
						
						... 
						
						
						
						--enable-expensive-checks allows the developer to enable runtime
checking that can greatly increase compile time.  Currently it only
turns on _GLIBCXX_DEBUG.  Other expensive debugging checks added later
should be controlled by this configure option.
This patch also updates llvm-config with a --cppflags option to inform
llvm-gcc how to build itself so that it is compatible with an llvm that
was built with _GLIBCXX_DEBUG.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37777  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-06-28 19:36:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						59807fabd7 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37166  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-05-17 18:11:03 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						692aa5afc8 
					 
					
						
						
							
							Bumping cvs version number  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36922  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-05-08 04:32:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						0d23818dbb 
					 
					
						
						
							
							Regenerate for detection of llvm-gcc supported languages  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36320  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-04-21 21:28:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						f6390b51e3 
					 
					
						
						
							
							Hopefully fix LTDL_SHLIB_EXT on Darwin  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35872  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-04-11 00:27:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						0b1e466c94 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35596  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-04-02 15:41:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						585e0882c3 
					 
					
						
						
							
							Regenerate for PR1283 fix.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35452  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-03-29 15:38:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anton Korobeynikov 
							
						 
					 
					
						
						
							
						
						099883f7eb 
					 
					
						
						
							
							Let the new backend begin!  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35242  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-03-21 21:38:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						b90645c9cd 
					 
					
						
						
							
							Regenerate for getrlimit/setrlimit.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34350  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-16 19:17:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						febecf4041 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33422  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-01-21 06:42:03 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						9b5b182e5f 
					 
					
						
						
							
							For PR1128:  
						
						 
						
						... 
						
						
						
						Regenerate for ARM support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33419  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-01-21 06:32:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						466207a3eb 
					 
					
						
						
							
							For PR808:  
						
						 
						
						... 
						
						
						
						Regenerate to include NetBSD.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33407  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-01-20 20:45:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						30fe526817 
					 
					
						
						
							
							Regenerate for Anton Korobeynikov.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33392  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-01-20 07:48:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						b6a7aa7e9d 
					 
					
						
						
							
							Add the check for udis86 to support disassembly.  
						
						 
						
						... 
						
						
						
						Regenerated for Anton Korobeynikov.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33360  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-01-19 17:41:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						67bb0796dd 
					 
					
						
						
							
							For PR1074:  
						
						 
						
						... 
						
						
						
						Adjust configuration for Stacker's new name: llvm-stacker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33277  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-01-17 02:14:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Cohen 
							
						 
					 
					
						
						
							
						
						28783c3384 
					 
					
						
						
							
							'==' is not a legal test operator on BSD.  Use '='.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33126  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-01-12 18:22:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						282d8c166f 
					 
					
						
						
							
							Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the  
						
						 
						
						... 
						
						
						
						cc1 and cc1plus executables live.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32738  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-12-21 22:55:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						89b0d995d2 
					 
					
						
						
							
							Allow an --enable-pic option to turn on -fPIC compiler option when building.  
						
						 
						
						... 
						
						
						
						The default is disabled until we know this doesn't break anyone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32635  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-12-16 22:07:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						afa22e2363 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32416  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-12-10 23:29:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						2a0ede8335 
					 
					
						
						
							
							Regenerate.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32350  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-12-08 05:06:28 +00:00