Reid Spencer 
							
						 
					 
					
						
						
							
						
						721d9aa060 
					 
					
						
						
							
							For PR351:  
						
						... 
						
						
						
						* Implement GetMallocUsage to get usage of malloc heap
* Implement GetMemoryUsage to get total memory usage of process
* Implement GetTimeUsage to get elapsed/user/system time
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19055  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-20 00:59:28 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cohen 
							
						 
					 
					
						
						
							
						
						f8cdb85d05 
					 
					
						
						
							
							Fix win32 breakage  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19028  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-18 06:42:15 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cohen 
							
						 
					 
					
						
						
							
						
						b8b836d019 
					 
					
						
						
							
							Expository comment submitted by Henrik Bach  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18976  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-16 04:06:56 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						00e8930206 
					 
					
						
						
							
							Change the signatures of the destroyFile and destroyDirectory methods to  
						
						... 
						
						
						
						const because they affect the file system, not the Path object.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18973  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-15 23:02:10 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						24ac21f937 
					 
					
						
						
							
							Remove the CFE's lib directory from the bytecode path because LLVM should  
						
						... 
						
						
						
						be agnostic to the needs of any specific FE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18969  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-15 22:22:51 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						07f9f4e2a4 
					 
					
						
						
							
							Fix a file overwrite bug in llvm-ar introduced by changes to  
						
						... 
						
						
						
						createTemporaryFile semantics where it doesn't create a fully unique name
if the basename doesn't exist. This functionality is now optionally
provided by the boolean reuse_current parameter to createTemporaryFile and
makeUnique. The default values differ because of the way these functions
are used in LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18961  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-15 08:32:45 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cohen 
							
						 
					 
					
						
						
							
						
						003485a0b3 
					 
					
						
						
							
							Make Win32 TimeValue::toString() re-entrant and work with mingw  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18954  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-15 04:28:44 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cohen 
							
						 
					 
					
						
						
							
						
						ab68df02bc 
					 
					
						
						
							
							Fix VC++ compilation errors  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18953  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-15 04:08:15 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						c29befb554 
					 
					
						
						
							
							For PR351:  
						
						... 
						
						
						
						* Fix implementation and documentation about LLVMGCCDIR/bytecode-libs
* Add the makeUnique method, replacement for getUniqueFilename in Support.
* Add the sys::CopyFile function, replacement for CopyFile in Support.
* Move GetLLVMConfigDir() into generic code area since its generic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18947  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-15 01:50:13 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						3b0cc78c60 
					 
					
						
						
							
							Add the getMagicNumber method.  
						
						... 
						
						
						
						Patch contributed by Henrik Bach. Thanks Henrik!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18933  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-14 18:42:13 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cohen 
							
						 
					 
					
						
						
							
						
						626e38e481 
					 
					
						
						
							
							Implement Win32 Path::getStatusInfo(), TimeValue::toString()  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18930  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-14 05:26:43 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						e2e2411f40 
					 
					
						
						
							
							For PR351:  
						
						... 
						
						
						
						Implement the new environment pointer for ExecuteAndWait
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18928  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-14 04:18:51 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						77cc91deaa 
					 
					
						
						
							
							For PR351:  
						
						... 
						
						
						
						Implement three new functions to allow setting access/permission bits on
the file referenced by a path. The makeReadable and makeExecutable methods
replace the FileUtilities MakeFileReadable and MakeFileExecutable
functions. The makeWritable function is new and provided for consistency
since Path has a writable() method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18907  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-13 19:59:50 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						79fc924957 
					 
					
						
						
							
							Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT  
						
						... 
						
						
						
						available.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18904  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-13 18:41:28 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						b0e1887014 
					 
					
						
						
							
							Fix a bug where "." or any single character file name doesn't get the  
						
						... 
						
						
						
						terminating / when setDirectory is called.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18886  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-13 07:51:52 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						732f92d56e 
					 
					
						
						
							
							* Add a std::ostream inserter for sys::Path  
						
						... 
						
						
						
						* Correct the std::string constructor to take a const reference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18877  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-13 06:57:15 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cohen 
							
						 
					 
					
						
						
							
						
						3265369ff5 
					 
					
						
						
							
							Fix recent breakage of win32 build  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18876  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-13 06:26:35 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						6c4b7bded1 
					 
					
						
						
							
							Implement new functions per new interface  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18866  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-13 03:03:42 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						707a27cfa8 
					 
					
						
						
							
							Rename Path::get -> Path::toString  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18802  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-11 17:37:01 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cohen 
							
						 
					 
					
						
						
							
						
						31127e1d89 
					 
					
						
						
							
							Fix residual Visual Studio build problems  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18688  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-09 05:51:11 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						441cc2ab01 
					 
					
						
						
							
							Implement the default constructor which causes the current program to be  
						
						... 
						
						
						
						opened as if it was a dynamic library so its symbols can be searched too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18341  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-29 10:39:46 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						7a4538941a 
					 
					
						
						
							
							Cast the void* handle data member to HMODULE* to keep the VC++ compiler  
						
						... 
						
						
						
						happy. Thanks to Henrik Bach for pointing this out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18056  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-20 23:30:55 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						0de02a6ba9 
					 
					
						
						
							
							Dynamic Library abstraction. This makes the abstraction of a single dynamic  
						
						... 
						
						
						
						library (shared library/shared object) whose symbols can be looked up
