Age | Commit message (Expand) | Author |
2011-10-20 | Fix all 80 col violations in include/clang/Basic, plus any trailing whitespac... | David Blaikie |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-12 | When an import statement fails to find a module in the module cache, | Douglas Gregor |
2011-07-28 | Switch the ModuleManager over to using a FileManager and FileEntry* as part o... | Jonathan D. Turner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-06-23 | avoid using config.h in public headers | Dylan Noblesmith |
2011-03-21 | Improve crash recovery cleanup to recovery CompilerInstances during crash rec... | Ted Kremenek |
2011-03-18 | Add FileManager::getNoncachedStatValue, which will resolve relative paths aga... | Anders Carlsson |
2011-03-16 | Having FileManager::getFile always open the file, brought much consternation ... | Argyrios Kyrtzidis |
2011-03-14 | Get rid of the static FileManager::FixupRelativePath. | Anders Carlsson |
2011-03-07 | Add a non-static FixupRelativePath to FileManager. | Anders Carlsson |
2011-03-06 | Convert FileManager::FixupRelativePath over to using PathV2. | Anders Carlsson |
2011-02-11 | Improves Clang's virtual file handling. | Zhanyong Wan |
2011-02-10 | Implement two related optimizations that make de-serialization of | Douglas Gregor |
2010-11-28 | tighten up operator= to ensure we don't get multiple owners with the same FD. | Chris Lattner |
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 | change the 'is directory' indicator to be a null-or-not | Chris Lattner |
2010-11-23 | pull "is directory" handling into FileManager::getStatValue | 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-21 | remove old compatibility APIs, use StringRef versions instead. | Chris Lattner |
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-07-14 | Pass StringRefs by value. | Benjamin Kramer |
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-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-05 | Replace some instances of std::string with StringRefs. | Benjamin Kramer |
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-03-28 | move StatListener out to top level. | Chris Lattner |
2009-02-14 | Fix the build on win32. | Cedric Venet |
2009-02-12 | FileManager: | Ted Kremenek |
2009-02-12 | Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls | Ted Kremenek |
2009-01-28 | FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEnt... | Ted Kremenek |
2008-02-24 | In FileManager: use full paths to unique files and directories on Windows, | Ted Kremenek |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-20 | Renamed "FileEntry::getDev()" to "FileEntry::getDevice()" | Ted Kremenek |
2007-12-18 | Refactored inode and device number into FileEntry, and changed the | Ted Kremenek |
2007-12-18 | Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and | Ted Kremenek |
2007-12-04 | Removed serialization of FileEntry and DirectoryEntry. This objects will | Ted Kremenek |
2007-12-04 | Implemented serialization of FileEntry and DirectoryEntry. | Ted Kremenek |
2007-10-30 | update some comments. | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |