1. c070da4 fix PR7953 - Windows filename are case insensitive: by Chris Lattner · 15 years ago
  2. 3e15e0a When remapping a virtual file, also make an entry for the file with by Douglas Gregor · 15 years ago
  3. ec1b1cc Pass StringRefs by value. by Benjamin Kramer · 15 years ago
  4. 9a6ac54 Removing trailing directory separator, to make stat work by John Thompson · 16 years ago
  5. 475ddb4 FileManager: Do not cache failed stats, it is easy to construct common by Daniel Dunbar · 16 years ago
  6. 057e567 Extend -remap-file=from;to to permit mapping from a non-existent by Douglas Gregor · 16 years ago
  7. 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 16 years ago
  8. f1affe6 don't stick an uninitialized 'stat' buf into the stat cache, fill it by Chris Lattner · 16 years ago
  9. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  10. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 16 years ago
  11. d57a7ef API changes to match llvm ToT. by Chris Lattner · 16 years ago
  12. 6cb7c1a Replace cerr with errs(). by Benjamin Kramer · 16 years ago
  13. 46730b2 improve path handling, patch by Baptiste Lepilleur! by Chris Lattner · 16 years ago
  14. 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 16 years ago
  15. 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 16 years ago
  16. 96438f3 FileManager: by Ted Kremenek · 17 years ago
  17. 3102c83 search and replaceo? by Chris Lattner · 17 years ago
  18. fc7052d Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls by Ted Kremenek · 17 years ago
  19. 7536889 On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap. by Ted Kremenek · 17 years ago
  20. f3eb921 FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEntries. by Ted Kremenek · 17 years ago
  21. cb8d58b Add a some comments to designate Windows-specific/Unix-specific code. No functionality change. by Ted Kremenek · 17 years ago
  22. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Basic/FileManager.cpp]
  23. 6bb816a In FileManager: use full paths to unique files and directories on Windows, by Ted Kremenek · 18 years ago
  24. 3d2da3d Fix misspelling of "existent". Do not use std::cerr; use llvm::cerr instead. by Ted Kremenek · 18 years ago
  25. 80aeaa2 Fixed 80-col violation. by Ted Kremenek · 18 years ago
  26. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  27. bca6d12 Refactored inode and device number into FileEntry, and changed the by Ted Kremenek · 18 years ago
  28. da99544 Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and by Ted Kremenek · 18 years ago
  29. 8fbc88e Removed serialization of FileEntry and DirectoryEntry. This objects will by Ted Kremenek · 18 years ago
  30. 9551a2c Implemented serialization of FileEntry and DirectoryEntry. by Ted Kremenek · 18 years ago
  31. a8c11c6 VC++ doesn't define S_ISDIR by Chris Lattner · 18 years ago
  32. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago