aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ASTWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-12-22Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...Arthur Eubanks1-1/+0
2020-12-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith1-0/+1
2020-12-17[openmp] Remove clause from OMPKinds.def and use OMP.td infoValentin Clement1-2/+3
2020-12-10Revert "[openmp] Remove clause from OMPKinds.def and use OMP.td info"clementval1-3/+2
2020-12-10[openmp] Remove clause from OMPKinds.def and use OMP.td infoValentin Clement1-2/+3
2020-11-17[clang][NFC] Use SmallString instead of SmallVector<charNathan James1-3/+2
2020-11-16Convert TypeSpecifierSign from Specifiers.h to a scoped enum; NFCThorsten1-1/+1
2020-11-15[NFC, Refactor] Modernize the TypeSpecifierWidth enum (Specifiers.h) to a sco...faisalv1-1/+1
2020-11-10Allow searching for prebuilt implicit modules.Alexandre Rames1-0/+1
2020-11-06[OpenMP5.0] map item can be non-contiguous for target updatecchen1-0/+2
2020-11-05Revert "Allow searching for prebuilt implicit modules."Stella Stamenova1-1/+0
2020-11-05Allow searching for prebuilt implicit modules.Alexandre Rames1-0/+1
2020-10-26Revert "Revert "Ensure that checkInitIsICE is called exactly once for every v...Zequan Wu1-7/+1
2020-10-26Revert "Ensure that checkInitIsICE is called exactly once for every variable"Zequan Wu1-1/+7
2020-10-23SourceManager: Clarify that FileInfo always has a ContentCache, NFCDuncan P. N. Exon Smith1-3/+3
2020-10-22clang/Basic: Remove ContentCache::getRawBuffer, NFCDuncan P. N. Exon Smith1-1/+1
2020-10-21Add more test coverage for APValue serialization / deserialization andRichard Smith1-0/+2
2020-10-21[clang] Improve Serialization/Imporing/Dumping of APValuesTyker1-5/+86
2020-10-19Refactor tracking of constant initializers for variables.Richard Smith1-6/+2
2020-10-19Ensure that checkInitIsICE is called exactly once for every variableRichard Smith1-7/+22
2020-10-14clang/Basic: Replace ContentCache::getBuffer with Optional semanticsDuncan P. N. Exon Smith1-5/+7
2020-09-17[Sema] Introduce BuiltinAttr, per-declaration builtin-nessRaul Tambre1-4/+2
2020-08-26[X86] Default to -mtune=generic unless -march is passed to the driver. Add Tu...Craig Topper1-0/+1
2020-08-20[ADT] Move FixedPoint.h from Clang to LLVM.Bevin Hansson1-1/+1
2020-08-16Replace setter named 'getAsOpaqueInt' with a real getter.Richard Smith1-2/+2
2020-08-06[OPENMP]Redesign of OMPExecutableDirective/OMPDeclarativeDirective representa...Alexey Bataev1-0/+14
2020-07-29[OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)Joel E. Denny1-0/+10
2020-07-28Revert "[OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)"Joel E. Denny1-10/+0
2020-07-28[OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)Joel E. Denny1-0/+10
2020-07-22Merge some of the PCH object support with modular codegenDavid Blaikie1-2/+0
2020-07-20Upgrade SmallSets of pointer-like types to SmallPtrSetBenjamin Kramer1-2/+2
2020-07-09make -fmodules-codegen and -fmodules-debuginfo work also with PCHsLuboš Luňák1-2/+2
2020-06-27Reland D81869 "Modify FPFeatures to use delta not absolute settings"Melanie Blower1-2/+2
2020-06-26Revert "Revert "Revert "Modify FPFeatures to use delta not absolute settings"""Melanie Blower1-2/+2
2020-06-26Revert "Revert "Modify FPFeatures to use delta not absolute settings""Melanie Blower1-2/+2
2020-06-26Revert "Modify FPFeatures to use delta not absolute settings"Melanie Blower1-2/+2
2020-06-26Modify FPFeatures to use delta not absolute settingsMelanie Blower1-2/+2
2020-06-12[clang] Rename Decl::isHidden() to isUnconditionallyVisible().Martin Boehme1-1/+1
2020-06-11Add AST_SIGNATURE record to unhashed control block of PCM filesDaniel Grumberg1-18/+43
2020-06-11Make ASTFileSignature an array of 20 uint8_t instead of 5 uint32_tDaniel Grumberg1-10/+1
2020-06-04[OPENMP50]Codegen for inscan reductions in worksharing directives.Alexey Bataev1-1/+9
2020-05-27[OPENMP50]Initial support for use_device_addr clause.Alexey Bataev1-0/+20
2020-05-19[OPENMP50]Add initial support for 'affinity' clause.Alexey Bataev1-0/+9
2020-05-18[OpenCL] Added addrspace_cast operator in C++ mode.Anastasia Stulova1-0/+1
2020-05-11[Matrix] Add matrix type to Clang.Florian Hahn1-0/+19
2020-05-04Reapply "Add support for #pragma float_control" with buildbot fixesMelanie Blower1-0/+21
2020-05-01Revert "Reapply "Add support for #pragma float_control" with improvements to"Melanie Blower1-21/+0
2020-05-01Reapply "Add support for #pragma float_control" with improvements toMelanie Blower1-0/+21
2020-05-01Revert "Add support for #pragma float_control"Melanie Blower1-21/+0
2020-05-01Add support for #pragma float_controlMelanie Blower1-0/+21