1. 358123c FileManager: by Ted Kremenek · 16 years ago
  2. fb1beec search and replaceo? by Chris Lattner · 16 years ago
  3. 5830b77 Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls by Ted Kremenek · 16 years ago
  4. 91d4f7a On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap. by Ted Kremenek · 16 years ago
  5. abe189e FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEntries. by Ted Kremenek · 16 years ago
  6. abd7e40 Add a some comments to designate Windows-specific/Unix-specific code. No functionality change. by Ted Kremenek · 16 years ago
  7. be1a7a0 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Basic/FileManager.cpp]
  8. c692520 In FileManager: use full paths to unique files and directories on Windows, by Ted Kremenek · 17 years ago
  9. f5f7af1 Fix misspelling of "existent". Do not use std::cerr; use llvm::cerr instead. by Ted Kremenek · 17 years ago
  10. cac5a89 Fixed 80-col violation. by Ted Kremenek · 17 years ago
  11. 959e5be Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  12. c94f909 Refactored inode and device number into FileEntry, and changed the by Ted Kremenek · 17 years ago
  13. 3e2dcaa Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and by Ted Kremenek · 17 years ago
  14. 2b238df Removed serialization of FileEntry and DirectoryEntry. This objects will by Ted Kremenek · 17 years ago
  15. 16a0707 Implemented serialization of FileEntry and DirectoryEntry. by Ted Kremenek · 17 years ago
  16. c9b4918 VC++ doesn't define S_ISDIR by Chris Lattner · 17 years ago
  17. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago