| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add some more ASTReader statistics for global method pool lookups. | Douglas Gregor | 2013-01-28 | 1 | -7/+23 |
| * | Preserve Sema::UndefinedInternals across PCH boundaries. Fixes | Nick Lewycky | 2013-01-26 | 1 | -1/+29 |
| * | Improve coordination between the module manager and the global module | Douglas Gregor | 2013-01-25 | 1 | -19/+15 |
| * | [Frontend] Remove another IsUserSpecified member variable that is now unused. | Daniel Dunbar | 2013-01-25 | 1 | -3/+2 |
| * | Implement the reader of the global module index and wire it into the | Douglas Gregor | 2013-01-25 | 1 | -8/+69 |
| * | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor | 2013-01-25 | 1 | -1/+2 |
| * | Track the number of lookups and hits into the on-disk hash tables for | Douglas Gregor | 2013-01-25 | 1 | -9/+32 |
| * | Implement the writer side of the global module index. | Douglas Gregor | 2013-01-23 | 1 | -2/+3 |
| * | Factor the trait for lookup into the on-based hash table of | Douglas Gregor | 2013-01-23 | 1 | -13/+11 |
| * | Make getDefinitiveDeclContext() actually return a DeclContext, as one | Douglas Gregor | 2013-01-22 | 1 | -2/+2 |
| * | Switch to APFloat constructor taking fltSemantics. | Tim Northover | 2013-01-22 | 1 | -2/+4 |
| * | ReadSourceManagerBlock is skipping over records that can contain Blobs. Not ... | Chris Lattner | 2013-01-21 | 1 | -1/+2 |
| * | Revert r173056; it breaks one of the CodeGen-with-PCH tests. | Douglas Gregor | 2013-01-21 | 1 | -18/+8 |
| * | When loading an identifier from an AST file solely for the purpose of | Douglas Gregor | 2013-01-21 | 1 | -8/+18 |
| * | Introduce a fast path for the ASTReader's name lookup within a | Douglas Gregor | 2013-01-21 | 1 | -2/+32 |
| * | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei | 2013-01-20 | 1 | -0/+1 |
| * | update to use the new BitcodeCursor readRecord that takes a StringRef blob pa... | Chris Lattner | 2013-01-20 | 1 | -110/+78 |
| * | add back a #include needed on some builders. | Chris Lattner | 2013-01-20 | 1 | -0/+1 |
| * | finish converting the normal cases in ASTReader to use the new BitstreamCurso... | Chris Lattner | 2013-01-20 | 1 | -202/+147 |
| * | convert some more stuff over to use new cursor APIs. | Chris Lattner | 2013-01-20 | 1 | -37/+34 |
| * | switch a bunch of ASTReader to use the new BitstreamCursor::advance* methods, | Chris Lattner | 2013-01-19 | 1 | -162/+145 |
| * | [PCH/Modules] Revert r172843, it caused a module to fail building. | Argyrios Kyrtzidis | 2013-01-19 | 1 | -29/+26 |
| * | Remove unused variable | Matt Beaumont-Gay | 2013-01-18 | 1 | -1/+0 |
| * | [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! | Argyrios Kyrtzidis | 2013-01-18 | 1 | -26/+30 |
| * | [ubsan] Add support for -fsanitize-blacklist | Will Dietz | 2013-01-18 | 1 | -0/+2 |
| * | Revert Clang r172620 and r172629, which caused a hang when building | Douglas Gregor | 2013-01-18 | 1 | -21/+40 |
| * | [PCH/Modules] The iterator may become invalidated because a new macro can be ... | Argyrios Kyrtzidis | 2013-01-16 | 1 | -2/+4 |
| * | [PCH/Modules] Change how macro [re]definitions are de/serialized. | Argyrios Kyrtzidis | 2013-01-16 | 1 | -40/+19 |
| * | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor | 2013-01-14 | 1 | -0/+17 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -16/+16 |
| * | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor | 2013-01-12 | 1 | -1/+5 |
| * | [PCH] Make the const_cast explicit to silence a compiler warning. | Argyrios Kyrtzidis | 2013-01-11 | 1 | -1/+2 |
| * | Truth in advertising: LocallyScopedExternalDecls actually only contains | Richard Smith | 2013-01-10 | 1 | -7/+7 |
| * | [PCH] (De)serialize the end location of MacroInfo. | Argyrios Kyrtzidis | 2013-01-07 | 1 | -0/+1 |
| * | [PCH/Modules] In ASTReader::completeVisibleDeclsMap, make sure to visit all | Argyrios Kyrtzidis | 2012-12-19 | 1 | -4/+7 |
| * | Re-commit r170428 changes with Linux style file endings. | Guy Benyei | 2012-12-18 | 1 | -0/+6 |
| * | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei | 2012-12-18 | 1 | -6998/+6992 |
| * | Add OpenCL images as clang builtin types. | Guy Benyei | 2012-12-18 | 1 | -6992/+6998 |
| * | [PCH] Make the new PCH format (control block) backwards compatible and | Argyrios Kyrtzidis | 2012-12-13 | 1 | -0/+10 |
| * | [PCH] Remove redundant stat call when validating the input files. | Argyrios Kyrtzidis | 2012-12-11 | 1 | -11/+2 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -15/+15 |
| * | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis | 2012-12-04 | 1 | -2/+2 |
| * | When we're emitting a diagnostic with a source location in an imported | Douglas Gregor | 2012-11-30 | 1 | -0/+19 |
| * | Actually keep track of the source locations at which particular module | Douglas Gregor | 2012-11-30 | 1 | -2/+3 |
| * | Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are | Argyrios Kyrtzidis | 2012-11-28 | 1 | -2/+3 |
| * | [modules] Use a memory buffer directly as input for the module includes, | Argyrios Kyrtzidis | 2012-11-15 | 1 | -0/+4 |
| * | [modules] Setup the import location of a module file and use it | Argyrios Kyrtzidis | 2012-11-15 | 1 | -8/+30 |
| * | Suppress elided variadic macro argument extension diagnostic for macros using | Eli Friedman | 2012-11-14 | 1 | -0/+2 |
| * | Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer | Argyrios Kyrtzidis | 2012-11-09 | 1 | -2/+4 |
| * | When loading a module fails because it is out of date, rebuild that | Douglas Gregor | 2012-11-07 | 1 | -9/+14 |