summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Initial implementations of the ErrorCode and Path concepts for Linux.Reid Spencer2004-08-155-0/+792
| | | | llvm-svn: 15763
* A description of what this library is about, reference to the documentationReid Spencer2004-07-181-0/+23
| | | | | | | and a list of don'ts for the library. All so future maintainers don't break the important contract this library has with its user: LLVM. llvm-svn: 14979
* Initiali Makefile for this library.Reid Spencer2004-07-181-0/+13
llvm-svn: 14977
OpenPOWER on IntegriCloud