aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReader.cpp
AgeCommit message (Expand)Author
2019-05-03Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan
2019-05-02[Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan
2019-03-31Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song
2019-03-27[OPENMP]Initial support for 'allocate' clause.Alexey Bataev
2019-03-12[OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev
2019-03-09Modules: Invalidate out-of-date PCMs as they're discoveredDuncan P. N. Exon Smith
2019-03-09Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith
2019-03-06Modules: Add -Rmodule-importDuncan P. N. Exon Smith
2019-03-03Modules: Document that ReadASTCore exits its final loop via `return`, NFCDuncan P. N. Exon Smith
2019-02-25[OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse
2019-02-22[OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse
2019-02-19[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse
2019-02-01[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18[OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li
2018-12-13[OpenCL] Add generic AS to 'this' pointerMikael Nilsson
2018-12-12Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson
2018-12-12[OpenCL] Add generic AS to 'this' pointerMikael Nilsson
2018-12-12Move PCHContainerOperations from Frontend to SerializationRichard Trieu
2018-12-04PTH-- Remove feature entirely-Erich Keane
2018-11-08[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-07Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev
2018-11-07[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-02Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster
2018-10-11Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster
2018-10-03[OPENMP] Add reverse_offload clause to requires directivePatrick Lyster
2018-10-01Add support for unified_shared_memory clause on requires directivePatrick Lyster
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-26[OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li
2018-09-21[AST] Various optimizations + refactoring in DeclarationName(Table)Bruno Ricci
2018-09-15[OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)Kelvin Li
2018-09-12Track definition merging on the canonical declaration even when localRichard Smith
2018-09-12Revert r342019, "Track definition merging on the canonical declarationRichard Smith
2018-09-12Track definition merging on the canonical declaration even when localRichard Smith
2018-09-11[Modules] Add imported modules to the output of -module-file-infoBruno Cardoso Lopes
2018-08-20Model type attributes as regular Attrs.Richard Smith
2018-08-14Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner
2018-08-13Model type attributes as regular Attrs.Richard Smith
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-08-03[modules] Defer merging deduced return types.Richard Smith
2018-08-01[Modules] Do not emit relocation error when -fno-validate-pch is setYuka Takahashi
2018-07-30Remove trailing spaceFangrui Song
2018-07-25[ODRHash] Support hashing enums.Richard Trieu
2018-07-18Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes
2018-07-13PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane
2018-07-12Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes
2018-07-10Revert -r336726, which included more files than intended.Erich Keane
2018-07-10[NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane
2018-07-10[modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi