| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When an import statement fails to find a module in the module cache, | Douglas Gregor | 2011-09-12 | 1 | -3/+37 |
* | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor | 2011-09-12 | 1 | -0/+10 |
* | Use the "Bar.h" -> <Foo/Bar.h> remapping for index header maps only as | Douglas Gregor | 2011-07-30 | 1 | -16/+23 |
* | Introduce the "-index-header-map" option, to give special semantics | Douglas Gregor | 2011-07-28 | 1 | -3/+35 |
* | Change HeaderSearch::getTotalMemory() to use llvm::capacity_in_bytes(). | Ted Kremenek | 2011-07-27 | 1 | -2/+3 |
* | clang_getCXTUResourceUsage: report memory used by HeaderSearch. | Ted Kremenek | 2011-07-26 | 1 | -1/+7 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -17/+17 |
* | Fix up dependency file name printing to more closely match that of gcc, inclu... | Eli Friedman | 2011-07-08 | 1 | -4/+2 |
* | Make it possible for external tools to distinguish between paths that come fr... | Nico Weber | 2011-05-24 | 1 | -1/+2 |
* | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor | 2011-05-04 | 1 | -0/+15 |
* | Use DirectoryLookup::getName() rather than getDir()->getName() in a context w... | Douglas Gregor | 2011-04-29 | 1 | -1/+1 |
* | To be able to replay compilations we need to accurately remodel how | Manuel Klimek | 2011-04-26 | 1 | -19/+83 |
* | Having FileManager::getFile always open the file, brought much consternation ... | Argyrios Kyrtzidis | 2011-03-16 | 1 | -7/+8 |
* | Add a 'RawPath' parameter to the PPCallbacks interface. This allows | Chandler Carruth | 2011-03-16 | 1 | -14/+32 |
* | Implement two related optimizations that make de-serialization of | Douglas Gregor | 2011-02-10 | 1 | -1/+11 |
* | Replace all uses of PathV1::exists with PathV2::fs::exists. | Michael J. Spencer | 2011-01-10 | 1 | -2/+3 |
* | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer | 2010-12-17 | 1 | -1/+1 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -17/+12 |
* | remove old compatibility APIs, use StringRef versions instead. | Chris Lattner | 2010-11-21 | 1 | -13/+7 |
* | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -11/+19 |
* | Revert r110440, the fix for PR4897. Chris claims to have a better way. | Douglas Gregor | 2010-08-08 | 1 | -24/+20 |
* | Fix the #include search path when reading from stdin, from Jon Simons! | Douglas Gregor | 2010-08-06 | 1 | -20/+24 |
* | stringref'ize a bunch of filename handling logic. Much | Chris Lattner | 2010-01-10 | 1 | -28/+24 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -56/+56 |
* | use the new Path::isAbsolute function, fixing a fixme. Patch by Gregory Curf... | Chris Lattner | 2009-06-15 | 1 | -3/+1 |
* | Lazily load the controlling macros for all of the headers known in the | Douglas Gregor | 2009-04-25 | 1 | -6/+20 |
* | Add PCH support for #import. | Steve Naroff | 2009-04-24 | 1 | -3/+9 |
* | improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) | Chris Lattner | 2009-03-02 | 1 | -0/+1 |
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+425 |