Support/FileSystem: Implement canonicalize.
[oota-llvm.git] / include / llvm / Support / FileSystem.h
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-10-08 Michael J. SpencerPathV2: Add simplified version of exists that returns...
2011-09-14 Benjamin KramerRemove unimplemented function prototypes from PathV2...
2011-07-28 Argyrios KyrtzidisAdd an optional 'bool makeAbsolute' in llvm::sys::fs...
2011-03-01 Dan GohmanChange directory_entry::path() to return a const std...
2011-01-15 Michael J. SpencerSupport/PathV2: Add identify_magic.
2011-01-15 Michael J. SpencerSupport/PathV2: Implement get_magic.
2010-12-28 Michael J. SpencerSupport/PathV2: Implement has_magic.
2010-12-17 Benjamin KramerPass StringRefs by value, for consistency.
2010-12-09 Michael J. SpencerSupport/FileSystem: Change file_status predicate functi...
2010-12-07 Michael J. SpencerSupport/PathV2: Move make_absolute from path to fs.
2010-12-07 Michael J. SpencerSupport/PathV2: Move current_path from path to fs and...
2010-12-06 Frits van BommelFix clang warning: "extra ';' inside a class [-pedantic]".
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-04 Michael J. SpencerSupport/FileSystem: Add status implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add unique_file and exists implemen...
2010-12-03 Michael J. SpencerSupport/FileSystem: Remove temp_directory_path.
2010-12-01 Michael J. SpencerSupport/PathV2: Split PathV2.h into PathV2.h and FileSy...