| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Support/FileSystem: Add remove implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+19 | |
| | | | | | llvm-svn: 120817 | |||||
| * | Fix line endings. | Michael J. Spencer | 2010-12-03 | 1 | -6/+6 | |
| | | | | | llvm-svn: 120816 | |||||
| * | Support/FileSystem: Add create_symlink implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+32 | |
| | | | | | llvm-svn: 120800 | |||||
| * | Support/FileSystem: Add create_hard_link implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+19 | |
| | | | | | llvm-svn: 120792 | |||||
| * | Support/FileSystem: Add create_director{y,ies} implementations. | Michael J. Spencer | 2010-12-03 | 1 | -0/+20 | |
| | | | | | llvm-svn: 120790 | |||||
| * | Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef. | Michael J. Spencer | 2010-12-03 | 1 | -2/+2 | |
| | | | | | llvm-svn: 120777 | |||||
| * | Support/FileSystem: Add unique_file and exists implementations. | Michael J. Spencer | 2010-12-03 | 2 | -0/+205 | |
| | | | | | llvm-svn: 120776 | |||||
| * | Support/FileSystem: Fix copy_file implementation to use ↵ | Michael J. Spencer | 2010-12-01 | 1 | -2/+2 | |
| | | | | | | | | | toNullTerminatedStringRef instead of toStringRef. The file system APIs need c strings. llvm-svn: 120601 | |||||
| * | Support/FileSystem: Add copy_file implementation. Not tests yet because the | Michael J. Spencer | 2010-12-01 | 1 | -0/+57 | |
| | | | | | | | file creation APIs aren't implemented. llvm-svn: 120593 | |||||
| * | Support: Add PathV2 implementation. | Michael J. Spencer | 2010-11-29 | 1 | -0/+71 | |
| | | | | | llvm-svn: 120329 | |||||
| * | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 6 | -6/+6 | |
| | | | | | | | | | from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314 | |||||
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 14 | -0/+2636 | |
| llvm-svn: 120298 | ||||||