dynamically. Used for plug-ins.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17940  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-18 04:33:39 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						e5525438b0 
					 
					
						
						
							
							Erase non-applicable Unix comment, this is Win32  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17896  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-16 07:35:32 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						56d3cdbd21 
					 
					
						
						
							
							Remove useless #include.  
						
						... 
						
						
						
						Patch contributed by Jeff Cohen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17891  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-16 07:00:23 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						9860121890 
					 
					
						
						
							
							Simplify code.  
						
						... 
						
						
						
						Patch contributed by Jeff Cohen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17890  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-16 06:59:53 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						8bf7fba10b 
					 
					
						
						
							
							Per code review:  
						
						... 
						
						
						
						* get rid of (void) construct in function declarations
* make toString a const member
* add a default implementation of toString for Win32
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17873  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-16 06:22:17 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						6b09db550f 
					 
					
						
						
							
							Provide the ThrowErrno utility.  
						
						... 
						
						
						
						Patch contributed by Morten Ofstad
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17827  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-15 17:21:57 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						abc8650fc0 
					 
					
						
						
							
							Adjust implementation to match new interface.  
						
						... 
						
						
						
						Patch provided by Morten Ofstad
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17826  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-15 17:20:28 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						a79a99a1dc 
					 
					
						
						
							
							Actually get the #include correct so it compiles  .. duh.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17817  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-15 04:47:22 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						4b82681c65 
					 
					
						
						
							
							Fix isBytecodeFile to correctly recognized compressed bytecode too.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17655  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-09 20:27:23 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						07adb2836b 
					 
					
						
						
							
							Stop propagating method names that violate the coding standard  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17498  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-05 22:15:36 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						8af3ed0354 
					 
					
						
						
							
							Use __MINGW instead of __MING. Patch contributed by Henrik Bach.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16970  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-10-14 03:09:02 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						8545fc151e 
					 
					
						
						
							
							Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16968  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-10-14 03:05:59 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						9737492204 
					 
					
						
						
							
							First version of the MappedFile abstraction for operating system idependent  
						
						... 
						
						
						
						mapping of files. This first version uses mmap where its available. The
class needs to implement an alternate mechanism based on malloc'd memory
and file reading/writing for platforms without virtual memory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16649  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-10-04 11:08:32 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						14abc25f76 
					 
					
						
						
							
							That should actually be __MING, not __MINGW.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16617  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-30 18:28:07 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						34ec89cd48 
					 
					
						
						
							
							Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16615  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-30 18:24:58 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						6a0ec6fcf6 
					 
					
						
						
							
							Improve validity checking of windows path names and fix file creation  
						
						... 
						
						
						
						problems.
Patch contributed by Jeff Cohen. Thanks Jeff!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16565  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-29 00:01:17 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						ced4110f5b 
					 
					
						
						
							
							Use llvm::sys::Path to destroy the file.  
						
						... 
						
						
						
						Patch contributed by Jeff Cohen. Thanks Jeff!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16564  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-28 23:58:03 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						10366a4ad9 
					 
					
						
						
							
							Win32 implementation of TimeValue::now().  
						
						... 
						
						
						
						Patch contributed by Jeff Cohen. Thanks Jeff!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16563  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-28 23:56:20 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						0d5716e3af 
					 
					
						
						
							
							Added stub implementations of TimeValue concept for remaining platforms.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16513  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-25 05:03:54 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						f6cbc0fd64 
					 
					
						
						
							
							Patch for MINGW. Patch provided by Henrik Bach.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16495  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-23 14:47:10 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						7b60a15abc 
					 
					
						
						
							
							Minor correction to Signals implementation.  
						
						... 
						
						
						
						Patch submitted by Jeff Cohen. Thanks Jeff!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16401  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-19 05:37:39 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						d0c9e0ee0d 
					 
					
						
						
							
							Porting of Unix implementation to Win32.  
						
						... 
						
						
						
						Patch contributed by Jeff Cohen. Thanks Jeff!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16396  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-18 19:29:16 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						298d6c14ca 
					 
					
						
						
							
							Make sure critical sections are entered before trying to leave them.  
						
						... 
						
						
						
						Add some additional commentary about the workings of this module.
Patch contributed by Jeff Cohen. Thanks Jeff!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16383  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-17 03:02:27 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						90b5413883 
					 
					
						
						
							
							Implement the signals interface for Win32.  
						
						... 
						
						
						
						Patch provided by Jeff Cohen. Thanks Jeff!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16380  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-16 15:53:16 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						b016a376ab 
					 
					
						
						
							
							Patches to make this file actually compile under windows.  
						
						... 
						
						
						
						Patches submitted by Jeff Cohen. Thanks Jeff!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16362  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-15 05:49:50 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						90418436c0 
					 
					
						
						
							
							Initial version of the SysConfig abstraction for Win32.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16361  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-15 05:48:49 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						0b22ba4c30 
					 
					
						
						
							
							First version of a common header file for Win32 implementations.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16360  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-15 05:48:11 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						437b079a29 
					 
					
						
						
							
							Initial implementation of the Process abstraction for Win32.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16359  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-09-15 05:47:40 +00:00