summaryrefslogtreecommitdiff
path: root/lib/Serialization
Commit message (Expand)AuthorAge
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* DiagnosticIDs: use diagnostic severities to simplify extension handlingAlp Toker2014-06-22
* [PCH] Remove the BackingIvarReferencedInAccessor field from DECL_OBJC_IVAR ab...Argyrios Kyrtzidis2014-06-21
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-20
* Avoid invalidating successfully loaded module filesBen Langmuir2014-06-20
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-18
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-17
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-17
* [modules] When we merge redecl chains or mark a decl used with an updateRichard Smith2014-06-16
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-16
* Include system_error directly.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-12
* Improve diagnostic mapping terminologyAlp Toker2014-06-10
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-31
* Invalidate the file system cache entries for files that may rebuildBen Langmuir2014-05-30
* Revert "Invalidate the file system cache entries for files that may rebuild"Ben Langmuir2014-05-30
* Invalidate the file system cache entries for files that may rebuildBen Langmuir2014-05-30
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-29
* When merging functions across modules (and in particular, instantiations ofRichard Smith2014-05-29
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-27
* Recompute the injected class name type for a class template specializationRichard Smith2014-05-23
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-23
* Avoid allocating extra memory to handle the lazy definition data pointer forRichard Smith2014-05-22
* If a class template specialization from one module has its definitionRichard Smith2014-05-22
* Frontend: Propagate ASTReaderListener API in ChainedASTReaderListenerJustin Bogner2014-05-22
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-22
* Speculative fix for Windows buildbot after r209138Ben Langmuir2014-05-20
* If two sibling modules declare the same entity, and we indirectly pull aRichard Smith2014-05-19
* Don't refresh stat() info for pcm filesBen Langmuir2014-05-19
* Fix use-after-free and spurious error during module loadBen Langmuir2014-05-19
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-16
* Merge a couple of copy-and-pasted functionsAlp Toker2014-05-16
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-16
* No longer triggering a checked iterator assert on Windows when using std::cop...Aaron Ballman2014-05-13
* Refactor to avoid explicitly listing all the different flavours of redeclarableRichard Smith2014-05-13
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* Let ASTReader optionally delete its ASTDeserializationListener.Nico Weber2014-05-08
* Fix latent bug. This can't actually manifest at the moment, but is a time-bombRichard Smith2014-05-08
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-06
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-06
* Fix a use-after-free bug I recently introduced in lookupModuleFileBen Langmuir2014-05-04
* Replace one-element SmallVectors inside DenseMaps with TinyPtrVector.Benjamin Kramer2014-05-03
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-01
* Avoid a potential race between stat() and open() of ASTFileBen Langmuir2014-05-01
* Defer loading any pending update records until we've finished deserializing.Richard Smith2014-04-30
* [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ...Argyrios Kyrtzidis2014-04-29