Age | Commit message (Expand) | Author |
2011-08-09 | Move the creation of the record type for the state of Objective-C fast | Douglas Gregor |
2011-08-09 | Don't serialize the block descriptor or block extended descriptor | Douglas Gregor |
2011-08-09 | Move the construction of the RecordDecl representing the runtime | Douglas Gregor |
2011-08-09 | Migrate the serialization of ASTContext's AutoDeduceTy and | Douglas Gregor |
2011-08-04 | Introduce local -> global mapping for preprocessed entity IDs. This is | Douglas Gregor |
2011-08-04 | Implement the local -> global remapping for macro definition IDs in | Douglas Gregor |
2011-08-03 | Introduce local -> global selector ID mapping into the AST | Douglas Gregor |
2011-08-03 | Introduce a local-to-global remapping for identifiers in the AST | Douglas Gregor |
2011-08-03 | Remove stray comma | Douglas Gregor |
2011-08-03 | Introduce a constant for the number of predefined declarations in an | Douglas Gregor |
2011-08-02 | Change the hashing function for DeclContext lookup within an AST file | Douglas Gregor |
2011-08-02 | Implement a proper local -> global type ID remapping scheme in the AST | Douglas Gregor |
2011-08-01 | Rename the AST file's SOURCE_LOCATION_MAP to MODULE_OFFSET_MAP, to indicate t... | Douglas Gregor |
2011-07-28 | Introduce the local-global mapping for preprocessed entities, and use | Douglas Gregor |
2011-07-28 | Teach the ASTReader to perform local and global mapping of identifier | Douglas Gregor |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
2011-07-15 | Move the Serialization library from 'instantiation' to 'expansion', with | Chandler Carruth |
2011-07-15 | Add serialization support for SubstNonTypeTemplateParmExpr. | John McCall |
2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
2011-06-21 | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-04 | Add support for builtin astype: | Tanya Lattner |
2011-06-03 | Introduce additional abbreviations into the AST writer for | Douglas Gregor |
2011-06-02 | [PCH] Store the offsets of source location file entries and go through them | Argyrios Kyrtzidis |
2011-05-24 | Implement a new type node, UnaryTransformType, designed to represent a | Sean Hunt |
2011-05-06 | Keep track of the file ID corresponding to the original file used to | Douglas Gregor |
2011-05-05 | Implement support for C++0x alias templates. | Richard Smith |
2011-05-04 | there i fixed it | Sean Hunt |
2011-05-04 | Implement serialization of delegating constructors. | Sean Hunt |
2011-04-28 | Implementation of Embarcadero array type traits | John Wiegley |
2011-04-26 | Make yet another placeholder type, this one marking that an expression is a b... | John McCall |
2011-04-25 | t/clang/expr-traits | John Wiegley |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-02-17 | Change the representation of GNU ?: expressions to use a different expression | John McCall |
2011-02-17 | Step #1/N of implementing support for __label__: split labels into | Chris Lattner |
2011-02-15 | Serialization/deserialization support for floating point #pragma | Peter Collingbourne |
2011-02-15 | Allow resolving headers from a PCH even after headers+PCH were moved to anoth... | Argyrios Kyrtzidis |
2011-02-10 | Implement two related optimizations that make de-serialization of | Douglas Gregor |
2011-02-09 | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne |
2011-02-09 | AST, Sema, Serialization: keep track of cudaConfigureCall | Peter Collingbourne |
2011-02-08 | Split the serialized representation for the detailed preprocessing | Douglas Gregor |
2011-01-19 | Implement support for non-type template parameter packs whose type is | Douglas Gregor |
2011-01-15 | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor |
2011-01-14 | Properly propagate #pragma diagnostic mappings from PCH but not command-line ... | Argyrios Kyrtzidis |
2011-01-14 | Start implementing support for substitution into pack expansions that | Douglas Gregor |
2011-01-06 | Introduce an AttributedType, but don't actually use it anywhere yet. | John McCall |