| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Support/FileSystem: Add resize_file implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+10 | |
| | | | | | llvm-svn: 120819 | |||||
| * | Support/FileSystem: Add rename implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+13 | |
| | | | | | llvm-svn: 120818 | |||||
| * | Support/FileSystem: Add remove implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+14 | |
| | | | | | llvm-svn: 120817 | |||||
| * | Support/FileSystem: Add create_symlink implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+13 | |
| | | | | | llvm-svn: 120800 | |||||
| * | Support/FileSystem: Add create_hard_link implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+13 | |
| | | | | | llvm-svn: 120792 | |||||
| * | Support/FileSystem: Add create_director{y,ies} implementations. | Michael J. Spencer | 2010-12-03 | 1 | -0/+14 | |
| | | | | | llvm-svn: 120790 | |||||
| * | Support/FileSystem: Add unique_file and exists implementations. | Michael J. Spencer | 2010-12-03 | 1 | -2/+129 | |
| | | | | | 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/+92 | |
| | | | | | | | file creation APIs aren't implemented. llvm-svn: 120593 | |||||
| * | Support: Add PathV2 implementation. | Michael J. Spencer | 2010-11-29 | 1 | -0/+39 | |
| | | | | | llvm-svn: 120329 | |||||
| * | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 8 | -8/+8 | |
| | | | | | | | | | from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314 | |||||
| * | Missed a spot. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 | |
| | | | | | llvm-svn: 120301 | |||||
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 14 | -0/+2540 | |
| llvm-svn: 120298 | ||||||

