Age | Commit message (Expand) | Author |
2010-11-23 | factor the "cache miss" handling code out of FM into a static | Chris Lattner |
2010-11-23 | r120013 dropped passing in the precomputed file size to | Chris Lattner |
2010-11-23 | rework the stat cache, pulling it out of FileManager.h into | Chris Lattner |
2010-11-23 | tidy up. Split FileManager::getBufferForFile into | Chris Lattner |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |
2010-11-23 | give FileManager a 'FileSystemOptions' ivar, which will be used | Chris Lattner |
2010-11-23 | Partially revert Doug's PCH validation patch (r98585). | Chris Lattner |
2010-11-23 | stringref'ize API | Chris Lattner |
2010-11-23 | avoid creating sys::Path instances when -fworking-directory isn't being used. | Chris Lattner |
2010-11-21 | Filename.rfind("/\\") won't give us the position of the last directory sepera... | Benjamin Kramer |
2010-11-21 | change the various getFile routines to use StringRef as their implementation ... | Chris Lattner |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-08-23 | fix PR7953 - Windows filename are case insensitive: | Chris Lattner |
2010-07-26 | When remapping a virtual file, also make an entry for the file with | Douglas Gregor |
2010-07-14 | Pass StringRefs by value. | Benjamin Kramer |
2009-12-18 | Removing trailing directory separator, to make stat work | John Thompson |
2009-12-11 | FileManager: Do not cache failed stats, it is easy to construct common | Daniel Dunbar |
2009-12-02 | Extend -remap-file=from;to to permit mapping from a non-existent | Douglas Gregor |
2009-10-16 | Add support for a chain of stat caches in the FileManager, rather than | Douglas Gregor |
2009-09-18 | don't stick an uninitialized 'stat' buf into the stat cache, fill it | Chris Lattner |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-05 | Replace some instances of std::string with StringRefs. | Benjamin Kramer |
2009-08-23 | API changes to match llvm ToT. | Chris Lattner |
2009-08-23 | Replace cerr with errs(). | Benjamin Kramer |
2009-08-12 | improve path handling, patch by Baptiste Lepilleur! | Chris Lattner |
2009-04-27 | Implement caching of stat() calls for precompiled headers, which is | Douglas Gregor |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-02-12 | FileManager: | Ted Kremenek |
2009-02-12 | search and replaceo? | Chris Lattner |
2009-02-12 | Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls | Ted Kremenek |
2009-01-28 | On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap. | Ted Kremenek |
2009-01-28 | FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEnt... | Ted Kremenek |
2009-01-28 | Add a some comments to designate Windows-specific/Unix-specific code. No fun... | Ted Kremenek |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |