| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for GCC's '__auto_type' extension, per the GCC manual: | Richard Smith | 2015-11-11 | 1 | -2/+2 |
| * | [modules] If we're given a module file, via -fmodule-file=, for a module, but | Richard Smith | 2015-11-05 | 1 | -6/+12 |
| * | [Sema] Implement __make_integer_seq | David Majnemer | 2015-11-04 | 1 | -0/+3 |
| * | Introduce module file extensions to piggy-back data onto module files. | Douglas Gregor | 2015-11-03 | 1 | -41/+189 |
| * | Fix missing builtin identifier infos with PCH+modules | Ben Langmuir | 2015-10-28 | 1 | -2/+4 |
| * | Change MacroInfo::setArgumentList to take an ArrayRef instead of pointer and ... | Craig Topper | 2015-10-22 | 1 | -2/+1 |
| * | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
| * | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
| * | [modules] Improve error message on failed module load due to a missing file to | Richard Smith | 2015-10-13 | 1 | -1/+3 |
| * | Replace double negation of !FileID.isInvalid() with FileID.isValid(). | Yaron Keren | 2015-10-03 | 1 | -2/+2 |
| * | Refactor ASTReader::getSourceDescriptor(const Module &) into a constructor | Adrian Prantl | 2015-09-19 | 1 | -19/+3 |
| * | Support __builtin_ms_va_list. | Charles Davis | 2015-09-17 | 1 | -0/+3 |
| * | Run clang-format to unify the switch statement style as suggest here: http://... | Alexey Bader | 2015-09-15 | 1 | -43/+122 |
| * | [OpenCL] Add new types for OpenCL 2.0. | Alexey Bader | 2015-09-15 | 1 | -0/+30 |
| * | [modules] Write the options records to a separate subblock rather than writing | Richard Smith | 2015-09-08 | 1 | -130/+150 |
| * | [modules] Don't waste time reading in the names the module file writer gave t... | Richard Smith | 2015-09-02 | 1 | -7/+1 |
| * | Re-commit r246497 (and dependent changes r246524 and r246521), reverted in | Richard Smith | 2015-09-01 | 1 | -181/+76 |
| * | Reverting r246497 (which requires also reverting r246524 and r246521 to avoid... | Aaron Ballman | 2015-09-01 | 1 | -76/+181 |
| * | [modules] When emitting line tables, only emit filenames that are actually re... | Richard Smith | 2015-09-01 | 1 | -2/+3 |
| * | Use a more appropriate way of writing 1. | Richard Smith | 2015-09-01 | 1 | -2/+1 |
| * | [modules] Preserve DeclID order when merging lookup tables to give a more | Richard Smith | 2015-09-01 | 1 | -1/+1 |
| * | [modules] Rework serialized DeclContext lookup table management. Instead of | Richard Smith | 2015-08-31 | 1 | -181/+77 |
| * | [modules] The key to a DeclContext name lookup table is not actually a | Richard Smith | 2015-08-26 | 1 | -51/+39 |
| * | [OPENMP 4.0] Initial support for array sections. | Alexey Bataev | 2015-08-25 | 1 | -0/+4 |
| * | [modules] Remove unnecessary deserialization of fully-external HeaderFileInfo... | Richard Smith | 2015-08-24 | 1 | -2/+4 |
| * | [modules] Stop updating all identifiers when writing a module. This is | Richard Smith | 2015-08-24 | 1 | -1/+20 |
| * | [modules] Further simplification and speedup of redeclaration chain loading. | Richard Smith | 2015-08-22 | 1 | -17/+1 |
| * | [modules] Remove some dead code after r245779. | Richard Smith | 2015-08-22 | 1 | -2/+0 |
| * | [modules] Rearrange how redeclaration chains are loaded, to remove a walk over | Richard Smith | 2015-08-22 | 1 | -4/+1 |
| * | [modules] When we see a definition of a function for which we already have a | Richard Smith | 2015-08-21 | 1 | -3/+2 |
| * | [modules] Don't needlessly bounce through Sema when updating exception specif... | Richard Smith | 2015-08-19 | 1 | -2/+3 |
| * | [modules] Fix HeaderFileInfo serialization to store all the known owning modu... | Richard Smith | 2015-08-18 | 1 | -32/+33 |
| * | [modules] When explicitly building a module file, don't include timestamps in | Richard Smith | 2015-08-17 | 1 | -12/+10 |
| * | [modules] Add an experimental -cc1 feature to embed the contents of an input | Richard Smith | 2015-08-14 | 1 | -1/+2 |
| * | [modules] Change the way we deal with .d output for explicitly-specified module | Richard Smith | 2015-08-13 | 1 | -10/+15 |
| * | [modules] If loading a .pcm file would cause us to run out of source location... | Richard Smith | 2015-08-12 | 1 | -0/+4 |
| * | [modules] When instantiating the contents of an imported CXXRecordDecl, we can | Richard Smith | 2015-08-11 | 1 | -6/+13 |
| * | Add an assert to catch lexical decl deserialization bugs. | Richard Smith | 2015-08-11 | 1 | -0/+1 |
| * | Remove some dead code. | Richard Smith | 2015-08-10 | 1 | -12/+0 |
| * | [modules] Remove now-dead code for lazy loading of files specified by -fmodul... | Richard Smith | 2015-08-09 | 1 | -17/+0 |
| * | [modules] PR22534: Load files specified by -fmodule-file= eagerly. In particu... | Richard Smith | 2015-08-09 | 1 | -23/+80 |
| * | [modules] When loading a template specialization, re-canonicalize its template | Richard Smith | 2015-08-09 | 1 | -5/+15 |
| * | [modules] Fix use-after-iterator-invalidation bug. | Richard Smith | 2015-08-06 | 1 | -1/+1 |
| * | [modules] Stop walking all modules when looking for lexical decls for a | Richard Smith | 2015-08-06 | 1 | -60/+41 |
| * | [modules] Remove redundant lookups into non-primary DeclContexts. These were ... | Richard Smith | 2015-08-06 | 1 | -64/+13 |
| * | [modules] Defer setting up the lookup table for a DeclContext until we can | Richard Smith | 2015-08-06 | 1 | -74/+69 |
| * | function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its | Richard Smith | 2015-08-05 | 1 | -24/+30 |
| * | [AST] ArrayRefize template argument packs. No functionality change intended. | Benjamin Kramer | 2015-08-05 | 1 | -1/+1 |
| * | Use llvm::reverse to make a bunch of loops use foreach. NFC. | Pete Cooper | 2015-07-30 | 1 | -5/+4 |
| * | Remove some noise "this->"s left behind by r243213. | Richard Smith | 2015-07-30 | 1 | -38/+37 |