aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-073-95/+65
* Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer2010-12-071-55/+57
* Support/Unix/PathV2: Return the real error from realpath instead of any errorMichael J. Spencer2010-12-071-1/+2
* Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also...Michael J. Spencer2010-12-071-1/+1
* Support/PathV2: Use SmallVector::clear instead of set_size.Michael J. Spencer2010-12-072-3/+3
* Support/PathV2: Clarify and correct documentation.Michael J. Spencer2010-12-071-0/+5
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-073-17/+15
* Support/Windows: Make MinGW happy.Michael J. Spencer2010-12-062-7/+7
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-063-3/+94
* Support/PathV2: Fix append to not add a slash to empty or root paths.Michael J. Spencer2010-12-061-1/+1
* Support/Windows: Add ScopedHandle and move some clients over to it.Michael J. Spencer2010-12-062-10/+50
* Silence 'may be used uninitialized in this function' warnings. Static analysisBill Wendling2010-12-041-2/+2
* Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer2010-12-043-102/+101
* APInt: microoptimize a few methods.Benjamin Kramer2010-12-041-4/+0
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-043-0/+82
* Support/Windows/FileSystem: Fix MinGW warnings.Michael J. Spencer2010-12-041-6/+6
* Support/FileSystem: Add file_size implementation.Michael J. Spencer2010-12-042-0/+35
* Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limitedJakob Stoklund Olesen2010-12-031-3/+3
* Support/FileSystem: Add equivalent implementation.Michael J. Spencer2010-12-032-0/+90
* Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer2010-12-031-0/+4
* And I really hate line endings.Michael J. Spencer2010-12-031-3/+3
* Support/Windows/FileSystem: Fix MinGW build.Michael J. Spencer2010-12-031-0/+6
* Support/FileSystem: Add resize_file implementation.Michael J. Spencer2010-12-032-0/+29
* Support/FileSystem: Add rename implementation.Michael J. Spencer2010-12-032-0/+32
* Support/FileSystem: Add remove implementation.Michael J. Spencer2010-12-032-0/+33
* Fix line endings.Michael J. Spencer2010-12-031-6/+6
* Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher2010-12-031-5/+5
* Support/FileSystem: Add create_symlink implementation.Michael J. Spencer2010-12-032-0/+45
* Support/FileSystem: Add create_hard_link implementation.Michael J. Spencer2010-12-032-0/+32
* Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(.Michael J. Spencer2010-12-031-4/+12
* Support/FileSystem: Add create_director{y,ies} implementations.Michael J. Spencer2010-12-033-0/+49
* Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef.Michael J. Spencer2010-12-031-2/+2
* Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer2010-12-033-2/+334
* Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStrin...Michael J. Spencer2010-12-012-4/+4
* Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer2010-12-011-0/+12
* Support/FileSystem: Add copy_file implementation. Not tests yet because theMichael J. Spencer2010-12-013-3/+157
* PR5207: Rename overloaded APInt methods set(), clear(), flip() toJay Foad2010-12-011-13/+13
* Support/PathV2: Add is_{absolute,relative} implementation.Michael J. Spencer2010-12-011-0/+24
* Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filen...Michael J. Spencer2010-12-011-18/+70
* Support/PathV2: Add extension implementation.Michael J. Spencer2010-12-011-0/+16
* Support/PathV2: Add stem implementation.Michael J. Spencer2010-12-011-0/+16
* Support/PathV2: Add filename implementation.Michael J. Spencer2010-12-011-0/+5
* Support/PathV2: Add native implementation.Michael J. Spencer2010-12-011-0/+22
* Delete Path::appendSuffix's return value; it wasn't used anywhere, whichDan Gohman2010-12-011-8/+1
* Support/PathV2: Add replace_extension implementation.Michael J. Spencer2010-12-011-0/+20
* Support/PathV2: Add remove_filename implementation.Michael J. Spencer2010-12-011-0/+8
* Support/PathV2: Implement reverse iteration and parent_path.Michael J. Spencer2010-11-301-8/+115
* Support/ADT/StringRef: Add find_last_of.Michael J. Spencer2010-11-301-0/+15
* PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void.Jay Foad2010-11-301-6/+3
* Support: Add PathV2 implementation.Michael J. Spencer2010-11-294-0/+522