Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide a generic Unix implementation of the Memory concept. | Reid Spencer | 2004-09-11 | 1 | -0/+20 |
| | | | | llvm-svn: 16291 | ||||
* | Provide a generic unix implementation of the Process abstraction. | Reid Spencer | 2004-09-11 | 1 | -0/+34 |
| | | | | llvm-svn: 16290 | ||||
* | Implemented support for detecting file types by magic number, stripping | Reid Spencer | 2004-09-11 | 1 | -0/+48 |
| | | | | | | path and suffix to leave basename, and getting the DLL suffix. llvm-svn: 16289 | ||||
* | Implementation of Process concept for SUSv2 platforms. | Reid Spencer | 2004-09-11 | 1 | -0/+31 |
| | | | | llvm-svn: 16288 | ||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 3 | -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 | ||||
* | Actually define PreventCoreFiles in the sys namespace. | Reid Spencer | 2004-08-31 | 1 | -3/+1 |
| | | | | llvm-svn: 16125 | ||||
* | Add a new abstraction, SysConfig for platform independent system | Reid Spencer | 2004-08-31 | 2 | -0/+36 |
| | | | | | | | 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 platform | Reid Spencer | 2004-08-30 | 1 | -12/+0 |
| | | | | | | specific. llvm-svn: 16119 | ||||
* | Add inclusion of assert.h | Reid Spencer | 2004-08-30 | 1 | -0/+1 |
| | | | | llvm-svn: 16118 | ||||
* | Add a declaration of environ global for Darwin | Reid Spencer | 2004-08-29 | 1 | -0/+2 |
| | | | | llvm-svn: 16100 | ||||
* | Include some additional header files. | Reid Spencer | 2004-08-29 | 1 | -4/+6 |
| | | | | | | Fix the banner length. llvm-svn: 16086 | ||||
* | Initial platform independent implementation of operating system concept | Reid Spencer | 2004-08-29 | 1 | -0/+169 |
| | | | | | | of "Signals" (cleanup after fatal errors). llvm-svn: 16085 | ||||
* | Initial commit of an platform-indepdendent implementation for the | Reid Spencer | 2004-08-29 | 1 | -0/+133 |
| | | | | | | "Program" operating system concept (find and execute programs). llvm-svn: 16084 | ||||
* | Revise the design of the Path concept per peer review. Too many changes to | Reid Spencer | 2004-08-29 | 1 | -86/+281 |
| | | | | | | | | 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 Spencer | 2004-08-26 | 1 | -1/+1 |
| | | | | llvm-svn: 16055 | ||||
* | Add a README explaining the intended content of this directory. | Reid Spencer | 2004-08-26 | 1 | -0/+16 |
| | | | | llvm-svn: 16053 | ||||
* | Initial implementation of the Path operating system concept. | Reid Spencer | 2004-08-25 | 2 | -0/+172 |
llvm-svn: 16048 |