summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Collapse)AuthorAgeFilesLines
...
* Support/FileSystem: Add remove implementation.Michael J. Spencer2010-12-031-0/+19
| | | | llvm-svn: 120817
* Fix line endings.Michael J. Spencer2010-12-031-6/+6
| | | | llvm-svn: 120816
* Support/FileSystem: Add create_symlink implementation.Michael J. Spencer2010-12-031-0/+32
| | | | llvm-svn: 120800
* Support/FileSystem: Add create_hard_link implementation.Michael J. Spencer2010-12-031-0/+19
| | | | llvm-svn: 120792
* Support/FileSystem: Add create_director{y,ies} implementations.Michael J. Spencer2010-12-031-0/+20
| | | | llvm-svn: 120790
* Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef.Michael J. Spencer2010-12-031-2/+2
| | | | llvm-svn: 120777
* Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer2010-12-032-0/+205
| | | | llvm-svn: 120776
* Support/FileSystem: Fix copy_file implementation to use ↵Michael J. Spencer2010-12-011-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 theMichael J. Spencer2010-12-011-0/+57
| | | | | | file creation APIs aren't implemented. llvm-svn: 120593
* Support: Add PathV2 implementation.Michael J. Spencer2010-11-291-0/+71
| | | | llvm-svn: 120329
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-296-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. Spencer2010-11-2914-0/+2636
llvm-svn: 120298
OpenPOWER on IntegriCloud