summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
Commit message (Expand)AuthorAgeFilesLines
* That should actually be __MING, not __MINGW.Misha Brukman2004-09-301-1/+1
* Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman2004-09-301-1/+1
* Improve validity checking of windows path names and fix file creationReid Spencer2004-09-291-31/+78
* Use llvm::sys::Path to destroy the file.Reid Spencer2004-09-281-4/+5
* Win32 implementation of TimeValue::now().Reid Spencer2004-09-281-6/+12
* FreeBSD implementation of the TimeValue::now() method.Reid Spencer2004-09-281-2/+13
* Updated to reflect changes in the interface of TimeValue::now().Reid Spencer2004-09-252-8/+10
* Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer2004-09-258-0/+235
* Wrap to 80 cols.Reid Spencer2004-09-251-1/+2
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-242-0/+90
* Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer2004-09-231-2/+6
* Minor correction to Signals implementation.Reid Spencer2004-09-191-14/+24
* Use the /dev/zero device as the device on which the pages are mapped.Reid Spencer2004-09-181-1/+7
* Porting of Unix implementation to Win32.Reid Spencer2004-09-181-48/+190
* Get rid of file descriptor leak in create_file.Reid Spencer2004-09-181-1/+3
* Make sure critical sections are entered before trying to leave them.Reid Spencer2004-09-171-1/+12
* Allow "bc" as suffix for bytecode files.Reid Spencer2004-09-161-0/+8
* Implement the signals interface for Win32.Reid Spencer2004-09-161-6/+183
* Patches to make this file actually compile under windows.Reid Spencer2004-09-153-28/+494
* Initial version of the SysConfig abstraction for Win32.Reid Spencer2004-09-151-0/+29
* First version of a common header file for Win32 implementations.Reid Spencer2004-09-151-0/+33
* Initial implementation of the Process abstraction for Win32.Reid Spencer2004-09-151-0/+46
* Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&Reid Spencer2004-09-152-2/+2
* Fix a compilation error.Reid Spencer2004-09-141-1/+1
* Implement the GetLibraryPath function.Reid Spencer2004-09-141-0/+45
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-138-62/+71
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-131-15/+16
* Fix typo: sterror -> strerrorReid Spencer2004-09-115-5/+5
* Correct the dynamic lib suffix on Darwin.Reid Spencer2004-09-111-1/+1
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-1126-10/+717
* Provide a generic Unix implementation of the Memory concept.Reid Spencer2004-09-111-0/+20
* Provide a generic unix implementation of the Process abstraction.Reid Spencer2004-09-111-0/+34
* Implemented support for detecting file types by magic number, strippingReid Spencer2004-09-111-0/+48
* Implementation of Process concept for SUSv2 platforms.Reid Spencer2004-09-111-0/+31
* Changes For Bug 352Reid Spencer2004-09-013-3/+3
* mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead.Reid Spencer2004-09-011-5/+7
* Add support for FreeBSDReid Spencer2004-08-314-0/+126
* Add support for Interix and FreeBSDReid Spencer2004-08-314-0/+126
* Actually define PreventCoreFiles in the sys namespace.Reid Spencer2004-08-311-3/+1
* Add a new abstraction, SysConfig for platform independent systemReid Spencer2004-08-318-0/+200
* Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer2004-08-306-12/+100
* Add inclusion of assert.hReid Spencer2004-08-301-0/+1
* Abbreviate the long descriptions which are now in docs/SystemLibrary.html.Reid Spencer2004-08-301-79/+26
* Add a declaration of environ global for DarwinReid Spencer2004-08-291-0/+2
* Move a warning comment to where it should have been in the first place.Reid Spencer2004-08-291-5/+5
* Correct the vim: specificationReid Spencer2004-08-291-1/+1
* Include some additional header files.Reid Spencer2004-08-291-4/+6
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-298-0/+371
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-298-0/+291
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-296-116/+418
OpenPOWER on IntegriCloud