Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses malloc'ed...
[oota-llvm.git] / include / llvm / Support / FileSystem.h
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...