Age | Commit message (Expand) | Author |
2012-05-03 | [PCH] When validating that the files coming from PCH did not change, also | Argyrios Kyrtzidis |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2011-12-22 | remove unneeded config.h includes | Dylan Noblesmith |
2011-11-17 | Revert r132539 for now, "My testing shows that function stat has no problem w... | NAKAMURA Takumi |
2011-11-06 | Use StringRef's case transformation methods. | Benjamin Kramer |
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-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-06-03 | My testing shows that function stat has no problem with trailing separators. ... | Francois Pichet |
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-15 | Stop leaking file descriptors. | Argyrios Kyrtzidis |
2011-03-14 | Get rid of the static FileManager::FixupRelativePath. | Anders Carlsson |
2011-03-07 | Check in the implementation as well... | Anders Carlsson |
2011-03-06 | Convert FileManager::FixupRelativePath over to using PathV2. | Anders Carlsson |
2011-02-11 | Uses llvm::sys::path instead of hand-rolled algorithm in FileManager. | Zhanyong Wan |
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 |
2011-02-08 | Update for API change. | Rafael Espindola |
2011-02-05 | Improve our uniquing of file entries when files are re-saved or are | Douglas Gregor |
2011-02-03 | Revert 124754 and 124760 as they made clang unusable in the presence of symbolic | Rafael Espindola |
2011-02-03 | Improve the performance of filename canonicalization by avoiding | Douglas Gregor |
2011-02-02 | Canonicalize path names in the file manager before performing a lookup | Douglas Gregor |
2011-01-27 | TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with inva... | Axel Naumann |
2010-12-21 | Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. | Michael J. Spencer |
2010-12-17 | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer |
2010-12-16 | MemoryBuffer API update. | Michael J. Spencer |
2010-12-09 | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer |
2010-12-02 | attempt to fix a buildbot failure, apparently apache fails to build. | Chris Lattner |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-23 | The final result of all this refactoring: instead of doing stat immediately | Chris Lattner |
2010-11-23 | hopefully resolve the windows buildbot issue (retch) | 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 | tidy up code, add a comment about dir caching. | Chris Lattner |
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 |