index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Basic
/
FileSystemStatCache.cpp
Age
Commit message (
Expand
)
Author
2012-12-11
Extend stat query APIs to explicitly specify if the query is for
Argyrios Kyrtzidis
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2010-12-17
Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.
Michael J. Spencer
2010-12-02
attempt to fix a buildbot failure, apparently apache fails to build.
Chris Lattner
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-24
Fix 2 problems with Chris Lattner's FileManager redesign on Windows.
Francois Pichet
2010-11-23
The final result of all this refactoring: instead of doing stat immediately
Chris Lattner
2010-11-23
if we succeed in opening a directory but expected a file, ensure we don't
Chris Lattner
2010-11-23
change the 'is directory' indicator to be a null-or-not
Chris Lattner
2010-11-23
replicate a terrible hack to fix a build error on VC++
Chris Lattner
2010-11-23
simplify the cache miss handling code, eliminating CacheMissing.
Chris Lattner
2010-11-23
r120013 dropped passing in the precomputed file size to
Chris Lattner
2010-11-23
PCH files only cache successful stats. Remove the code that reads/writes
Chris Lattner
2010-11-23
rework the stat cache, pulling it out of FileManager.h into
Chris Lattner