index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
FileSystem.h
Age
Commit message (
Expand
)
Author
2011-03-01
Change directory_entry::path() to return a const std::string & instead of
Dan Gohman
2011-01-15
Support/PathV2: Add identify_magic.
Michael J. Spencer
2011-01-15
Support/PathV2: Implement get_magic.
Michael J. Spencer
2010-12-28
Support/PathV2: Implement has_magic.
Michael J. Spencer
2010-12-17
Pass StringRefs by value, for consistency.
Benjamin Kramer
2010-12-09
Support/FileSystem: Change file_status predicate functions that cannot fail to
Michael J. Spencer
2010-12-07
Support/PathV2: Move make_absolute from path to fs.
Michael J. Spencer
2010-12-07
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-06
Fix clang warning: "extra ';' inside a class [-pedantic]".
Frits van Bommel
2010-12-06
Support/FileSystem: Add directory_iterator implementation.
Michael J. Spencer
2010-12-04
Support/FileSystem: Add status implementation.
Michael J. Spencer
2010-12-03
Support/FileSystem: Add unique_file and exists implementations.
Michael J. Spencer
2010-12-03
Support/FileSystem: Remove temp_directory_path.
Michael J. Spencer
2010-12-01
Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.
Michael J. Spencer