Benjamin Kramer 
							
						 
					 
					
						
						
							
						
						18eaefd25e 
					 
					
						
						
							
							Remove dead returns.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90083  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-11-29 17:42:58 +00:00 
						 
				 
			
				
					
						
							
							
								Kovarththanan Rajaratnam 
							
						 
					 
					
						
						
							
						
						d614673bb8 
					 
					
						
						
							
							This patch ensures that Path::GetMainExecutable is able to handle the  
						
						... 
						
						
						
						case where realpath() fails. When this occurs we segfault trying to
create a std::string from a NULL pointer.
Fixes PR5635.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90082  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-11-29 17:19:48 +00:00 
						 
				 
			
				
					
						
							
							
								Edward O'Callaghan 
							
						 
					 
					
						
						
							
						
						e49a8e4db9 
					 
					
						
						
							
							API change Path::isSpecialFile to Path::isRegularFile, improve semantics in regards to comments from 89765 post review.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89848  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-11-25 06:32:19 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						98e46d81c4 
					 
					
						
						
							
							Remove bogus error handling code.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89786  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-11-24 19:03:33 +00:00 
						 
				 
			
				
					
						
							
							
								Edward O'Callaghan 
							
						 
					 
					
						
						
							
						
						d41e944501 
					 
					
						
						
							
							Provide Path::isSpecialFile interface for PR5568.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89765  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-11-24 15:19:10 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						68d29d09c6 
					 
					
						
						
							
							Revert commit 81144, and add a comment.  It caused bugpoint timeouts  
						
						... 
						
						
						
						not to work any more on linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86481  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-11-08 20:55:48 +00:00 
						 
				 
			
				
					
						
							
							
								Edward O'Callaghan 
							
						 
					 
					
						
						
							
						
						bd5dc45296 
					 
					
						
						
							
							Fix malloc.h is deprecated warning on DragonFly BSD.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85782  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-11-02 03:20:57 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						0b81e19d19 
					 
					
						
						
							
							Most stack straces don't need 3 digits worth of levels.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85575  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-10-30 02:45:10 +00:00 
						 
				 
			
				
					
						
							
							
								Chandler Carruth 
							
						 
					 
					
						
						
							
						
						8b67f774e9 
					 
					
						
						
							
							Move DataTypes.h to include/llvm/System, update all users. This breaks the last  
						
						... 
						
						
						
						direct inclusion edge from System to Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85086  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-10-26 01:35:46 +00:00 
						 
				 
			
				
					
						
							
							
								Ted Kremenek 
							
						 
					 
					
						
						
							
						
						8201ebd40b 
					 
					
						
						
							
							Use 'waitpid' instead of 'wait'.  Basing Program::Wait() on 'wait()' prevents it being correct within a multithreaded context.  
						
						... 
						
						
						
						This address: PR 5277 (Program::Wait is unsafe to call from multiple threads).
Note: If waitpid() turns out to be non-portable, we can add more autoconf magic, or look into
another solution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84903  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-10-22 22:16:17 +00:00 
						 
				 
			
				
					
						
							
							
								Edward O'Callaghan 
							
						 
					 
					
						
						
							
						
						df40664a63 
					 
					
						
						
							
							Haiku porting patches, Credit to Paul Davey.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83823  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-10-12 04:57:20 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						57d6903dea 
					 
					
						
						
							
							Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks  
						
						... 
						
						
						
						ExecuteAndWait.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82522  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-22 04:44:56 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						6db0e3a981 
					 
					
						
						
							
							Get rid of GetProcessId in Win32/Program.inc.  
						
						... 
						
						
						
						GetProcessId was introduced only in XP. As a bonus, this change makes Program
objects copyable, since Program is now basically a PID.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81826  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-15 03:39:45 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						ec080467f5 
					 
					
						
						
							
							Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't  
						
						... 
						
						
						
						working. To support this, add an is_displayed() function to raw_ostream,
