index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Serialization
Age
Commit message (
Expand
)
Author
2013-05-06
Modify ASTReaderListener to allow visiting the input files of an AST file.
Argyrios Kyrtzidis
2013-05-03
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-04-26
[Modules] Fix an issue where the reconstructed redeclaration chain was incomp...
Argyrios Kyrtzidis
2013-04-20
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-17
[Modules] Use global index to improve typo correction performance
Argyrios Kyrtzidis
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-03-27
[modules] Make sure enabled diagnostic pragmas inside the module don't affect...
Argyrios Kyrtzidis
2013-03-27
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-27
[modules] Before marking the module imported macros as ambiguous, check if th...
Argyrios Kyrtzidis
2013-03-27
[PCH/modules] Remove HiddenName::MacroUndef
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-22
<rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...
Douglas Gregor
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-20
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
<rdar://problem/10796651> Introduce configuration macros into module maps.
Douglas Gregor
2013-03-19
Remove stray semicolon
Douglas Gregor
2013-03-19
<rdar://problem/13363214> Eliminate race condition between module rebuild and...
Douglas Gregor
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-03-06
[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than...
Argyrios Kyrtzidis
2013-03-04
[PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compa...
Argyrios Kyrtzidis
2013-03-01
[PCH] Enhance InputFile to also include whether the file is out-of-date.
Argyrios Kyrtzidis
2013-02-22
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...
Argyrios Kyrtzidis
2013-02-18
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
Ensure that the identifier chains have the most recent declaration after modu...
Douglas Gregor
2013-02-16
[PCH] Deserializing the DeclContext of a template parameter is not safe
Argyrios Kyrtzidis
2013-02-07
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
Richard Smith
2013-02-01
[modules] Introduce ModuleFile::DirectImportLoc which is the source location
Argyrios Kyrtzidis
2013-02-01
For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
2013-02-01
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-01-31
Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
2013-01-28
ASTReader and profiling statistics indicate that implementing a method
Douglas Gregor
2013-01-28
Add some more ASTReader statistics for global method pool lookups.
Douglas Gregor
2013-01-28
Eliminate memory allocation from most invocations of
Douglas Gregor
2013-01-26
Preserve Sema::UndefinedInternals across PCH boundaries. Fixes
Nick Lewycky
2013-01-25
Improve coordination between the module manager and the global module
Douglas Gregor
2013-01-25
Optimize ModuleManager::visit() by precomputing the visitation order
Douglas Gregor
2013-01-25
Implement the reader of the global module index and wire it into the
Douglas Gregor
2013-01-25
Rename the -cc1 option "-generate-module-index" to
Douglas Gregor
2013-01-25
Track the number of lookups and hits into the on-disk hash tables for
Douglas Gregor
2013-01-23
Implement the writer side of the global module index.
Douglas Gregor
2013-01-22
Switch to APFloat constructor taking fltSemantics.
Tim Northover
2013-01-21
Give ModuleFiles an index, so that we can use indexed vectors rather
Douglas Gregor
2013-01-21
Revert r173056; it breaks one of the CodeGen-with-PCH tests.
Douglas Gregor
[next]