summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
Commit message (Collapse)AuthorAgeFilesLines
...
* Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer2004-09-258-0/+235
| | | | llvm-svn: 16513
* Wrap to 80 cols.Reid Spencer2004-09-251-1/+2
| | | | llvm-svn: 16512
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-242-0/+90
| | | | llvm-svn: 16511
* Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer2004-09-231-2/+6
| | | | llvm-svn: 16495
* Minor correction to Signals implementation.Reid Spencer2004-09-191-14/+24
| | | | | | Patch submitted by Jeff Cohen. Thanks Jeff! llvm-svn: 16401
* Use the /dev/zero device as the device on which the pages are mapped.Reid Spencer2004-09-181-1/+7
| | | | | | Patch contributed by Henrik Bach. Thanks Henrik! llvm-svn: 16397
* Porting of Unix implementation to Win32.Reid Spencer2004-09-181-48/+190
| | | | | | Patch contributed by Jeff Cohen. Thanks Jeff! llvm-svn: 16396
* Get rid of file descriptor leak in create_file.Reid Spencer2004-09-181-1/+3
| | | | llvm-svn: 16395
* Make sure critical sections are entered before trying to leave them.Reid Spencer2004-09-171-1/+12
| | | | | | | | Add some additional commentary about the workings of this module. Patch contributed by Jeff Cohen. Thanks Jeff! llvm-svn: 16383
* Allow "bc" as suffix for bytecode files.Reid Spencer2004-09-161-0/+8
| | | | llvm-svn: 16381
* Implement the signals interface for Win32.Reid Spencer2004-09-161-6/+183
| | | | | | Patch provided by Jeff Cohen. Thanks Jeff! llvm-svn: 16380
* Patches to make this file actually compile under windows.Reid Spencer2004-09-153-28/+494
| | | | | | Patches submitted by Jeff Cohen. Thanks Jeff! llvm-svn: 16362
* Initial version of the SysConfig abstraction for Win32.Reid Spencer2004-09-151-0/+29
| | | | llvm-svn: 16361
* First version of a common header file for Win32 implementations.Reid Spencer2004-09-151-0/+33
| | | | llvm-svn: 16360
* Initial implementation of the Process abstraction for Win32.Reid Spencer2004-09-151-0/+46
| | | | llvm-svn: 16359
* Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&Reid Spencer2004-09-152-2/+2
| | | | llvm-svn: 16356
* Fix a compilation error.Reid Spencer2004-09-141-1/+1
| | | | llvm-svn: 16335
* Implement the GetLibraryPath function.Reid Spencer2004-09-141-0/+45
| | | | llvm-svn: 16323
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-138-62/+71
| | | | llvm-svn: 16318
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-131-15/+16
| | | | | | cleanly dissociated from the sys::Path class. llvm-svn: 16315
* Fix typo: sterror -> strerrorReid Spencer2004-09-115-5/+5
| | | | llvm-svn: 16294
* Correct the dynamic lib suffix on Darwin.Reid Spencer2004-09-111-1/+1
| | | | llvm-svn: 16293
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-1126-10/+717
| | | | | | | platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292
* Provide a generic Unix implementation of the Memory concept.Reid Spencer2004-09-111-0/+20
| | | | llvm-svn: 16291
* Provide a generic unix implementation of the Process abstraction.Reid Spencer2004-09-111-0/+34
| | | | llvm-svn: 16290
* Implemented support for detecting file types by magic number, strippingReid Spencer2004-09-111-0/+48
| | | | | | path and suffix to leave basename, and getting the DLL suffix. llvm-svn: 16289
* Implementation of Process concept for SUSv2 platforms.Reid Spencer2004-09-111-0/+31
| | | | llvm-svn: 16288
* Changes For Bug 352Reid Spencer2004-09-013-3/+3
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead.Reid Spencer2004-09-011-5/+7
| | | | llvm-svn: 16133
* Add support for FreeBSDReid Spencer2004-08-314-0/+126
| | | | llvm-svn: 16127
* Add support for Interix and FreeBSDReid Spencer2004-08-314-0/+126
| | | | llvm-svn: 16126
* Actually define PreventCoreFiles in the sys namespace.Reid Spencer2004-08-311-3/+1
| | | | llvm-svn: 16125
* Add a new abstraction, SysConfig for platform independent systemReid Spencer2004-08-318-0/+200
| | | | | | | configuration calls. Right now this just contains PreventCoreFiles so that bugpoint can by platform independent. llvm-svn: 16124
* Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer2004-08-306-12/+100
| | | | | | specific. llvm-svn: 16119
* Add inclusion of assert.hReid Spencer2004-08-301-0/+1
| | | | llvm-svn: 16118
* Abbreviate the long descriptions which are now in docs/SystemLibrary.html.Reid Spencer2004-08-301-79/+26
| | | | llvm-svn: 16111
* Add a declaration of environ global for DarwinReid Spencer2004-08-291-0/+2
| | | | llvm-svn: 16100
* Move a warning comment to where it should have been in the first place.Reid Spencer2004-08-291-5/+5
| | | | llvm-svn: 16088
* Correct the vim: specificationReid Spencer2004-08-291-1/+1
| | | | llvm-svn: 16087
* Include some additional header files.Reid Spencer2004-08-291-4/+6
| | | | | | Fix the banner length. llvm-svn: 16086
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-298-0/+371
| | | | | | of "Signals" (cleanup after fatal errors). llvm-svn: 16085
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-298-0/+291
| | | | | | "Program" operating system concept (find and execute programs). llvm-svn: 16084
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-296-116/+418
| | | | | | | | note individually but these essence of it is to not derive from std::string, clarify the interface, and provide better documentation. There is now also (untested) implementations for AIX, Darwin, and SunOS. llvm-svn: 16078
* Fix a typo.Reid Spencer2004-08-261-1/+1
| | | | llvm-svn: 16055
* First cut at a README for lib/System explaining the #inclusion rules andReid Spencer2004-08-261-0/+96
| | | | | | design criteria. llvm-svn: 16054
* Add a README explaining the intended content of this directory.Reid Spencer2004-08-261-0/+16
| | | | llvm-svn: 16053
* Fix documentation.Reid Spencer2004-08-251-4/+4
| | | | | | | Make the library name LLVMsystem instead of just system so as to not to be confused with other "system" libraries. llvm-svn: 16049
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-255-0/+265
| | | | llvm-svn: 16048
* License for this library.Reid Spencer2004-08-251-0/+6
| | | | llvm-svn: 16047
* Remove lib/System contents until a satisfactory solution can beReid Spencer2004-08-167-828/+0
| | | | | | provided. llvm-svn: 15816
OpenPOWER on IntegriCloud