1. 5cc1c73 The final result of all this refactoring: instead of doing stat immediately by Chris Lattner · 14 years ago
  2. 291fcf0 hopefully resolve the windows buildbot issue (retch) by Chris Lattner · 14 years ago
  3. 898a061 change the 'is directory' indicator to be a null-or-not by Chris Lattner · 14 years ago
  4. f9f7766 pull "is directory" handling into FileManager::getStatValue by Chris Lattner · 14 years ago
  5. f3e8a99 tidy up code, add a comment about dir caching. by Chris Lattner · 14 years ago
  6. 11aa4b0 factor the "cache miss" handling code out of FM into a static by Chris Lattner · 14 years ago
  7. f8f6129 r120013 dropped passing in the precomputed file size to by Chris Lattner · 14 years ago
  8. 10e286a rework the stat cache, pulling it out of FileManager.h into by Chris Lattner · 14 years ago
  9. 75dfb65 tidy up. Split FileManager::getBufferForFile into by Chris Lattner · 14 years ago
  10. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  11. 7ad97ff give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 14 years ago
  12. 151466a Partially revert Doug's PCH validation patch (r98585). by Chris Lattner · 14 years ago
  13. 67452f5 stringref'ize API by Chris Lattner · 14 years ago
  14. efc4be2 avoid creating sys::Path instances when -fworking-directory isn't being used. by Chris Lattner · 14 years ago
  15. aa8b2d9 Filename.rfind("/\\") won't give us the position of the last directory seperator. by Benjamin Kramer · 14 years ago
  16. f69a1f3 change the various getFile routines to use StringRef as their implementation form. by Chris Lattner · 14 years ago
  17. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  18. c070da4 fix PR7953 - Windows filename are case insensitive: by Chris Lattner · 14 years ago
  19. 3e15e0a When remapping a virtual file, also make an entry for the file with by Douglas Gregor · 14 years ago
  20. ec1b1cc Pass StringRefs by value. by Benjamin Kramer · 14 years ago
  21. 9a6ac54 Removing trailing directory separator, to make stat work by John Thompson · 15 years ago
  22. 475ddb4 FileManager: Do not cache failed stats, it is easy to construct common by Daniel Dunbar · 15 years ago
  23. 057e567 Extend -remap-file=from;to to permit mapping from a non-existent by Douglas Gregor · 15 years ago
  24. 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 15 years ago
  25. f1affe6 don't stick an uninitialized 'stat' buf into the stat cache, fill it by Chris Lattner · 15 years ago
  26. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  27. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
  28. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  29. 6cb7c1a Replace cerr with errs(). by Benjamin Kramer · 15 years ago
  30. 46730b2 improve path handling, patch by Baptiste Lepilleur! by Chris Lattner · 15 years ago
  31. 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 15 years ago
  32. 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 15 years ago
  33. 96438f3 FileManager: by Ted Kremenek · 16 years ago
  34. 3102c83 search and replaceo? by Chris Lattner · 16 years ago
  35. fc7052d Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls by Ted Kremenek · 16 years ago
  36. 7536889 On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap. by Ted Kremenek · 16 years ago
  37. f3eb921 FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEntries. by Ted Kremenek · 16 years ago
  38. cb8d58b Add a some comments to designate Windows-specific/Unix-specific code. No functionality change. by Ted Kremenek · 16 years ago
  39. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Basic/FileManager.cpp]
  40. 6bb816a In FileManager: use full paths to unique files and directories on Windows, by Ted Kremenek · 17 years ago
  41. 3d2da3d Fix misspelling of "existent". Do not use std::cerr; use llvm::cerr instead. by Ted Kremenek · 17 years ago
  42. 80aeaa2 Fixed 80-col violation. by Ted Kremenek · 17 years ago
  43. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  44. bca6d12 Refactored inode and device number into FileEntry, and changed the by Ted Kremenek · 17 years ago
  45. da99544 Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and by Ted Kremenek · 17 years ago
  46. 8fbc88e Removed serialization of FileEntry and DirectoryEntry. This objects will by Ted Kremenek · 17 years ago
  47. 9551a2c Implemented serialization of FileEntry and DirectoryEntry. by Ted Kremenek · 17 years ago
  48. a8c11c6 VC++ doesn't define S_ISDIR by Chris Lattner · 17 years ago
  49. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago