| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Missed some StringRefRefs. | Benjamin Kramer | 2010-12-17 | 1 | -4/+2 |
| | | | | | llvm-svn: 122077 | ||||
| * | Support/Windows/PathV2: Fix header comment. | Michael J. Spencer | 2010-12-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 121383 | ||||
| * | Support: Move c_str from SmallVector back to SmallString and add a free standing | Michael J. Spencer | 2010-12-09 | 2 | -1/+14 |
| | | | | | | | templated c_str in Windows.h to replace it. llvm-svn: 121381 | ||||
| * | Support: Remove Alarm. It is unused (via local grep and google code search). | Michael J. Spencer | 2010-12-07 | 1 | -43/+0 |
| | | | | | llvm-svn: 121160 | ||||
| * | Support/PathV2: Change most functions in the path namespace to return their work | Michael J. Spencer | 2010-12-07 | 1 | -2/+1 |
| | | | | | | | via their return value instead of an out parameter. llvm-svn: 121149 | ||||
| * | Support/PathV2: Remove the error_code return type from all functions in the path | Michael J. Spencer | 2010-12-07 | 1 | -2/+2 |
| | | | | | | | | namespace. None of them return anything except for success anyway. These will be converted to returning their result soon. llvm-svn: 121109 | ||||
| * | Support/PathV2: Move current_path from path to fs and fix the Unix ↵ | Michael J. Spencer | 2010-12-07 | 1 | -5/+1 |
| | | | | | | | | | implementation. Unix bug spotted by Dan Gohman. llvm-svn: 121090 | ||||
| * | Support/Windows: Make MinGW happy. | Michael J. Spencer | 2010-12-06 | 2 | -7/+7 |
| | | | | | llvm-svn: 120991 | ||||
| * | Support/FileSystem: Add directory_iterator implementation. | Michael J. Spencer | 2010-12-06 | 2 | -3/+84 |
| | | | | | llvm-svn: 120989 | ||||
| * | Support/Windows: Add ScopedHandle and move some clients over to it. | Michael J. Spencer | 2010-12-06 | 2 | -10/+50 |
| | | | | | llvm-svn: 120987 | ||||
| * | Support/PathV2: Remove redundant calls to make_error_code. | Michael J. Spencer | 2010-12-04 | 1 | -49/+48 |
| | | | | | llvm-svn: 120913 | ||||
| * | Support/FileSystem: Add status implementation. | Michael J. Spencer | 2010-12-04 | 1 | -0/+48 |
| | | | | | llvm-svn: 120870 | ||||
| * | Support/Windows/FileSystem: Fix MinGW warnings. | Michael J. Spencer | 2010-12-04 | 1 | -6/+6 |
| | | | | | llvm-svn: 120868 | ||||
| * | Support/FileSystem: Add file_size implementation. | Michael J. Spencer | 2010-12-04 | 1 | -0/+21 |
| | | | | | llvm-svn: 120867 | ||||
| * | Support/FileSystem: Add equivalent implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+65 |
| | | | | | llvm-svn: 120827 | ||||
| * | Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s. | Michael J. Spencer | 2010-12-03 | 1 | -0/+4 |
| | | | | | llvm-svn: 120826 | ||||
| * | And I really hate line endings. | Michael J. Spencer | 2010-12-03 | 1 | -3/+3 |
| | | | | | llvm-svn: 120821 | ||||
| * | Support/Windows/FileSystem: Fix MinGW build. | Michael J. Spencer | 2010-12-03 | 1 | -0/+6 |
| | | | | | llvm-svn: 120820 | ||||
| * | Support/FileSystem: Add resize_file implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+19 |
| | | | | | llvm-svn: 120819 | ||||
| * | Support/FileSystem: Add rename implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+19 |
| | | | | | llvm-svn: 120818 | ||||
| * | 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 | |||||

