Michael J. Spencer 
							
						 
					 
					
						
						
							
						
						965841cfe4 
					 
					
						
						
							
							Support/Path: Deprecate PathV1::isAbsolute.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122086  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-12-17 21:21:31 +00:00 
						 
				 
			
				
					
						
							
							
								Michael J. Spencer 
							
						 
					 
					
						
						
							
						
						3cc52ea33c 
					 
					
						
						
							
							I swear I did a make clean and make before committing all this...  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120304  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-11-29 18:47:54 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						d66f2b74f2 
					 
					
						
						
							
							Rename FindExecutable to PrependMainExecutablePath.  
						
						... 
						
						
						
						Makes it more clear that it is just a path manipulation function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118174  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-11-03 16:14:16 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						6674b77ada 
					 
					
						
						
							
							llvmc: Fix tool finding logic.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118056  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-11-02 20:47:41 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						9f36e7389f 
					 
					
						
						
							
							llvmc: Make ExecuteProgram() look in the driver directory first.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117584  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-10-28 19:33:08 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						b374d4fd82 
					 
					
						
						
							
							Get rid of exceptions in llvmc.  
						
						... 
						
						
						
						llvmc can be now compiled with llvm-gcc on Windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109215  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-07-23 03:42:55 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						dcc44670f4 
					 
					
						
						
							
							Print a space after the colon.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104279  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-05-20 21:11:37 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						eb0971529d 
					 
					
						
						
							
							llvmc: Make segfault detection work on Win32.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104261  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-05-20 19:23:47 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						139c9e1f85 
					 
					
						
						
							
							llvmc: report an error if a child process segfaults.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104145  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-05-19 19:24:32 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						0d61349dc3 
					 
					
						
						
							
							Use FindExecutable as a fall-back search method.  
						
						... 
						
						
						
						Allows us to find executables that are in the same directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97786  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-03-05 04:46:28 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						6533afe349 
					 
					
						
						
							
							llvmc: Add a '-time' option.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86348  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-11-07 06:33:58 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						9cdd4f57c8 
					 
					
						
						
							
							#include <iostream> is forbidden. Remove it in favor of raw_ostream.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74507  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-06-30 04:07:12 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						7defa2d3d5 
					 
					
						
						
							
							Make -save-temps behave like in GCC 4.5.  
						
						... 
						
						
						
						The -save-temps option now behaves like described in GCC 4.5 release notes
(you can specify output directory for temporary files with -save-temps=obj
-o $DIRNAME). I do not have GCC 4.5 installed, so if there are any
inconsistencies between llvmc and GCC in the implementation of this
feature, please let me know.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74190  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-06-25 18:20:10 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						f188178a2f 
					 
					
						
						
							
							Reorganize llvmc code.  
						
						... 
						
						
						
						Move the code from 'llvmc/driver' into a new CompilerDriver library, and change
the build system accordingly. Makes it easier for projects using LLVM to build
their own llvmc-based drivers.
Tested with objdir != srcdir.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65821  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-03-02 09:01:14 +00:00