Age | Commit message (Expand) | Author |
2013-05-03 | Move parsing of identifiers in MS-style inline assembly into | John McCall |
2013-03-27 | [modules] Make sure enabled diagnostic pragmas inside the module don't affect... | Argyrios Kyrtzidis |
2013-03-27 | [Preprocessor] Remove PPMutationListener. | Argyrios Kyrtzidis |
2013-03-22 | [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives. | Argyrios Kyrtzidis |
2013-03-15 | <rdar://problem/13426257> Introduce SDKSettings.plist as an input file depend... | Douglas Gregor |
2013-03-13 | [Modules] Don't eagerly load and associate all the module header files. | Argyrios Kyrtzidis |
2013-02-20 | [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf... | Argyrios Kyrtzidis |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-11-28 | Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are | Argyrios Kyrtzidis |
2012-10-31 | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis |
2012-10-24 | (De-)serialize header search options. | Douglas Gregor |
2012-10-22 | Eliminate the redundancy between source-file information in the source | Douglas Gregor |
2012-10-19 | Move the set of files to be validated in an AST file into the control | Douglas Gregor |
2012-10-18 | Start factoring the on-disk records for an AST file into a control | Douglas Gregor |
2012-10-11 | Remove the ASTDeserializationListener's MacroVisible() callback, which | Douglas Gregor |
2012-10-09 | Rework the (de-)serialization of macros, as stored in | Douglas Gregor |
2012-10-02 | [PCH/Module] Change the map of file-level DeclIDs to use a FileID | Argyrios Kyrtzidis |
2012-07-09 | Inline storage of attributes in AttributedStmt. | Alexander Kornienko |
2012-07-02 | [PCH] Make sure that all newly introduced visible decls in a DeclContext | Argyrios Kyrtzidis |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-05-04 | [PCH] Use DenseMap instead of std::map to keep track of SwitchCases. | Argyrios Kyrtzidis |
2012-04-14 | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith |
2012-03-07 | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis |
2012-02-29 | Serialization: Switch over to using the native SmallVector based BitstreamWriter | Daniel Dunbar |
2012-02-29 | ASTWriter: Cache some DenseMaps we use repeatedly. | Daniel Dunbar |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
2012-02-04 | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer |
2012-01-27 | Reimplement (de-)serialization of Objective-C categories to eliminate | Douglas Gregor |
2012-01-15 | When deserializing the definition of a C++ class/ObjC class/ObjC | Douglas Gregor |
2012-01-15 | Completely re-implement (de-)serialization of redeclaration | Douglas Gregor |
2012-01-05 | Don't seed the ASTWriter's declaration -> ID mapping with the IDs of | Douglas Gregor |
2012-01-01 | Eliminate ASTMutationListener::UpdatedAttributeList, which is no | Douglas Gregor |
2011-12-22 | Serialize the AST reader's mapping from canonical declarations to the | Douglas Gregor |
2011-12-20 | When we make a previously-deserialized module definition visible, | Douglas Gregor |
2011-12-17 | Completely re-implement (de-)serialization of declaration | Douglas Gregor |
2011-12-06 | Implement inferred submodules support, which (when requested) | Douglas Gregor |
2011-12-03 | [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized | Argyrios Kyrtzidis |
2011-12-02 | Notify the AST writer (via ASTDeserializationListener) when a | Douglas Gregor |
2011-12-02 | Implement name hiding for macro definitions within modules, such that | Douglas Gregor |
2011-12-01 | Infer the submodule ID for a given declaration based on the location | Douglas Gregor |
2011-12-01 | Switch the ID numbers used for submodule IDs in the AST reader over to | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | Implement (de-)serialization of the description of a module and its | Douglas Gregor |
2011-11-30 | When writing a module file, pass the module through to the AST | Douglas Gregor |
2011-11-14 | [PCH] Do not crash if a class extension in a chained PCH introduces/redeclare... | Argyrios Kyrtzidis |
2011-11-14 | [PCH] In ASTWriter::WriteChainedObjCCategories use getDeclID since the decls | Argyrios Kyrtzidis |
2011-11-13 | [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderF... | Argyrios Kyrtzidis |
2011-11-12 | Add a method in ASTMutationListener for the last use of Decl's [is/set]Change... | Argyrios Kyrtzidis |
2011-11-12 | [PCH] When completing an objc forward reference, do not serialize the chain o... | Argyrios Kyrtzidis |