Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop propagating method names that violate the coding standard | Reid Spencer | 2004-11-05 | 1 | -3/+3 |
| | | | | llvm-svn: 17498 | ||||
* | Clean up the interface and implementation of sys::Program so that it is | Reid Spencer | 2004-09-13 | 1 | -15/+16 |
| | | | | | | cleanly dissociated from the sys::Path class. llvm-svn: 16315 | ||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| | | | | | | | | 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 | ||||
* | Add a declaration of environ global for Darwin | Reid Spencer | 2004-08-29 | 1 | -0/+2 |
| | | | | llvm-svn: 16100 | ||||
* | 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 |