and generalize Process::StandardOutIsDisplayed and friends in order to
support it.
Also, call RemoveFileOnSignal before creating a file instead of after, so
that the file isn't left behind if the program is interrupted between when
the file is created and RemoveFileOnSignal is called.
While here, add a -S to llvm-extract and port it to IRReader so that it
supports assembly input.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81568  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-11 20:46:33 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Kramer 
							
						 
					 
					
						
						
							
						
						d8b0630027 
					 
					
						
						
							
							Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup on  
						
						... 
						
						
						
						clang's testsuite.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81333  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-09 12:09:08 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						8add26934a 
					 
					
						
						
							
							Check that the 'kill' call succeeded.  
						
						... 
						
						
						
						Thanks to Duncan Sands for spotting this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81328  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-09 09:51:47 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						f1c3d5010f 
					 
					
						
						
							
							This should unbreak the build on 64-bit Linux.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81252  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-08 20:31:27 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						c22675b542 
					 
					
						
						
							
							Const-correctness.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81249  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-08 19:51:39 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						edf8e48c21 
					 
					
						
						
							
							Get rid of the Pid_ member in the Program class.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81247  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-08 19:50:55 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						a607202a68 
					 
					
						
						
							
							Add a Kill() function to the Program class.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81246  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-08 19:50:27 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						3429c5e153 
					 
					
						
						
							
							Using a signal handler that does nothing should be  
						
						... 
						
						
						
						equivalent to SIG_IGN.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81144  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-07 05:58:25 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						c2d98bc0d6 
					 
					
						
						
							
							Remove some not-really-used variables, as warned  
						
						... 
						
						
						
						about by icc (#593 , partial).  Patch by Erick Tryzelaar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81115  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-06 12:41:19 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						740eb5323e 
					 
					
						
						
							
							Tweak code into an equivalent form for which icc  
						
						... 
						
						
						
						doesn't warn about unreachable instructions.  Patch
by Erick Tryzelaar (#111 ).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81110  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-06 10:53:22 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						7096395d02 
					 
					
						
						
							
							Improve llvm::getHostTriple for some cases where the LLVM_HOSTTRIPLE is not  
						
						... 
						
						
						
						reliable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80863  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-03 01:10:13 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						dbe89cd2f0 
					 
					
						
						
							
							remove the last uses of Config/alloca.h  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79873  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-23 22:57:38 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						74382b7c69 
					 
					
						
						
							
							Prune #includes from llvm/Linker.h and llvm/System/Path.h,  
						
						... 
						
						
						
						forcing them down into various .cpp files.
This change also:
1. Renames TimeValue::toString() and Path::toString() to ::str()
   for similarity with the STL.
2. Removes all stream insertion support for sys::Path, forcing
   clients to call .str().
3. Removes a use of Config/alloca.h from bugpoint, using smallvector
   instead.
4. Weans llvm-db off <iostream>
sys::Path really needs to be gutted, but I don't have the desire to
do it at this point.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79869  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-23 22:45:37 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						0d1ea255d9 
					 
					
						
						
							
							Get rid of a helgrind warning.  If this is _actually_ a performance problem,  
						
						... 
						
						
						
						we can find a way to cache the answer that isn't racy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79472  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-19 21:48:34 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						6ae8c73aca 
					 
					
						
						
							
							Add locking around signal handler registration.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79254  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-17 17:07:22 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						7db949df78 
					 
					
						
						
							
							Fix a bunch of namespace pollution.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78363  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-07 01:32:21 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						7b3544ba97 
					 
					
						
						
							
							Minor code simplification.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78239  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-05 20:16:55 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						88abb89183 
					 
					
						
						
							
							Update a comment to reflect the current code.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78215  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-05 17:32:39 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						2cd498be60 
					 
					
						
						
							
							Remove needless uses of std::flush in the parent process after a  
						
						... 
						
						
						
						fork call. This eliminates a need for <iostream>. Also remove
needless fsync calls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78131  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-05 00:17:00 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						339685269f 
					 
					
						
						
							
							Use _exit rather than exit in the child process after a failed exec.  
						
						... 
						
						
						
						Add a comment explaining why.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78128  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-05 00:09:12 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						f363bc8326 
					 
					
						
						
							
							Follow Unix behavior and return 127 if the command is not found,  
						
						... 
						
						
						
						and 126 if it is not executable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78120  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-04 23:15:49 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						6db0a8b4fd 
					 
					
						
						
							
							When exec() fails, return 127 instead of errno; the parent process has no way to  
						
						... 
						
						
						
						distinguish that the result is errno, so it can't use it to provide more
information about the error (it also exposes the numeric value of errno).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78098  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-04 20:32:25 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						defc85327a 
					 
					
						
						
							
							Fix a race condition in getting the process exit code on Win32.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77953  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-03 05:02:46 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						28daa10246 
					 
					
						
						
							
							Remove another F_OK.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77405  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-29 00:02:58 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						a87861e4f8 
					 
					
						
						
							
							On "Unix", if Program::FindProgramByName is given a name containing  
						
						... 
						
						
						
						slashes, just go with it, regardless of whether it looks like it will
be executable. This follows the behavior of sh(1) more closely.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77396  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-28 23:25:18 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						73c74ead21 
					 
					
						
						
							
							It isn't necessary to use F_OK when using R_OK or similar.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77392  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-28 23:22:01 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Kramer 
							
						 
					 
					
						
						
							
						
						b0facb18df 
					 
					
						
						
							
							Fix a fixme; don't take binaries from the working directory.  
						
						... 
						
						
						
						This fixes clang on non-darwin platforms if a file called 'ld' or 'as'
is in the working directory. Based on patch by Pawel Worach!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77379  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-28 22:08:15 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Kleckner 
							
						 
					 
					
						
						
							
						
						10b4fc552f 
					 
					
						
						
							
							Re-committing r76828 with the JIT memory manager changes now that the build  
						
						... 
						
						
						
						bots like the BumpPtrAllocator changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76902  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-23 21:46:56 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Kleckner 
							
						 
					 
					
						
						
							
						
						4bf370698a 
					 
					
						
						
							
							Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76838  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-23 01:40:54 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Kleckner 
							
						 
					 
					
						
						
							
						
						81ce3ed08c 
					 
					
						
						
							
							Make the JIT code emitter properly retry and ask for more memory when it runs  
						
						... 
						
						
						
						out of memory, and also make the default memory manager allocate more memory
when it runs out.
Also, switch function stubs and global data over to using the BumpPtrAllocator.
This makes it so the JIT no longer mmaps (or the equivalent on Windows) 16 MB
of memory, and instead allocates in 512K slabs.  I suspect this size could go
lower, especially on embedded platforms, now that more slabs can be allocated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76828  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-23 00:49:59 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						3140619c63 
					 
					
						
						
							
							Remove duplication in Program::Execute{And,No}Wait.  
						
						... 
						
						
						
						Implemented by moving the code out of static functions into methods of Program
class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76340  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-18 21:43:12 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						234f6893a2 
					 
					
						
						
							
							Trailing whitespace.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76229  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-17 20:38:17 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						a00e85c9b1 
					 
					
						
						
							
							Improve sys::Path::makeAbsolute on Win32.  
						
						... 
						
						
						
						- Patch by Viktor Kutuzov!
 - Minor tweak by me to add llvm_unreachable calls on FIXMEd error paths.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75424  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-12 20:23:56 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						0f55014430 
					 
					
						
						
							
							"UNIX paths can contain non-ASCII characters, so Path::isValid() should not reject paths with such characters in them. The attached patch removes the check from Path::isValid()."  
						
						... 
						
						
						
						patch by Benjamin Kramer!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75421  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-12 19:01:16 +00:00 
						 
				 
			
				
					
						
							
							
								David Greene 
							
						 
					 
					
						
						
							
						
						59629c1d8b 
					 
					
						
						
							
							Add an ExecuteNoWait interface to support asynchronous process spawning.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75055  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-08 21:46:40 +00:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Yasskin 
							
						 
					 
					
						
						
							
						
						ed1c0ffe0b 
					 
					
						
						
							
							Add a portable strerror*() wrapper, llvm::sys::StrError().  This includes the  
						
						... 
						
						
						
						Windows variant, strerror_s, but I couldn't test that.
I'll update configure and config.h.in in a subsequent patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74621  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-01 18:11:20 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						02b97355aa 
					 
					
						
						
							
							Fix compilation without pthreads.  
						
						... 
						
						
						
						Patch by Xerxes Ranby.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74283  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-06-26 08:48:03 +00:00